Failure Sending a Fault: System.Net.Sockets.SocketException
From: Kups (Kups_at_discussions.microsoft.com)
Date: 02/22/05
- Next message: Phil George: "webservice.htc, firewalls and Valid Soap Action"
- Previous message: DotNetJerome: "RE: Web service deployment on server with multiple sites"
- Next in thread: Trevor Pinkney: "Re: Failure Sending a Fault: System.Net.Sockets.SocketException"
- Reply: Trevor Pinkney: "Re: Failure Sending a Fault: System.Net.Sockets.SocketException"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 22 Feb 2005 01:29:03 -0800
Hi!
I have a service and client that use WSE 2.0 and soap.tcp. Both are behind
firewalls. Client connects to a public machine's tcp port which is
redirected to service.
If I send a request to service, it is received, but I can't get the
answer.
Here is the message from event log:
Event Type: Error
Event Source: Microsoft WSE 2.0
Event Category: None
Event ID: 0
Date: 2/22/2005
Time: 10:20:38 AM
User: N/A
Computer: kups
Description:
Failure Sending a Fault: System.Net.Sockets.SocketException: A connection
attempt failed because the connected party did not properly respond after a
period of time, or established connection failed because connected host has
failed to respond
at Microsoft.Web.Services2.Messaging.SoapTcpConnection.Connect()
at Microsoft.Web.Services2.Messaging.SoapTcpConnection..ctor(Uri
remoteEndpoint, SoapTcpTransportOptions options, ISoapFormatter formatter)
at Microsoft.Web.Services2.Messaging.SoapTcpTransport.GetConnection(Uri
destination)
at
Microsoft.Web.Services2.Messaging.SoapTcpOutputChannel.Send(SoapEnvelope
message)
at Microsoft.Web.Services2.Messaging.SoapReceiver.SendFault(SoapEnvelope
request, Exception ex)
What could be the problem?
Kristjan
- Next message: Phil George: "webservice.htc, firewalls and Valid Soap Action"
- Previous message: DotNetJerome: "RE: Web service deployment on server with multiple sites"
- Next in thread: Trevor Pinkney: "Re: Failure Sending a Fault: System.Net.Sockets.SocketException"
- Reply: Trevor Pinkney: "Re: Failure Sending a Fault: System.Net.Sockets.SocketException"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|