본문 바로가기

IT

수신 대기 중인 끝점이 없다는 오류

웹서비스 호출하려고 하니 특정 서버의 웹서비스만 오류가 나는 상황입니다.

오류 메시지는 아래와 같이 나오는데 해결방법을 모르겠네요.

보안때문에 그런것 같은데..

난감합니다.

 

xmlns="http://tempuri.org/">System.ServiceModel.FaultException`1[System.ServiceModel.ExceptionDetail]:

메시지를 수락할 수 있는 http://localhost:80/Service에서 수신 대기 중인 끝점이 없습니다.

이것은 흔히 잘못된 주소나 SOAP 동작으로 인해 발생합니다.

자세한 내용은 InnerException(있을 경우)을 참조하십시오.(Fault Detail이 IncludeExceptionDetailInFaults=true에 의해 만들어졌을 가능성이 있는 ExceptionDetail의 값은 다음과 같습니다.

System.ServiceModel.EndpointNotFoundException: 메시지를 수락할 수 있는 http://localhost:80/Service에서 수신 대기 중인 끝점이 없습니다.

이것은 흔히 잘못된 주소나 SOAP 동작으로 인해 발생합니다.

자세한 내용은 InnerException(있을 경우)을 참조하십시오. ---->

System.Net.WebException: 원격 서버에 연결할 수 없습니다. ----> System.Net.Sockets.SocketException: 연결된 구성원으로부터 응답이 없어 연결하지 못했거나,

호스트로부터 응답이 없어 연결이 끊어졌습니다 localhost:80

위치: System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)

위치: System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception) ---

내부 ExceptionDetail 스택 추적 끝 ---

위치: System.Net.HttpWebRequest.GetRequestStream(TransportContext& context) 위치: System.Net.HttpWebRequest.GetRequestStream()

위치: System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputS...과(와) 같음).