I'm not sure about the response but we're sending an XML document to a MS SOAP server method as a string wrapped in CDATA...one thing we found was that we had to strip the carriage returns and line feeds out of the string before sending it across otherwise SOAP choked on it...I would guess that it's the parser on the receiving end but don't know for sure... Doug
