| Author |
@XmlElement namespace
|
lakshmi vasavi
Greenhorn
Joined: Aug 31, 2009
Posts: 4
|
|
Hi,
I have generated a Webservice from a wsdl using JAX WS.
One element in the xml refers to a namespace that is different from the target name space in the xml(I have defined that name space using xs:schema xmlns .
In the generated files, the xxxRequestType.java file, the namespace attribute is missing in the @XmlElement is annotation for that element.
How should i modify the wsdl or xsd so that namespace attribute will be present in the annotation.
Thanks in advance...
|
 |
 |
|
|
subject: @XmlElement namespace
|
|
|