>Just to let you know that I've discovered from the MM forums that you can't do XML posts with > CFHTTP in CF5, so I've resorted to using a COM object to post the data.
I'm not sure I follow that..... Your code posts a form variable to a CF page, which takes that variable does something with the contents (a query probably) and generates a bunch of XML. The CFHTTP gets the contents of the page, which happens to be an XML packet, but could be any old rubbish, and does a cfoutput of that in your page. I'm not sure where XML posting comes into it...... What's actually wrong with the format of the "text" you get back from the other server?? Regards Stephen -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED]
