Please VB coders help me, I have a problem to connect my vb code to wsdl application.
I have a 3rd party application who provides wsdl url to get and send info to the application.
In their documentation they say that "Add web reference" or simpley "web reference" to set the wsdl url but I cannot see these two options in "Project" menu or anywhere else in VB. I have VB6 with SP6. In the project menu there are other options but not "Add Web Reference".
I also tried SOAP but it also dont work, my code hangs on the line where I add the wsdl url and If I close wsdl application, it becomes active and give the error that given resource not found. I used the following code:
Dim SoapClient As New MSSOAPLib30.SoapClient30
On Error Resume Next
SoapClient.MSSoapInit ("http://127.0.0.1:8018/service.wsdl")
I also tried some other codes but all hangs on the wsdl url line until my wsdl application running.
So help me to find or install:"Add Web Reference" option in "Project" menu