Mike Hearn wrote: > A CDATA section in the XML you're trying to send back and forth? If you try to > send invalid XML, or stuff that conflicts with > the SOAP wrappers then yeah, I can see that, but what if you just want to send > some simple elements with attributes?
If there is something that may cause a problem with the web service, it would seem better to just take the step to send it in a way that will limit the problem. If the XML file is invalid, then the web service should handle it properly, but don't have it mess up before it gets to the code we write. Besides, then you can just zip up the array first. <g>