Hi,

I have a webservice whose wsdl is attached. I am building client stubs using
the WSDL2Java tool.
I have a few questions regarding this

1) The binding in the WSDL has Document style but when the
XXXSoapBindingStub is generated the style is set to WRAPPED in the static
block as follows
    oper.setStyle(org.apache.axis.enum.Style.WRAPPED).

2) Also i invoke the service using clientStub.getLocationInfoXML((Object)
requestDoc ) (clientStub is of type XXXSoapBindingStub).
The method getLocationInfoXML has a signature "object
getLocationInfoXML(object)". I pass a dom object to it and the dom tree is
embedded in the SOAP request body. 
Fine till here

Now i am getting the output of this invocation as a null object. But i can
see in tcpmon the SOAP request and response as per my requirements.
My question : How do i get the SOAPBody of the response in my class that
invokes this generated client stub?

Regards,
Vinod.


   

<<attachment: winmail.dat>>

Reply via email to