Problem using WSE 2.0 with ASP.NET 2.0
- From: "Bryan" <Bryan@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 3 Jun 2005 09:57:24 -0700
I’m trying to use Web Services Enhancements 2.0 SP3 with .NET 2.0 in order to
digitally sign SOAP messages. The problem I’m having is on the server, where
I am trying to verify the signature of the messages. In .NET 1.1, in order
to do this, we had to add this following to the web service’s web.config:
<webServices> <soapExtensionTypes> <add
type="Microsoft.Web.Services2.WebServicesExtension,
Microsoft.Web.Services2,Version=2.0.0.0, Culture=neutral,
PublicKeyToken=31bf3856ad364e35" priority="1" group="0"/>
</soapExtensionTypes> </webServices>
In 2.0, I get an error message of “Parser Error Message: Unrecognized
element 'SoapExtensionTypes'” when I add that section.
My questions are:
Should I still be using WSE 2.0 to digitally sign SOAP messages? Is there a
better way?
How can I fix the web.config problem?
Thanks,
Bryan
.
- Follow-Ups:
- RE: Problem using WSE 2.0 with ASP.NET 2.0
- From: MAHESH MANDHARE
- RE: Problem using WSE 2.0 with ASP.NET 2.0
- Prev by Date: WSE 2 adoption
- Next by Date: wsewsdl2.exe and soap 1.2
- Previous by thread: WSE 2 adoption
- Next by thread: RE: Problem using WSE 2.0 with ASP.NET 2.0
- Index(es):
Relevant Pages
|