문제

I can access serverIP:7075//webservice from a web browser but I cannot add it to Visual Studio. It throws an exception.

도움이 되었습니까?

해결책 2

Try appending ?wsdl at the end of the URL when adding a reference in Visual Studio

Eg:

serverIP:7075/webservice?wsdl

다른 팁

In Visual Studio 2012:

Add Service Reference..., type or paste in the Address, click Go, select it and click OK.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top