easysoap
easysoap copied to clipboard
Auto scape strings
I have to send a soap request using an xml as a parameter, but the message was rejected because the xml was not ecaped as an string. To solve this problem I have used a CDATA tag to wrap the xml.
It will be usefull if you include an option to auto scape parameters into CDATA tags.