Velidanda Srinivas wrote:
What is the returned from the call soapService.getById(orderNum)?
It returns a SalesOrderDataSetType which is a .Net dataset converted by 
wsdl2java.
SalesOrderDataSetType dataSet = soapService.getById(orderNum);

Via the debugger I can see this object is populated correctly.

The problem occurs when this object is passed back as an input parameter to the 
next call.




Reply via email to