[
https://issues.apache.org/jira/browse/AXIS2C-674?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Samisa Abeysinghe resolved AXIS2C-674.
--------------------------------------
Resolution: Fixed
Fix Version/s: 1.1.0
Assignee: Samisa Abeysinghe
Fixed the C code by adding an encode method as well as the Java code generation
tool by updating the template to call the encode function on text values.
> 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
> Assignee: Samisa Abeysinghe
> Fix For: 1.1.0
>
>
> 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]