On Thu, Feb 24, 2011 at 5:29 AM, Stadelmann Josef < [email protected]> wrote:
> Sorry if you got that impression, but TOP DOWN, I gave you an very short > answer going to more details as you read on. > > Josef > Josef, Not a problem. Here is what I know/recall. I recall from the HTML world that when you want an <, >, " or ' to be sent as data they need to be escaped. From what I recall of XML the same rules apply. What you wrote and axutil_xml_quote_string left out the single quote (apostrophe). What I have done is gone into the source for axutil_xml_quote_string and added support to escape the apostrophe. The problem I had been having seems to be solved now. From what I can tell, Axis2/C is always calling axutil_xml_quote_string, well should I say the code WSDL2C generates seems to call axutil_xml_quote_string to escape things at the right time. I am simply trying to figure out if I am going to encounter other problems down the road. Sam
