Hi Anthony,
It appears that you are correct, and it is a bug in the HashtableSerializer.
Please go to: http://nagoya.apache.org/bugzilla and report it. I will
hopefully get a chance to apply the fix early next week.
Thanks,
-Matt
> -----Original Message-----
> From: Anthony Dodd [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, July 05, 2001 10:32 AM
> To: Soap Developer (E-mail)
> 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>>
>
>