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 ?