Hi there,

I tried my first SOAP program from a Java book. When I run it, it tells me:

[SOAPException: faultCode=SOAP-ENV:Client; msg=No Serializer found to serialize a 'org.apache.soap.rpc.Parameter' using encoding style 'Constants.NS_URI_SOAP_ENC'.; targetException=java.lang.IllegalArgumentException: No Serializer found to serialize a 'org.apache.soap.rpc.Parameter' using encoding style 'Constants.NS_URI_SOAP_ENC'.]
at org.apache.soap.transport.http.SOAPHTTPConnection.send(SOAPHTTPConnection.java:354)
at org.apache.soap.rpc.Call.invoke(Call.java:248)
at untitled2.Untitled1.main(Untitled1.java:34)


Do I have to create an own Type mapping(the example in the book doesn't create one)? If not, how can I solve this Problem?

Thanks in advance...Michael
--
panic ("No CPUs found.  System halted.\n");
        2.4.3 linux/arch/parisc/kernel/setup.c



Reply via email to