Calling a web service from Excel 2003 / vba

S.Conlon

New Member
Greetings,

I have created a web service using Openedge 10.2b which is to be consumed from an Excel addin (2003).
In the proxy generator, I must specify an 'Appservice' name (which is the name of a state free appserver).
In my Excel/VB project I use the reference 'Microsoft SOAP type library 3.0' and use 'MSSoapInit2' to connect to my web service.
This works OK.

But is it possible to leave the 'Appservice' name blank in the ProxyGenerator - so that the user can choose which appserver to use when a connection is made from the Excel addin?

Thanks
 
Top