Sorry for typo: *s2 = SysAllocString(“myRetVal”); should be *s2 = SysAllocString(L“myRetVal”);
Sergei Meleshchuk WMI 425-705-8547
-----Original Message-----
Hi All, While calling SOAP service from my Java Client, the following exception has been occurred. [SOAPException: faultCode=SOAP-ENV:Client; msg=No Deserializer found to deserialize a ':Result' using encoding style 'http://schemas.xmlsoap.org/soap/encoding/'.; targetException=java.lang.IllegalArgumentException: No Deserializer found to deserialize a ':Result' using encoding style 'http://schemas.xmlsoap.org/soap/encoding/'.] The situation is, I'm using COM (VC++) SOAP Server and calling from Java Client using RPC-based. In Server side the method signature is given below Just returning whatever i'm getting
from Client
Java Client Side, I'm using CALL object to invoke the RPC. While getting the Response (after call.invoke) the above exception occurred. Can any one help me for this problem. Regards, Raja |
Title: urgent
- URGENT rajashekar
- URGENT rajashekar
- Re: URGENT Christoph C. Cemper - privat
- urgent rajashekar
- RE: urgent Sergei Meleshchuk
- Re: urgent Sergei Meleshchuk
- Re: urgent santosh patankar