You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by Neha Srivastava <ne...@wipro.com> on 2002/07/08 11:26:21 UTC

hi

My prob is still not solved. While running the calculator example i am getting the following error 
and then i get a small calculator also.


This test assumes a server URL of http://localhost:8080/soap/servlet/rpcrouter
Deploying the calculator service...
.
Verify that it's there
Exception in thread "main" [SOAPException: faultCode=SOAP-ENV:Client; msg=No Des
erializer found to deserialize a ':return' using encoding style 'http://schemas.
xmlsoap.org/soap/encoding/'.; targetException=java.lang.IllegalArgumentException
: No Deserializer found to deserialize a ':return' using encoding style 'http://
schemas.xmlsoap.org/soap/encoding/'.]
        at org.apache.soap.rpc.Call.invoke(Call.java:244)
        at org.apache.soap.server.ServiceManagerClient.invokeMethod(ServiceManag
erClient.java:127)
        at org.apache.soap.server.ServiceManagerClient.list(ServiceManagerClient
.java:149)
        at org.apache.soap.server.ServiceManagerClient.main(ServiceManagerClient
.java:235)
.
Running the calculator