Forum Discussion

rcassissa's avatar
14 years ago

SOAPUI 3.6.1 - Replace the "&&" character for "&"

I have a simple Webservice (developed using Java AXIS) with a web-method named getURLService that returns a string (urlRedirect) that contains a URL like bellow:

http://eginfo.inf.br/opt/engine_xyz.php ... xyz&ID=123

Testing the Webservice with the SOAPUI, it returns the result bellow:

<urlRedirect>http://eginfo.inf.br/opt/engine_xyz.php?OPERA=xyz&amp;ID=123</urlRedirect>

The SOAPUI has replaced the "&" character for the "&amp" String (HTML encoding). Why does it happen I how can I solve it? My client is redirecting the URL returned by the WS and does not want change or parse the URL.

Thanks a lot.