[ http://issues.apache.org/jira/browse/AXISCPP-663?page=comments#action_12330071 ]
huanghui commented on AXISCPP-663: ---------------------------------- I also found your problem,if the response including xml string,the client cannot receive the result. > Deserializing a Complex Element > ------------------------------- > > Key: AXISCPP-663 > URL: http://issues.apache.org/jira/browse/AXISCPP-663 > Project: Axis-C++ > Type: Bug > Components: Client - Deserialization > Versions: 1.5 Final > Environment: Windows with apache tomcat and Apache SOAP > Reporter: shijith lal > Attachments: syncadminstub.wsdl > > I am using the Axis C++ 1.5 Final version in my product. In that I want to > recieve a complex object. Hence I write a custom deserializer function. In > that deserializer function I am calling the "getAnyObject()" function of > Deserializer. I am expecting a XML. For normal case it is working smooth. But > if my response XML consist of any special charector ( '<','>','&', etc). The > return value of "getAnyObject()" is not a escaped string. Hence I could not > parse this string. Is it a expected behaviour. If it si so, Then how can I > solve my problem?? -- 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 - For more information on JIRA, see: http://www.atlassian.com/software/jira
