Unsubscribe

----- Original Message -----
From: "Anthony Dodd" <[EMAIL PROTECTED]>
To: "Soap Developer (E-mail)" <[EMAIL PROTECTED]>
Sent: Thursday, July 05, 2001 10:32 AM
Subject: Mixing SOAP and LITERAL XML encoding styles


> Hi
>
> Using the sample code in the FAQ. I wrote a method which accepts a
> java.util.Hashtable as a parameter and returns a DOM element. See attached
> code snippet. When I try to call this method, I get the following error
"No
> Serializer found to serialize a 'java.lang.String' using encoding style
> 'http://xml.apache.org/xml-soap/literalxml'.".  it appears that SOAP is
> trying to use the encoding style set for the call as opposed to the
encoding
> style set for the parameter to serialize the Hashtable. Is this the way
its
> supposed to work, if so is there a way I can get around this problem.
>
> Regards
> Anthony Dodd
>
>
>  <<sample code.txt>>
>
>

Reply via email to