> The client I am working with will be sending me an XML packet 
> via an HTTP POST.
> 
> So I assume it's a SOAP packet.

I wouldn't make that assumption. It could be any sort of XML at all, unless
you've specifically agreed to use SOAP.

> Is it possible to use WDDX to grab that packet and manipulate 
> it as needed?

Only if the XML is, in fact, WDDX. If it's SOAP, it's not WDDX.

> Is it possible to parse that packet as straight text?  If so, how?

You could, but, ugh. You should be able to read it using the
GetHTTPRequestData function, which was introduced in CF 5. But again, ugh.
I'd use an external XML parser from CF - if you're using Windows, look into
the MSXML COM object.

> Or do I need to install a customtag that deals with SOAP, exclusively?

You should first confirm exactly what XML you're receiving.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230253
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to