Access and web services

T

TexasAggie96

Let me first state that I have used web services before, but only
through MS VS.NET and with using a WSDL for interface self
documentation.

I need to use web services to retrieve data from a new server
application and pull this data into MS Access. The web services
associated with the application do not use a WSDL and from my
understanding, the way you talk to it is by creating a XML soap message
with needed parameters and post that message to the web service and
then pick up the response.

My question is, how can this be done short of VBA? Are there any
software add on's available for Access 2003 to help in this process.
Are there any good links on the web that describe how to do this? Any
help with this venture would be greatly appreciated.

James Wallace
 
R

Rick Brandt

TexasAggie96 said:
Let me first state that I have used web services before, but only
through MS VS.NET and with using a WSDL for interface self
documentation.

I need to use web services to retrieve data from a new server
application and pull this data into MS Access. The web services
associated with the application do not use a WSDL and from my
understanding, the way you talk to it is by creating a XML soap
message with needed parameters and post that message to the web
service and then pick up the response.

My question is, how can this be done short of VBA? Are there any
software add on's available for Access 2003 to help in this process.
Are there any good links on the web that describe how to do this? Any
help with this venture would be greatly appreciated.

James Wallace

Without using VBA? No.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top