Wrox Programmer Forums
|
ASP.NET 1.0 and 1.1 Professional For advanced ASP.NET 1.x coders. Beginning-level questions will be redirected to other forums. NOT for "classic" ASP 3 or the newer ASP.NET 2.0 and 3.5
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.0 and 1.1 Professional 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 October 24th, 2006, 03:35 AM
Authorized User
 
Join Date: Nov 2003
Posts: 78
Thanks: 0
Thanked 0 Times in 0 Posts
Default SoapException

I have a web application written in ASP.Net 1.1 which uses a standard web service.

The web service uses a COM dll to process requests and return results to each individual web client. The actual processing done by the dll is not important here, but the web service needs to create a new instance of the dll for each web client. This is ok as the application is run on a local Intranet and does not have a large number of users.

This mechanism works fine most of the time. However, occasionally it gives a SoapException error with the message "Server was unable to process request. --> The server thew an exception" appearing in the web browser. "Exception details: System.Web.Services.Protocols.SoapException Server was unable to process request. --> The server thew an exception". The stack trace mentions calls to SoapHttpClientProtocol.ReadResponse() and SoapHttpClientProtocol.Invoke().

Once this error has occurred, IIS needs to be restarted before the application will work again.

Has anyone come across this problem before?

Thanks for your help.






Similar Threads
Thread Thread Starter Forum Replies Last Post
SoapException: Server was unable to process reques deeptisingh20 ASP.NET 1.0 and 1.1 Professional 1 September 12th, 2006 06:29 AM
SoapException:General network error deeptisingh20 ASP.NET 1.0 and 1.1 Basics 0 September 12th, 2006 01:18 AM
SoapException hariharan25 .NET Web Services 0 March 1st, 2005 03:12 AM





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