> -----Original Message----- > From: Scott Rubin [mailto:srubin / fsisys.com] > Sent: Thursday, April 08, 2004 3:06 PM > To: ruby-talk ML > Subject: Send XML Document over SOAP > > Hello again, > > While I wait for SOAP/SSL to be implemented I have another problem. I > have a web service running with many clients. The way it is set up is > that through a web interface the admin will change the configurations of > the clients. The clients will all have XML documents stored locally > containing their settings. When changes are made the web service will > send a new version of that XML document to the client VIA soap. My > problem is that I can't seem to embed the XML document into the SOAP > envelope and have it work on the other end. Many sites on the net say > to use a SOAP attachment, but this wont work for our purposes. I know that at the company I work for, a group got around this by converting the brackets into the html equivalent of > and <, embedding that converted xml into the SOAP body and then doing the reverse in the other side. Chris