If the vendor's web service has a WSDL that defines how to use it, it is
possible to use the WSDL.exe program to create a proxy object that can
be used to interact with it. In fact, if you simply add a web reference
to a VS.NET project, it uses the WSDL program in the background to
create the class that implements the WSDL interface.
If the vendor doesn't include a WSDL file, then you can build an
appropriately formatted HTTP request and send it to the web service
using the System.Net.HttpRequest and System.Net.HttpResponse classes.
HTH
Bruce Johnson
http://www.ObjectSharp.com/Bruce
*** Sent via Developersdex
http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!