|
Subject:
|
Web Service Proxy - to - COM component
|
|
Posted By:
|
sangata
|
Post Date:
|
10/8/2004 9:05:01 AM
|
Hi, this topic is related to the previous one. I am using a Web Service in a .NET solution. I have created its proxy, which i use the .NET solution. What i want to do next is to use this Web Service in a VBA program. Since i can't add a reference in VBA to the proxy .dll, and can't register the proxy as a COM in Windows, I think i should create a COM component featuring the proxy or if possible to compile the proxy as a COM component.
If someone tell me which is possible, if any, and give me some recipe for doing it i will be very gratefull.
Alex
|
|
Reply By:
|
Hal Levy
|
Reply Date:
|
10/11/2004 1:22:38 PM
|
Ok- lets answer this all at one time?
You can't use .NET in the way your trying to do this.
Old COM doesn't talk to .NET very well, if at all- VBA has no support for web services.
Hal Levy I am here to help you, not do it for you.
|
|