Web Service proxy to COM
Hi, i posted this question in 'General .NET' section, but decided to double it here.
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
|