Quote Originally Posted by superrobb420 View Post
I just downloaded it, and I will mess around with WebServicesStudio for a couple hours today.
This is what I had done in an earlier project when I had to call a webservice from my VB 6 code.

I wrote a .NET component to call the webservice.
Then I built a COM Wrapper around it.

I referenced this COM component in my VB 6 code as an activeX dll.
Then was able to complete the call.