TechBubbles Microsoft Technology BLOG

CategoryWebservices

Digital Signing the SOAP Message

WSE allows you to digitally sign a SOAP Messages by overriding the SecureMessage method. To sign a SOAP message 1. The following code example overrides the SecureMessage method. public override void SecureMessage(SoapEnvelope envelope, Security security) { //Obtain the security token with which you want to sign the SOAP message with. KerberosToken kerbToken = new KerberosToken("host/" +...

Adding Security Credentials to SOAP

The WSE 3.0 for .NET enables the developers for creating one or more security credentials that can be added to the SOAP Message. The following procedure describes how to add one or more security credentials to a SOAP Message.A computer must be configured to accept the SOAP Messages embedded with the security credentials. Two types of security credentials that can be setup for the computer X.509...

Verify SOAP Messages Signed using Username and Password

To validate digital signatures for incoming SOAP Messages created using Username Token, WSE Must be configured. The following procedure explains how to configure a WSE to validate digital signatures created using Username Token. 1. Start Visual studio 2005 2. File Menu, New then click Project. 3. Select ASP.NET Web Service in  the templates pane. 4. Add a reference to the Microsoft.Web...

Configure WSE to Validate SOAP Message

One type verifying the SOAP message is validating the digital signature for the incoming message.Signature validation is done by WSE prior to the execution of the recipient code. The following procedure can be used to configure the WSE to validate the digital signature for SOAP message. 1. Start Visual studio 2005 2. File Menu, New then click Project. 3. Select ASP.NET Web Service in  the...

SOAP Fundamentals

Introduction SOAP is  a protocol to exchange the XML messages over the network using HTTP\HTTPS.It stands for Simple Object Access Protocol.It is platform and language independent. SOAP Building Blocks A SOAP Message is an XML Document contains the following elements Envelope element which identifies the XML document as a SOAP Message.It is required element in SOAP message. Header element...

TechBubbles Microsoft Technology BLOG

Follow me

Archives

Tag Cloud