- Dec 1, 2000
- 2,419
- 0
- 0
Suppose I have a SOAP request that has:
<soap:sometag> some content </soap:sometag>
Now obviously I can't have any < or > tags in "some content", and so I have a function that parses those out and replaces them with the appropriate escape characters.
Unfortunately, the server is still barfing at a rather complex content string and I can't figure out which character(s) are causing it.
(Normal strings like <soap:sometag>Hi there, how are you?</soap:sometag> are working fine.)
Thoughts?
<soap:sometag> some content </soap:sometag>
Now obviously I can't have any < or > tags in "some content", and so I have a function that parses those out and replaces them with the appropriate escape characters.
Unfortunately, the server is still barfing at a rather complex content string and I can't figure out which character(s) are causing it.
(Normal strings like <soap:sometag>Hi there, how are you?</soap:sometag> are working fine.)
Thoughts?