Using a WebService (Java) from VB.Net

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

Hope somebody can help me... Im trying to use a webservice from a client,
they give me the WSDL Addresss:

http://lgec.dnsalias.com:7001/WsFacade/common/InitFacade.jws?WSDL

They develop their webservice in Java, and we have to access them through
Vb.Net, we can register the wsdl through the web references window in Vb.NET
2003, but dont know exactly what to do next

Cant find any helpful samples on the msdn library

Can somebody give me a hand, a step by step sample would be greatly
appreciated

Thanks a lot
Jack
 
Hi,

In the project menu select add web reference. In the dialog that
shows up place the web address in the url textbox. Hit the go button.

Ken
--------------------
Hello,

Hope somebody can help me... Im trying to use a webservice from a client,
they give me the WSDL Addresss:

http://lgec.dnsalias.com:7001/WsFacade/common/InitFacade.jws?WSDL

They develop their webservice in Java, and we have to access them through
Vb.Net, we can register the wsdl through the web references window in Vb.NET
2003, but dont know exactly what to do next

Cant find any helpful samples on the msdn library

Can somebody give me a hand, a step by step sample would be greatly
appreciated

Thanks a lot
Jack
 

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

Back
Top