aspose file tools
The moose likes Web Services and the fly likes JAXWS client generating incorrect request Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "JAXWS client generating incorrect request" Watch "JAXWS client generating incorrect request" New topic
Author

JAXWS client generating incorrect request

Vijay Ganapathy
Greenhorn

Joined: May 23, 2012
Posts: 13
I've a wsimport generated class from a WSDL as follows:

I'm pasting the schema from the comments in the generated class.


Obviously as you can see from the above schema, the element name is Errors and it will contain sub elements of type of ArrayOfErrorDetail which is nothing but a List<ErrorDetail>. The ErrorDetail is POJO which has a errorCode, errorType and errorMessage.

SOAPUI generates the request as :




while the JAXWS client generates the request as:



I'm creating the ArrayOfErrorDetail object as follows in my code:



And the ArrayOfErrorDetail object is this way:



What am I doing wrong? Please help.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: JAXWS client generating incorrect request
 
Similar Threads
Axis, missing qualified name in root element
wsimport command error --Undefined symbol or complex type
Trouble with adding elements properly
Unable to generate xml using jaxb classes
Axis WSDL2Java's Error: reference but not defined