Johnny,
You should be able to use VB to send SOAP requests and process XML
responses from the web service using the libraries
Microsoft SOAP Type Library (mssoap1.dll or later)
Microsoft XML (msxml3.dll or later)
You may also want to look at the SOAP toolkit at
http://www.microsoft.com/downloads/d...displaylang=en
If you decide to go the VB route and get stuck, I have a bit of code
that I can send you to get you started.
On the other hand, both providing and consuming web services is
extremely simple using the .NET framework. If you use Visual
Studio.NET, you simply add a URL reference to the web service and the
IDE automatically creates a proxy for the various methods exposed in
the service. At that point you have intellisense to guide you as you
make use of the methods. What could be easier?
If the web services aspect is a major part of your app or if you want
to get more familiar with .NET, it may be better for you to work with
..NET. On the other hand, if the web services component is only a small
part of the puzzle and you are time constrained, you may be better off
accessing the web services using VB in your Access project.
Bill E.
Hollywood, FL