Writing a SOAP client in VB.Net

G

Guest

Hi,
I have developed a SOAP service using Perl's SOAP::Lite module and I
am currently working through interoperability testing.

I have written a client in VB6 using MSSOAP 3.0 and it works fine. I now
need to make sure the service is accessible from .Net but I haven't had a
chance to try this out yet.

Would I be able to write a SOAP client using the standard version of VB.Net
(just to prove it will work), or will I have to invest in the Professional or
Enterprise versions?

Does anyone know of any interoperabilty problems between SOAP::Lite and .Net?

I would be very grateful for any help!

Thanks,
George
 
K

Ken Tucker [MVP]

Hi,

Take a look at the web service enhancements.
http://msdn.microsoft.com/webservices/building/wse/


Ken
-----------------------
Hi,
I have developed a SOAP service using Perl's SOAP::Lite module and I
am currently working through interoperability testing.

I have written a client in VB6 using MSSOAP 3.0 and it works fine. I now
need to make sure the service is accessible from .Net but I haven't had a
chance to try this out yet.

Would I be able to write a SOAP client using the standard version of VB.Net
(just to prove it will work), or will I have to invest in the Professional
or
Enterprise versions?

Does anyone know of any interoperabilty problems between SOAP::Lite and
..Net?

I would be very grateful for any help!

Thanks,
George
 

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