[ http://issues.apache.org/jira/browse/AXISCPP-184?page=comments#action_57934 ] Samisa Abeysinghe commented on AXISCPP-184: -------------------------------------------
Spped problems related to Xerces parser module has been fixed. Expat parser module is no more supported as that module is no longer maintained. > Client cannot handle '<' and '>' characters in deserializing a returned string > ------------------------------------------------------------------------------ > > Key: AXISCPP-184 > URL: http://issues.apache.org/jira/browse/AXISCPP-184 > Project: Axis-C++ > Type: Bug > Components: Serialization/Deserialization > Versions: 1.3 Beta > Environment: All platforms > Reporter: Samisa Abeysinghe > Assignee: Samisa Abeysinghe > Fix For: 1.3 Final > > Client cannot handle '<' character and '>' characters while deserializing a > returned string. > e.g. > If server response contains: > <echoStringReturn xsi:type="xsd:string">hello< world</echoStringReturn> > the client get the return value as: > < world > If server response contains: > <echoStringReturn xsi:type="xsd:string">hello> world</echoStringReturn> > the client get the return value as: > > world -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira
