It looks to me like someplace in your code you have

        "Constants.NS_URI_SOAP_ENC"

instead of

        Constants.NS_URI_SOAP_ENC

On 20 Jun 2003 at 18:49, Michael Gruetzner wrote:

> 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
> 
> 


Scott Nichol

Do not reply directly to this e-mail address,
as it is filtered to only receive e-mail from
specific mailing lists.


Reply via email to