All,
I have a Web Service that makes use of WSE 2.0 for security. The service
works fine on my test machine. However, when deployed to the server I get the
following Exception:
An unhandled exception of type
'System.Web.Services.Protocols.SoapHeaderException' occurred in
system.web.services.dll
Additional information: Server unavailable, please try later
I am scratching my head trying to figure out what could be causing this. I
am using the same certificates that I was using during testing and I have
verified that the ASP.NET account has access to them. Any suggestions would
be appreciated. Thanks!
Dan
Dan Rogers - 03 Dec 2004 22:56 GMT
Hi,
A SoapHeaderException is the required response when:
a). The client sends a request that contains a Soap Header child that is
marked with mustUnderstand="true"
b). The server doesn't tell the ASP.net subsystem that the header has been
handled.
How are you deploying your project to production? Is the WSE 2.0 SP1
update installed on the production server?
I hope this helps
Dan Rogers
Microsoft Corporation
--------------------
Thread-Topic: Help With Exception
thread-index: AcTHNxVX7d6uTGEbQheSRQzpC7Cd4w==
X-WBNR-Posting-Host: 204.58.233.4
From: =?Utf-8?B?RGFu?= <Dan@discussions.microsoft.com>
Subject: Help With Exception
Date: Wed, 10 Nov 2004 07:08:06 -0800
Lines: 18
Message-ID: <0BE44460-D5BF-438C-AA67-DC68E24A7937@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.1.29
Path: cpmsftngxa10.phx.gbl!TK2MSFTNGXA03.phx.gbl
Xref: cpmsftngxa10.phx.gbl
microsoft.public.dotnet.framework.webservices.enhancements:4815
X-Tomcat-NG: microsoft.public.dotnet.framework.webservices.enhancements
All,
I have a Web Service that makes use of WSE 2.0 for security. The service
works fine on my test machine. However, when deployed to the server I get
the
following Exception:
An unhandled exception of type
'System.Web.Services.Protocols.SoapHeaderException' occurred in
system.web.services.dll
Additional information: Server unavailable, please try later
I am scratching my head trying to figure out what could be causing this. I
am using the same certificates that I was using during testing and I have
verified that the ASP.NET account has access to them. Any suggestions would
be appreciated. Thanks!
Dan