Thanks for your response Martijin,
So this character parsing problem is also within one of those webservices
that suffering memory issue? Seems the context is very complex ... As for
global.asax, it is the targeting asp.net web page application rather than
asp.net webservice.... Webservcie's unhancled exceptions won't be
routered to it. If we need to capture asp.net webservice exceptions in a
central handler, we can consider building a soapExtension to do the work:
(SoapExtension can be configured per application or per webmethod...)
££Exception Injection Using a Custom SOAP Extension
http://www.dotnetslackers.com/Web_Application/re-13644_Exception_Injection_U
sing_a_Custom_SOAP_Extension.aspx
Thanks,
Steven Cheng
Microsoft Online Support

Signature
Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
--------------------
Thread-Topic: HTTP/ASMX Message Receive Failure: System.Xml.XmlException
thread-index: AcYRHkp3OkvgcOZ2SeGBX4vnvGl5vA==
X-WBNR-Posting-Host: 84.117.15.17
From: "=?Utf-8?B?dmVjb3pvQG9ubGluZS5ub3NwYW0=?=" <vecozo@online.nospam>
References: <0ED2195C-EBAC-4237-A018-30A4B7561E4D@microsoft.com>
<5ULk8sPEGHA.1236@TK2MSFTNGXA02.phx.gbl>
Subject: RE: HTTP/ASMX Message Receive Failure: System.Xml.XmlException
Date: Wed, 4 Jan 2006 03:02:02 -0800
Lines: 134
Message-ID: <D6ED5F5D-CD7D-44AF-9CC2-7F4628E570F4@microsoft.com>
MIME-Version: 1.0
Content-Type: text/plain;
charset="Utf-8"
Content-Transfer-Encoding: 7bit
X-Newsreader: Microsoft CDO for Windows 2000
Content-Class: urn:content-classes:message
Importance: normal
Priority: normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
Newsgroups: microsoft.public.dotnet.framework.webservices.enhancements
NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
Path: TK2MSFTNGXA02.phx.gbl!TK2MSFTNGXA03.phx.gbl
Xref: TK2MSFTNGXA02.phx.gbl
microsoft.public.dotnet.framework.webservices.enhancements:8037
X-Tomcat-NG: microsoft.public.dotnet.framework.webservices.enhancements
Hi Steven,
The error actually occurs in a production environment where we expose 5
different webservices (about 50 methods) and call dozens of external
webservices. In most cases it seems to work fine: if it would fail always
for
one service we would see thousands of errors a day; not around 25.
From the stack trace it is not clear which of our webservices causes the
problem. Moreover, the exception is not captured in one of our
Global.asax_OnError handlers so we cannot identify the method by looking at
the EventSource.
Any suggestions how to track down this issue?
Regards,
Martijn Kaag
______________________________
www.VECOZO.nl
"Steven Cheng[MSFT]" wrote:
> Hi Martijn,
>
[quoted text clipped - 62 lines]
> Regards,
> Martijn Kaag
Microsoft.Web.Services2.Messaging.SoapPlainFormatter.Microsoft.Web.Services2
> .Messaging.ISoapFormatter.Deserialize(Stream stream)
> at
Microsoft.Web.Services2.WebServicesExtension.BeforeDeserializeServer(SoapSer
> verMessage message)
>
> For more information, see Help and Support Center at
> http://go.microsoft.com/fwlink/events.asp
vecozo@online.nospam - 05 Jan 2006 19:21 GMT
Hi Steven,
It is indeed a complex context and it is one that keep me awake for a while
now. (Thats why I refer to a global.asax in a webservice context.. :s)
We'll await the judgment of one of your college's who is hopefully looking
at the dumpfile as we speak.
Thanx for your detailed responses!
Martijn Kaag
______________________________
www.VECOZO.nl
> Thanks for your response Martijin,
>
[quoted text clipped - 156 lines]
> > For more information, see Help and Support Center at
> > http://go.microsoft.com/fwlink/events
Steven Cheng[MSFT] - 06 Jan 2006 01:58 GMT
Thanks for your followup.
Hope you'll soon get the issue figured out...
Anyway, please feel free to post here if there're anything else we can help.
Steven Cheng
Microsoft Online Support

Signature
Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
--------------------
Thread-Topic: HTTP/ASMX Message Receive Failure: System.Xml.XmlException
thread-index: AcYSLSsfXJvc4G2/RAilCsTolqeOVA==
X-WBNR-Posting-Host: 193.108.210.227
From: "=?Utf-8?B?dmVjb3pvQG9ubGluZS5ub3NwYW0=?=" <vecozo@online.nospam>
References: <0ED2195C-EBAC-4237-A018-30A4B7561E4D@microsoft.com>
<5ULk8sPEGHA.1236@TK2MSFTNGXA02.phx.gbl>
<D6ED5F5D-CD7D-44AF-9CC2-7F4628E570F4@microsoft.com>
<luJjSybEGHA.2660@TK2MSFTNGXA02.phx.gbl>
Subject: RE: HTTP/ASMX Message Receive Failure: System.Xml.XmlException
Date: Thu, 5 Jan 2006 11:21:03 -0800
Lines: 218
Message-ID: <0B352FE3-42BE-4286-893F-BFC5A7C70ACF@microsoft.com>
MIME-Version: 1.0
Content-Type: text/plain;
charset="Utf-8"
Content-Transfer-Encoding: 8bit
X-Newsreader: Microsoft CDO for Windows 2000
Content-Class: urn:content-classes:message
Importance: normal
Priority: normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
Newsgroups: microsoft.public.dotnet.framework.webservices.enhancements
NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
Path: TK2MSFTNGXA02.phx.gbl!TK2MSFTNGXA03.phx.gbl
Xref: TK2MSFTNGXA02.phx.gbl
microsoft.public.dotnet.framework.webservices.enhancements:8054
X-Tomcat-NG: microsoft.public.dotnet.framework.webservices.enhancements
Hi Steven,
It is indeed a complex context and it is one that keep me awake for a while
now. (Thats why I refer to a global.asax in a webservice context.. :s)
We'll await the judgment of one of your college's who is hopefully looking
at the dumpfile as we speak.
Thanx for your detailed responses!
Martijn Kaag
______________________________
www.VECOZO.nl
"Steven Cheng[MSFT]" wrote:
> Thanks for your response Martijin,
>
[quoted text clipped - 7 lines]
>
> ££Exception Injection Using a Custom SOAP Extension
http://www.dotnetslackers.com/Web_Application/re-13644_Exception_Injection_U
> sing_a_Custom_SOAP_Extension.aspx
>
[quoted text clipped - 132 lines]
> > at Microsoft.Web.Services2.SoapEnvelope.Load(Stream stream)
> > at
Microsoft.Web.Services2.Messaging.SoapPlainFormatter.Microsoft.Web.Services2
> > .Messaging.ISoapFormatter.Deserialize(Stream stream)
> > at
Microsoft.Web.Services2.WebServicesExtension.BeforeDeserializeServer(SoapSer
> > verMessage message)
> >
> > For more information, see Help and Support Center at
> > http://go.microsoft.com/fwlink/events