Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > Other .NET > .NET Web Services
|
.NET Web Services Discussions about .NET XML Web Service technologies including ASMX files, WSDL and SOAP.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the .NET Web Services section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old May 4th, 2006, 04:49 AM
Friend of Wrox
 
Join Date: Jun 2004
Posts: 449
Thanks: 0
Thanked 1 Time in 1 Post
Send a message via MSN to r_ganesh76
Default Underlying connection was closed

Hi Experts,

I am getting an error from my production web site sometimes while trying to access web services. The web services are not hosted in the production application server but on a different server. I dont get the error very frequently but I have to solve this issue somehow. The following is the stack trace which I get.

Code:
The underlying connection was closed: An unexpected error occurred on a send. 
Stack Trace :   at System.Web.Services.Protocols.WebClientProtocol.GetWebResponse(WebRequest request)
   at System.Web.Services.Protocols.HttpWebClientProtocol.GetWebResponse(WebRequest request)
   at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
   at MyApp.MyWS.MyWSClass.MyWSMethod(String IncidentID, String Source, String Mode) in C:\Ganesh\Working\MyApp\Web References\MyWS\Reference.cs:line 37
   at MyApp.MyPage.MyTestMethod() in C:\Ganesh\Working\MyApp\MyPage.aspx.cs:line 295
Can anybody tell me how to solve this issue.. Please help


Regards
Ganesh
http://ganeshprof.blogspot.com
__________________
Regards
Ganesh
http://ganeshprof.blogspot.com
Find your solution here...





Similar Threads
Thread Thread Starter Forum Replies Last Post
The underlying connection was closed: jhouse .NET Web Services 33 September 21st, 2011 04:26 PM
The underlying connection was closed: An unexpecte ksumijain .NET Web Services 0 April 4th, 2008 12:42 PM
The underlying connection was closed: An unexpecte adabass .NET Framework 1.x 0 October 12th, 2007 08:56 PM
The underlying connection was closed: unable to co badyalsk .NET Web Services 0 January 23rd, 2007 04:42 AM
The underlying connection was closed: Unable to co anurag_singh02 .NET Web Services 1 August 17th, 2005 11:15 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.