Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello people

I am trying to invoke a web service using a soap client in vb6. I have searched the net and noticed that some used client.ConnectorProperty("EndPointURL") and some skipped it (after MSSoapInit). Also, it was used in different versions - some gave the URL of the WSDL file and some put another URL (of the web service folder I assume). What is the significance of this?

I have tried all possibilities and always got errors. I tried to look for the answer myself and I couldn't find it. I lack some basic knowledge of SOAP etc but I have no time now to learn it from scratch now sorry.

Anyway, what should I use? - I am trying to test the web service locally i.e. the service is on my IIS6 server and I changed manually the wsdl file generated by .NET in this line - http://localhost/defaultwebsite/MyApp/webservice.asmx"

Thank you very much for your help I really need it
Posted

1 solution

 
Share this answer
 
Comments
The_Inventor 16-Jun-13 0:35am    
http://www.codeproject.com/Tips/205815/NET-SOAP-Web-Service-client-and-Borland-SOAP-serve

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900