Hi All,
I have code that works fine in some circumstances :
Where data is an xml
string.
This code works fine unless my xml string has any non ascii characters in it. For examaple, if the xml is this
The & character seems to break this.
On the receiving end of the post, I get the xml all the way up to but not including the & character.
I tried to do the following : request.content_type = 'text/xml', but that actually made things worse!
Any tips?
Thanks,
Kim