http://qs321.pair.com?node_id=1098691


in reply to Getting XML to text

Is the server side perl? If so, is the client sending the XML stream correctly (POST/PUT with correct MIME type)? Is the server side using CGI or some other module? Lots of examples only deal with the form processing of CGI. If you're using CGI.pm, you want to look at the sections on POSTDATA and PUTDATA. It may be helpful to post your stub programs if they're fairly small.

-derby