dbTalk Databases Forums  

Anyone using WSDL.exe utility to generate a web service dll thatcan be used from Access VBA

comp.databases.ms-access comp.databases.ms-access


Discuss Anyone using WSDL.exe utility to generate a web service dll thatcan be used from Access VBA in the comp.databases.ms-access forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
BobAlston
 
Posts: n/a

Default Anyone using WSDL.exe utility to generate a web service dll thatcan be used from Access VBA - 04-23-2011 , 01:42 PM






Wsdl.exe is a microsoft utility that is command line operated and can
take as a parm a link to a WSDL file for a web service. It generates
classes for accessing the web service which can be compiled into a DLL.

Anyone have experience in doing so and accessing the exposed methods to
send a SOAP message to a web service from Access/vba?

Bob

Reply With Quote
  #2  
Old   
Bob Barrows
 
Posts: n/a

Default Re: Anyone using WSDL.exe utility to generate a web service dll that can be used from Access VBA - 04-26-2011 , 10:37 AM






BobAlston wrote:
Quote:
Wsdl.exe is a microsoft utility that is command line operated and can
take as a parm a link to a WSDL file for a web service. It generates
classes for accessing the web service which can be compiled into a
DLL.

Anyone have experience in doing so and accessing the exposed methods
to send a SOAP message to a web service from Access/vba?

I've never done it but this might help:
http://www.4guysfromrolla.com/webtech/070302-1.shtml

vbscript is close enough to vba to enable you to modify their code to use in
Access

Reply With Quote
  #3  
Old   
BobAlston
 
Posts: n/a

Default Re: Anyone using WSDL.exe utility to generate a web service dll thatcan be used from Access VBA - 04-26-2011 , 02:19 PM



On 4/26/2011 10:37 AM, Bob Barrows wrote:
Quote:
BobAlston wrote:
Wsdl.exe is a microsoft utility that is command line operated and can
take as a parm a link to a WSDL file for a web service. It generates
classes for accessing the web service which can be compiled into a
DLL.

Anyone have experience in doing so and accessing the exposed methods
to send a SOAP message to a web service from Access/vba?

I've never done it but this might help:
http://www.4guysfromrolla.com/webtech/070302-1.shtml

vbscript is close enough to vba to enable you to modify their code to use in
Access


A very nice set of articles which I will review a 2nd time. didn't find
my situation in it first time through.

Bob

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.