473,396 Members | 1,966 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

web services/iis issue

Hi all, we recently upgraded our servers to 2003 and have begun seeing
several problems. We have a web services that runs locally and is called by
..aspx pages of other websites. Ever since the upgrade we have been getting a
ton of the following errors:-

System.Web.HttpUnhandledException: Exception of type
System.Web.HttpUnhandledException was thrown. --->
System.Web.Services.Protocols.SoapException: Server was unable to process
request. --> The underlying connection was closed: An unexpected error
occurred on a send. at
System.Web.Services.Protocols.SoapHttpClientProtoc ol.ReadResponse(SoapClientMessage
message, WebResponse response, Stream responseStream, Boolean asyncCall) at
System.Web.Services.Protocols.SoapHttpClientProtoc ol.Invoke(String
methodName, Object[] parameters) at
sterling.services.client.SterlingService.GetLoanAp plicationDetails(String
privateKey, Int32 applicationid, Int32 locationid, Boolean admin, Int32&
errornumber, String& errormessage) at ASP.app_1_aspx.getloanapp() in
D:\website files\moses\indirect\app_1.aspx:line 60 at
ASP.app_1_aspx.page_load(Object sender, EventArgs e) in D:\website
files\moses\indirect\app_1.aspx:line 33 at
System.Web.UI.Control.OnLoad(EventArgs e) at
System.Web.UI.Control.LoadRecursive() at
System.Web.UI.Page.ProcessRequestMain() --- End of inner exception stack
trace --- at System.Web.UI.Page.HandleError(Exception e) at
System.Web.UI.Page.ProcessRequestMain() at
System.Web.UI.Page.ProcessRequest() at
System.Web.UI.Page.ProcessRequest(HttpContext context) at
System.Web.CallHandlerExecutionStep.System.Web.Htt pApplication+IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionS tep step, Boolean&
completedSynchronously)

Basically it is on the line that calls the web service client. Please help!
What could be causing this?

thanks!
Nov 18 '05 #1
4 1394
when you updraded did you wipe out the web service "site"? If you go to .NET
studio and add a web reference to a asp.net application can you see or
connect to the web service that way?
"Param R." wrote:
Hi all, we recently upgraded our servers to 2003 and have begun seeing
several problems. We have a web services that runs locally and is called by
..aspx pages of other websites. Ever since the upgrade we have been getting a
ton of the following errors:-

System.Web.HttpUnhandledException: Exception of type
System.Web.HttpUnhandledException was thrown. --->
System.Web.Services.Protocols.SoapException: Server was unable to process
request. --> The underlying connection was closed: An unexpected error
occurred on a send. at
System.Web.Services.Protocols.SoapHttpClientProtoc ol.ReadResponse(SoapClientMessage
message, WebResponse response, Stream responseStream, Boolean asyncCall) at
System.Web.Services.Protocols.SoapHttpClientProtoc ol.Invoke(String
methodName, Object[] parameters) at
sterling.services.client.SterlingService.GetLoanAp plicationDetails(String
privateKey, Int32 applicationid, Int32 locationid, Boolean admin, Int32&
errornumber, String& errormessage) at ASP.app_1_aspx.getloanapp() in
D:\website files\moses\indirect\app_1.aspx:line 60 at
ASP.app_1_aspx.page_load(Object sender, EventArgs e) in D:\website
files\moses\indirect\app_1.aspx:line 33 at
System.Web.UI.Control.OnLoad(EventArgs e) at
System.Web.UI.Control.LoadRecursive() at
System.Web.UI.Page.ProcessRequestMain() --- End of inner exception stack
trace --- at System.Web.UI.Page.HandleError(Exception e) at
System.Web.UI.Page.ProcessRequestMain() at
System.Web.UI.Page.ProcessRequest() at
System.Web.UI.Page.ProcessRequest(HttpContext context) at
System.Web.CallHandlerExecutionStep.System.Web.Htt pApplication+IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionS tep step, Boolean&
completedSynchronously)

Basically it is on the line that calls the web service client. Please help!
What could be causing this?

thanks!

Nov 18 '05 #2
Its a new machine with 2003 web edition installed from scratch. Then I
loaded my apps and web services. I dont have VStudio. Any other ideas? This
problem is intermittent though. Happens several times a day but on other
times it is ok.

thanks!

"Mike" <Mi**@discussions.microsoft.com> wrote in message
news:EC**********************************@microsof t.com...
when you updraded did you wipe out the web service "site"? If you go to
.NET
studio and add a web reference to a asp.net application can you see or
connect to the web service that way?
"Param R." wrote:
Hi all, we recently upgraded our servers to 2003 and have begun seeing
several problems. We have a web services that runs locally and is called
by
..aspx pages of other websites. Ever since the upgrade we have been
getting a
ton of the following errors:-

System.Web.HttpUnhandledException: Exception of type
System.Web.HttpUnhandledException was thrown. --->
System.Web.Services.Protocols.SoapException: Server was unable to process
request. --> The underlying connection was closed: An unexpected error
occurred on a send. at
System.Web.Services.Protocols.SoapHttpClientProtoc ol.ReadResponse(SoapClientMessage
message, WebResponse response, Stream responseStream, Boolean asyncCall)
at
System.Web.Services.Protocols.SoapHttpClientProtoc ol.Invoke(String
methodName, Object[] parameters) at
sterling.services.client.SterlingService.GetLoanAp plicationDetails(String
privateKey, Int32 applicationid, Int32 locationid, Boolean admin, Int32&
errornumber, String& errormessage) at ASP.app_1_aspx.getloanapp() in
D:\website files\moses\indirect\app_1.aspx:line 60 at
ASP.app_1_aspx.page_load(Object sender, EventArgs e) in D:\website
files\moses\indirect\app_1.aspx:line 33 at
System.Web.UI.Control.OnLoad(EventArgs e) at
System.Web.UI.Control.LoadRecursive() at
System.Web.UI.Page.ProcessRequestMain() --- End of inner exception stack
trace --- at System.Web.UI.Page.HandleError(Exception e) at
System.Web.UI.Page.ProcessRequestMain() at
System.Web.UI.Page.ProcessRequest() at
System.Web.UI.Page.ProcessRequest(HttpContext context) at
System.Web.CallHandlerExecutionStep.System.Web.Htt pApplication+IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionS tep step, Boolean&
completedSynchronously)

Basically it is on the line that calls the web service client. Please
help!
What could be causing this?

thanks!

Nov 18 '05 #3
What version of the .NET framework? I just read on this list today of an
identical problem, known in .NET 1.0

Jeff
"Param R." <pr@nospam.com> wrote in message
news:ur**************@TK2MSFTNGP14.phx.gbl...
Its a new machine with 2003 web edition installed from scratch. Then I
loaded my apps and web services. I dont have VStudio. Any other ideas? This problem is intermittent though. Happens several times a day but on other
times it is ok.

thanks!

"Mike" <Mi**@discussions.microsoft.com> wrote in message
news:EC**********************************@microsof t.com...
when you updraded did you wipe out the web service "site"? If you go to
.NET
studio and add a web reference to a asp.net application can you see or
connect to the web service that way?
"Param R." wrote:
Hi all, we recently upgraded our servers to 2003 and have begun seeing
several problems. We have a web services that runs locally and is called by
..aspx pages of other websites. Ever since the upgrade we have been
getting a
ton of the following errors:-

System.Web.HttpUnhandledException: Exception of type
System.Web.HttpUnhandledException was thrown. --->
System.Web.Services.Protocols.SoapException: Server was unable to process request. --> The underlying connection was closed: An unexpected error
occurred on a send. at
System.Web.Services.Protocols.SoapHttpClientProtoc ol.ReadResponse(SoapClient
Message message, WebResponse response, Stream responseStream, Boolean asyncCall) at
System.Web.Services.Protocols.SoapHttpClientProtoc ol.Invoke(String
methodName, Object[] parameters) at
sterling.services.client.SterlingService.GetLoanAp plicationDetails(String privateKey, Int32 applicationid, Int32 locationid, Boolean admin, Int32& errornumber, String& errormessage) at ASP.app_1_aspx.getloanapp() in
D:\website files\moses\indirect\app_1.aspx:line 60 at
ASP.app_1_aspx.page_load(Object sender, EventArgs e) in D:\website
files\moses\indirect\app_1.aspx:line 33 at
System.Web.UI.Control.OnLoad(EventArgs e) at
System.Web.UI.Control.LoadRecursive() at
System.Web.UI.Page.ProcessRequestMain() --- End of inner exception stack trace --- at System.Web.UI.Page.HandleError(Exception e) at
System.Web.UI.Page.ProcessRequestMain() at
System.Web.UI.Page.ProcessRequest() at
System.Web.UI.Page.ProcessRequest(HttpContext context) at
System.Web.CallHandlerExecutionStep.System.Web.Htt pApplication+IExecutionSte
p.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionS tep step, Boolean&
completedSynchronously)

Basically it is on the line that calls the web service client. Please
help!
What could be causing this?

thanks!


Nov 18 '05 #4
1.1 sp1 on 2003. thanks!

"Jeff Dillon" <je**@removeemergencyreporting.com> wrote in message
news:Ok**************@tk2msftngp13.phx.gbl...
What version of the .NET framework? I just read on this list today of an
identical problem, known in .NET 1.0

Jeff
"Param R." <pr@nospam.com> wrote in message
news:ur**************@TK2MSFTNGP14.phx.gbl...
Its a new machine with 2003 web edition installed from scratch. Then I
loaded my apps and web services. I dont have VStudio. Any other ideas?

This
problem is intermittent though. Happens several times a day but on other
times it is ok.

thanks!

"Mike" <Mi**@discussions.microsoft.com> wrote in message
news:EC**********************************@microsof t.com...
> when you updraded did you wipe out the web service "site"? If you go to
> .NET
> studio and add a web reference to a asp.net application can you see or
> connect to the web service that way?
>
>
> "Param R." wrote:
>
>> Hi all, we recently upgraded our servers to 2003 and have begun seeing
>> several problems. We have a web services that runs locally and is called >> by
>> ..aspx pages of other websites. Ever since the upgrade we have been
>> getting a
>> ton of the following errors:-
>>
>> System.Web.HttpUnhandledException: Exception of type
>> System.Web.HttpUnhandledException was thrown. --->
>> System.Web.Services.Protocols.SoapException: Server was unable to process >> request. --> The underlying connection was closed: An unexpected error
>> occurred on a send. at
>> System.Web.Services.Protocols.SoapHttpClientProtoc ol.ReadResponse(SoapClient
Message >> message, WebResponse response, Stream responseStream, Boolean asyncCall) >> at
>> System.Web.Services.Protocols.SoapHttpClientProtoc ol.Invoke(String
>> methodName, Object[] parameters) at
>> sterling.services.client.SterlingService.GetLoanAp plicationDetails(String >> privateKey, Int32 applicationid, Int32 locationid, Boolean admin, Int32& >> errornumber, String& errormessage) at ASP.app_1_aspx.getloanapp() in
>> D:\website files\moses\indirect\app_1.aspx:line 60 at
>> ASP.app_1_aspx.page_load(Object sender, EventArgs e) in D:\website
>> files\moses\indirect\app_1.aspx:line 33 at
>> System.Web.UI.Control.OnLoad(EventArgs e) at
>> System.Web.UI.Control.LoadRecursive() at
>> System.Web.UI.Page.ProcessRequestMain() --- End of inner exception stack >> trace --- at System.Web.UI.Page.HandleError(Exception e) at
>> System.Web.UI.Page.ProcessRequestMain() at
>> System.Web.UI.Page.ProcessRequest() at
>> System.Web.UI.Page.ProcessRequest(HttpContext context) at
>> System.Web.CallHandlerExecutionStep.System.Web.Htt pApplication+IExecutionSte
p.Execute() >> at System.Web.HttpApplication.ExecuteStep(IExecutionS tep step,
>> Boolean&
>> completedSynchronously)
>>
>> Basically it is on the line that calls the web service client. Please
>> help!
>> What could be causing this?
>>
>> thanks!
>>
>>
>>



Nov 18 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: ACP | last post by:
Hi all, Have a situation that my company has never run across before. Client is running NT4 for the domain server, using terminal services 2000 and running an application with a SQL Server...
0
by: S.Subramanian Iyer | last post by:
Hello Everyone, This is an interesting issue that needs the community's attention and active participation. Lets begin from the top; Microsoft Visual Studio.NET provides excellent and extensive...
9
by: Phil B | last post by:
I am having a problem with a datetime from a web services provider The provider is sending the following SOAP response <?xml version="1.0" encoding="utf-8"?> <soap:Envelope...
3
by: Matt D | last post by:
I've got two web services that use the same data types and that clients will have to consume. I read the msdn article on sharing types...
6
by: Moshe Kravchik | last post by:
Hi all! I have 2 web services, one writtenin C++ (ATL) and another one in C#. Is there a way to define data stuctures in a single place both services could use? The structures are the same, but if...
0
by: Daniel P. | last post by:
http://danutp.blogspot.com/ Web Services - sharing data between client and server Dealing a lot with web services a friend of mine (Ehsan Samani) and I ran into another issue: when we move...
0
by: exits funnel | last post by:
Hello, I apologize if this question is a bit vague and slightly off topic but I couldn't find an Analysis Services and/or ODBO specific newsgroup. In any event, I'm trying to address an issue...
1
by: Nate | last post by:
Is it possible to run WSE enabled web services and unsecured web services side-by-side? The issue is that my web server contains various WSE enabled web services subscribed to by smart client...
0
by: nhaughton | last post by:
I have writtten a webservice in .Net 1.1 using C#, that exposes an existing COM+ application as a webservice to remote web applications. The COM+ application works fine under Win 2000, XP amd...
1
by: karthikpallavi | last post by:
Hi Everyone, I am battling an issue and I figured one of you guys on this forum may be able to help. I have a developed an application in java to access Microsoft Dynamics 10.0 through Web...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.