Posted By:
Kakoli_Sen
Posted On:
Wednesday, September 18, 2002 02:47 AM
Service method: Client code snippet : call.addParameter("param0", xsdString, ParameterMode.IN); call.addParameter("param1", xsdString, ParameterMode.INOUT); But 'call.invoke' with two string objects give the following SOAPException: javax.xml.rpc.soap.SOAPFaultException: Found SOAPElement [ 40 ]. But was not able to find a Part that is registered with this Message which corresponds to this SOAPElement. Things work fine for only IN parameter. Any pointers to the problem would be appreciated.
More>>
Service method:
Client code snippet :
call.addParameter("param0", xsdString, ParameterMode.IN);
call.addParameter("param1", xsdString, ParameterMode.INOUT);
But 'call.invoke' with two string objects give the following SOAPException:
javax.xml.rpc.soap.SOAPFaultException: Found SOAPElement [
40
]. But was not able to find a Part that is registered with this Message which corresponds to this SOAPElement.
Things work fine for only IN parameter. Any pointers to the problem would be appreciated.