> Hi, I'm using CF5 on Windows and have to consume a web 
> service.... Where would you recommend I begin? Learning the 
> SOXML, the MS XML COM object or some other parser?
> 
> Unfortunately using CFMX isn't possible... 

As it's CF5, the easiest thing to do is use the MS XML COM object. The
reason being that if it is a proper soap packet it will have things like
schemas and the like which MS XML COM object can handle.  SOXML is based on
MS XML COM (or it was last I looked) and that means that it may not provide
you with everything you need (in other words, it partially hides the
implementation).  I could be wrong, but I don't think you need SOXML for
this (unless it's just a simple XML packet that's being sent).

Paul




-- 
** 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]

Reply via email to