Bobby Bissett - Javasoft wrote:
> Is it being decoded properly at the other end?
Nope.
(I'm not sure what framework is other end using, Axis or JWSDP, but it's
probably JWSDP).
> Is the ampersand a
> method param in the client code or something the handler is adding?
Yes, tt's a method parameter. The handler is just a generic handler
which prints out incoming and outgoing messages.
By just excluding the handler, the ampersand is encoded in the right way
and can be understood by the other end.