Java에서 작성된 웹 서비스에 C#으로 클라이언트를 만들려고합니다. 처음으로 클라이언트를 작성하려고 했으므로 MSDN의 지침을 따르고 있지만 참조 추가에 문제가 있습니다. 나는 추가 서비스 참조 대화 상자를 열고 URL을 추가 할 때 오류가 발생합니다서비스 참조를 추가 할 때 오류가 발생했습니다.
There was an error downloading 'http://geoportal.cuzk.cz/WCTService/WCTService.svc'.
The request failed with HTTP status 404: Not Found.
Metadata contains a reference that cannot be resolved: 'http://geoportal.cuzk.cz/WCTService/WCTService.svc'.
There was no endpoint listening at http://geoportal.cuzk.cz/WCTService/WCTService.svc that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details.
The remote server returned an error: (404) Not Found.
If the service is defined in the current solution, try building the solution and adding the service reference again.
나의 다음 단계는 무엇을해야 하는가? 이걸 내가 어떻게해야할지 모르겠다!
부동산 서비스 (GetCapabilities 필수) http://geoportal.cuzk.cz/WCTService/WCTService.svc/get : 자세한 내용은
(. 그것은 체코 공화국에서 좌표 - 변환 서비스입니다)?
현지화 서비스 : http://geoportal.cuzk.cz/WCTService/WCTService.svc/get?request=GetCapabilities&service=WCTS
오류가 발생했습니다 ... '엔드 포인트를 찾을 수 없습니다.'서비스가 서버에서 올바른 모양입니까? 이 서비스의 구성 파일에 끝점이 정의되어 있습니까? –