Ok Guys I can get CF to create an XML document via the CFXML tag. My
question is how do I submit this document to an XML server. The following
document will return information on a particular user. Our portal has an
XML interface that we can submit an XML document to. I'm just not sure how
I go about this. Should I use cfhttp.
CFXML creates an "XML document" which is a structure. Some XML servers actually want simple text, some want the XML as a "soapElement". It's really going to depend on the server you are trying to communicate with. CFHTTP should do the job either way - once you know what you're really trying to do...
Regards, Sean
--- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED]
MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004
