need some help

M

Mike

I currenlty have a VB6 dll that uses SOAP to connect to my web service on
another server.
With the SOAP toolkit support stopping july 1 my company has decided to use
..NET to call this same web service. The web service was created in VB6 and
the SOAP SDK and that portion isn't changing as far as I know. My question
is, how can I access the same wsdl file from VB.NET without the use of SOAP?
Can this be done, do I have to create the wsdl file within the .NET
environment.?

thanks
 
M

Mike

I figured it out. I was pointing to the WSDL file instead of the ASP file in
my code, once I made change i worked fine
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top