473,626 Members | 3,443 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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.Http UnhandledExcept ion: Exception of type
System.Web.Http UnhandledExcept ion was thrown. --->
System.Web.Serv ices.Protocols. SoapException: Server was unable to process
request. --> The underlying connection was closed: An unexpected error
occurred on a send. at
System.Web.Serv ices.Protocols. SoapHttpClientP rotocol.ReadRes ponse(SoapClien tMessage
message, WebResponse response, Stream responseStream, Boolean asyncCall) at
System.Web.Serv ices.Protocols. SoapHttpClientP rotocol.Invoke( String
methodName, Object[] parameters) at
sterling.servic es.client.Sterl ingService.GetL oanApplicationD etails(String
privateKey, Int32 applicationid, Int32 locationid, Boolean admin, Int32&
errornumber, String& errormessage) at ASP.app_1_aspx. getloanapp() in
D:\website files\moses\ind irect\app_1.asp x:line 60 at
ASP.app_1_aspx. page_load(Objec t sender, EventArgs e) in D:\website
files\moses\ind irect\app_1.asp x:line 33 at
System.Web.UI.C ontrol.OnLoad(E ventArgs e) at
System.Web.UI.C ontrol.LoadRecu rsive() at
System.Web.UI.P age.ProcessRequ estMain() --- End of inner exception stack
trace --- at System.Web.UI.P age.HandleError (Exception e) at
System.Web.UI.P age.ProcessRequ estMain() at
System.Web.UI.P age.ProcessRequ est() at
System.Web.UI.P age.ProcessRequ est(HttpContext context) at
System.Web.Call HandlerExecutio nStep.System.We b.HttpApplicati on+IExecutionSt ep.Execute()
at System.Web.Http Application.Exe cuteStep(IExecu tionStep step, Boolean&
completedSynchr onously)

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 1405
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.Http UnhandledExcept ion: Exception of type
System.Web.Http UnhandledExcept ion was thrown. --->
System.Web.Serv ices.Protocols. SoapException: Server was unable to process
request. --> The underlying connection was closed: An unexpected error
occurred on a send. at
System.Web.Serv ices.Protocols. SoapHttpClientP rotocol.ReadRes ponse(SoapClien tMessage
message, WebResponse response, Stream responseStream, Boolean asyncCall) at
System.Web.Serv ices.Protocols. SoapHttpClientP rotocol.Invoke( String
methodName, Object[] parameters) at
sterling.servic es.client.Sterl ingService.GetL oanApplicationD etails(String
privateKey, Int32 applicationid, Int32 locationid, Boolean admin, Int32&
errornumber, String& errormessage) at ASP.app_1_aspx. getloanapp() in
D:\website files\moses\ind irect\app_1.asp x:line 60 at
ASP.app_1_aspx. page_load(Objec t sender, EventArgs e) in D:\website
files\moses\ind irect\app_1.asp x:line 33 at
System.Web.UI.C ontrol.OnLoad(E ventArgs e) at
System.Web.UI.C ontrol.LoadRecu rsive() at
System.Web.UI.P age.ProcessRequ estMain() --- End of inner exception stack
trace --- at System.Web.UI.P age.HandleError (Exception e) at
System.Web.UI.P age.ProcessRequ estMain() at
System.Web.UI.P age.ProcessRequ est() at
System.Web.UI.P age.ProcessRequ est(HttpContext context) at
System.Web.Call HandlerExecutio nStep.System.We b.HttpApplicati on+IExecutionSt ep.Execute()
at System.Web.Http Application.Exe cuteStep(IExecu tionStep step, Boolean&
completedSynchr onously)

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**@discussio ns.microsoft.co m> wrote in message
news:EC******** *************** ***********@mic rosoft.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.Http UnhandledExcept ion: Exception of type
System.Web.Http UnhandledExcept ion was thrown. --->
System.Web.Serv ices.Protocols. SoapException: Server was unable to process
request. --> The underlying connection was closed: An unexpected error
occurred on a send. at
System.Web.Serv ices.Protocols. SoapHttpClientP rotocol.ReadRes ponse(SoapClien tMessage
message, WebResponse response, Stream responseStream, Boolean asyncCall)
at
System.Web.Serv ices.Protocols. SoapHttpClientP rotocol.Invoke( String
methodName, Object[] parameters) at
sterling.servic es.client.Sterl ingService.GetL oanApplicationD etails(String
privateKey, Int32 applicationid, Int32 locationid, Boolean admin, Int32&
errornumber, String& errormessage) at ASP.app_1_aspx. getloanapp() in
D:\website files\moses\ind irect\app_1.asp x:line 60 at
ASP.app_1_aspx. page_load(Objec t sender, EventArgs e) in D:\website
files\moses\ind irect\app_1.asp x:line 33 at
System.Web.UI.C ontrol.OnLoad(E ventArgs e) at
System.Web.UI.C ontrol.LoadRecu rsive() at
System.Web.UI.P age.ProcessRequ estMain() --- End of inner exception stack
trace --- at System.Web.UI.P age.HandleError (Exception e) at
System.Web.UI.P age.ProcessRequ estMain() at
System.Web.UI.P age.ProcessRequ est() at
System.Web.UI.P age.ProcessRequ est(HttpContext context) at
System.Web.Call HandlerExecutio nStep.System.We b.HttpApplicati on+IExecutionSt ep.Execute()
at System.Web.Http Application.Exe cuteStep(IExecu tionStep step, Boolean&
completedSynchr onously)

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.co m> wrote in message
news:ur******** ******@TK2MSFTN GP14.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**@discussio ns.microsoft.co m> wrote in message
news:EC******** *************** ***********@mic rosoft.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.Http UnhandledExcept ion: Exception of type
System.Web.Http UnhandledExcept ion was thrown. --->
System.Web.Serv ices.Protocols. SoapException: Server was unable to process request. --> The underlying connection was closed: An unexpected error
occurred on a send. at
System.Web.Serv ices.Protocols. SoapHttpClientP rotocol.ReadRes ponse(SoapClien t
Message message, WebResponse response, Stream responseStream, Boolean asyncCall) at
System.Web.Serv ices.Protocols. SoapHttpClientP rotocol.Invoke( String
methodName, Object[] parameters) at
sterling.servic es.client.Sterl ingService.GetL oanApplicationD etails(String privateKey, Int32 applicationid, Int32 locationid, Boolean admin, Int32& errornumber, String& errormessage) at ASP.app_1_aspx. getloanapp() in
D:\website files\moses\ind irect\app_1.asp x:line 60 at
ASP.app_1_aspx. page_load(Objec t sender, EventArgs e) in D:\website
files\moses\ind irect\app_1.asp x:line 33 at
System.Web.UI.C ontrol.OnLoad(E ventArgs e) at
System.Web.UI.C ontrol.LoadRecu rsive() at
System.Web.UI.P age.ProcessRequ estMain() --- End of inner exception stack trace --- at System.Web.UI.P age.HandleError (Exception e) at
System.Web.UI.P age.ProcessRequ estMain() at
System.Web.UI.P age.ProcessRequ est() at
System.Web.UI.P age.ProcessRequ est(HttpContext context) at
System.Web.Call HandlerExecutio nStep.System.We b.HttpApplicati on+IExecutionSt e
p.Execute() at System.Web.Http Application.Exe cuteStep(IExecu tionStep step, Boolean&
completedSynchr onously)

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**@removeeme rgencyreporting .com> wrote in message
news:Ok******** ******@tk2msftn gp13.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.co m> wrote in message
news:ur******** ******@TK2MSFTN GP14.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**@discussio ns.microsoft.co m> wrote in message
news:EC******** *************** ***********@mic rosoft.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.Http UnhandledExcept ion: Exception of type
>> System.Web.Http UnhandledExcept ion was thrown. --->
>> System.Web.Serv ices.Protocols. SoapException: Server was unable to process >> request. --> The underlying connection was closed: An unexpected error
>> occurred on a send. at
>> System.Web.Serv ices.Protocols. SoapHttpClientP rotocol.ReadRes ponse(SoapClien t
Message >> message, WebResponse response, Stream responseStream, Boolean asyncCall) >> at
>> System.Web.Serv ices.Protocols. SoapHttpClientP rotocol.Invoke( String
>> methodName, Object[] parameters) at
>> sterling.servic es.client.Sterl ingService.GetL oanApplicationD etails(String >> privateKey, Int32 applicationid, Int32 locationid, Boolean admin, Int32& >> errornumber, String& errormessage) at ASP.app_1_aspx. getloanapp() in
>> D:\website files\moses\ind irect\app_1.asp x:line 60 at
>> ASP.app_1_aspx. page_load(Objec t sender, EventArgs e) in D:\website
>> files\moses\ind irect\app_1.asp x:line 33 at
>> System.Web.UI.C ontrol.OnLoad(E ventArgs e) at
>> System.Web.UI.C ontrol.LoadRecu rsive() at
>> System.Web.UI.P age.ProcessRequ estMain() --- End of inner exception stack >> trace --- at System.Web.UI.P age.HandleError (Exception e) at
>> System.Web.UI.P age.ProcessRequ estMain() at
>> System.Web.UI.P age.ProcessRequ est() at
>> System.Web.UI.P age.ProcessRequ est(HttpContext context) at
>> System.Web.Call HandlerExecutio nStep.System.We b.HttpApplicati on+IExecutionSt e
p.Execute() >> at System.Web.Http Application.Exe cuteStep(IExecu tionStep step,
>> Boolean&
>> completedSynchr onously)
>>
>> 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
2048
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 backend and they are experiencing locking problems. Once one person gets locked out then everyone trying to access that tables is also locked out as a result. It is not specific to a certain User, or module within the application. It's not a...
0
1071
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 integration for working with ASP.NET Web Services. It provides a mechanism of adding a Web Reference using a IDE feature. What this feature basically does is use the WSDL utility(WSDL.exe) (DISCLAIMER: as I understand it!) and generate the proxy...
9
4911
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 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tns="urn:JadeWebServices/WebServiceProvider/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
3
6497
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 (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnservice/html/service07162002.asp) but I don't want clients to have to add two web references and then manually have to edit the proxy classes. After doing some searching I found that putting references to multiple web services in a .disco...
6
3229
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 I add a web reference from the C# project to the ATL project, all the structures belong to the different namespace and I have to manually copy them over and repeat the full namespace. Looking for an adivice, Moshe.
0
1270
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 data from web services to the smart client and back the classes created by the proxy are not identical with the ones on the web services side. If the types we create are really complex then the code associated is complex too. Sharing the code between...
0
1797
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 in some code I've inherited from a colleague who is on vacation and unfortunately, it deals with ODBO, COM and Analysis Services, three topics with which I'm pretty unfamiliar. Having said that here is the situation as best I can explain it: the...
1
1050
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 apps, but on the web end, I also want to begin implementing AJAX to make calls to other web services. WSE is the issue when using AJAX/Javascript. I need to figure out how to configure it so that I can have 2 sets of web services, those that are WSE...
0
1577
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 2003. and the webservice works fine under Win2000 and XP. However I have been unable to get the webservice working with our COM+ application on a Windows 2003 server, although I can use the same COM+ application from a Windows forms application on...
1
2789
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 Services. I post a SOAP request to DynamicsGPWebService.asmx web services and get a SOAP response that is handled in my java program using simple XML parsing. I want to achieve the same using objects in Apache AXIS. The first issue is that how can I...
0
8268
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8202
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8641
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
7199
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6125
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5575
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4202
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1812
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1512
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.