aspose file tools
The moose likes Web Services and the fly likes @XmlElement namespace Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "@XmlElement namespace" Watch "@XmlElement namespace" New topic
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...
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: @XmlElement namespace
 
Similar Threads
JBoss WS error when calling service defined with no argument
Dynamically pass the value to Annotation
how to identify the type of incoming object when using wsdl extracted code? - very urgent
ws bb1.1: Explanation needed for examples
Multiple questions on WSDL elements as per the specifications.