users@jax-rpc.java.net

Re: wrong ampersand encoding when using handlers

From: Alessio Cervellin <alessio.cervellin_at_sun-cs-italy.com>
Date: Tue, 14 Jun 2005 19:02:46 +0200

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.