problem in coding special characters in server answer
-----------------------------------------------------
Key: AXIS2C-674
URL: https://issues.apache.org/jira/browse/AXIS2C-674
Project: Axis2-C
Issue Type: Bug
Components: xml/om
Affects Versions: Current (Nightly)
Environment: SuSE 10, no specials
Reporter: Florian Steinborn
When the server generates a webservice answer that contains special signs like
"&" this character is not converted to "&" as expected.
Just imagine a company's name like "Tools & Co." - it would be transferred to
the client exactly like this, as you can see in the tcpmon snippet:
<ns1:mndname>AK & Co KG</ns1:mndname>
The parser on the client side fails as it interpretes "&" as starter of a
"&something;" construct and does not expect the " " as next char after "&".
The WS requests from the client to the server are formatted correctly ,
<ns1:param1>&&&</ns1:param1>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]