users@jax-rpc.java.net

Re: JAX-RPC special character (like ampersand) encoding question

From: Doug Kohlert <Doug.Kohlert_at_Sun.COM>
Date: Mon, 12 Jan 2004 09:23:49 -0800

The problem occurs when the JAX-RPC runtime replaces the '&' with
&amp;&amp; so it can send it over the wire, on the other end the
server/client has no way to determine if the original string was
"Peter & Marry" or "Peter &amp;&amp; Mary" so it does not try to
modify it. If you want the original string back you will need to convert
it back yourself.

Bubble Lo wrote:

> I have a web service that returns a java bean which contains one
> property, name. The value set to the name field is "Peter & Marry".
>
> After the client invokes that web service and gets the java bean, the
> value of name is changed to "Peter &amp;&amp; Mary".
>
> Does anyone know have the same problem? Is it caused by JAX-RPC? How
> should I fix this problem?
>
> Thanks in advance
>
> ------------------------------------------------------------------------
> Do you Yahoo!?
> Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes
> <http://pa.yahoo.com/*http://us.rd.yahoo.com/hotjobs/mail_footer_email/evt=21482/*http://hotjobs.sweepstakes.yahoo.com/signingbonus>
>

-- 
Doug Kohlert
Java Software Division
Sun Microsystems, Inc.
phone: 503 345-9806
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_jax-rpc.dev.java.net
For additional commands, e-mail: users-help_at_jax-rpc.dev.java.net