Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

WSDL, changing from 'qualified' to 'unqualified'

843833Aug 6 2007 — edited Aug 6 2007
Hi all!

I'm using xfire to create WSDL, the WSDL is used by somebody else whom asked me to change the attributeFormDefault="qualified" elementFormDefault="qualified" to unqualified.

the WSDL as it is now:
- <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" attributeFormDefault="qualified" elementFormDefault="qualified" 
I couldn't find any annotations for this, except for the:
@javax.xml.bind.annotation.XmlSchema(elementFormDefault= javax.xml.bind.annotation.XmlNsForm.UNQUALIFIED) //xmlns()
in the package-info.java file I added, but it doesn't work,
Can anyone help ?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 3 2007
Added on Aug 6 2007
0 comments
340 views