Hi Roland,

> Procedurally, is SOAP a 1 hit process or a 2?
> Does the client send a properly packaged payload and wait for a  
> response? or does it ask for something and use that to create 
> the query?
> 

It can be 1 or 2, you decide. The 2 hit process involves retrieving the WSDL 
prior to your post - it's meant to help you to formulate the XML that is send 
and received. It's mostly useful to tools that automate the code instantiation 
like MS Visual Studio.

But in reality, if you have samples of the send and receive XML, you can build 
your posts without the WSDL and just do 1 hit, and parse the response like you 
would normally using <@URL>. 

Some custom HTTP may be required to, but it's really not much more complicated 
than that.

Good luck.

Scott Cadillac, 
Email: [EMAIL PROTECTED] 
http://scott.cadillac.bz 
 




________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

Reply via email to