Issue Adding a WebService (WSDL)
Visual Basic
1
Posts
1
Posters
2
Views
1
Watching
-
Hello everyone. I started a project which is suppose to utilize SOAP API and the URL they provide is a WSDL extension (Here is the URL: http://api.netim.com/2.0/api.wsdl) Maybe I'm wrong, but WSDL's are suppose to be added as Web References, correct? I've tried adding as both a service reference and web reference with the URL above and it always returns a 404 error. But, as you can see by visiting the URL above it works fine in a browser. Any idea what I'm doing wrong here? Thanks in advance!