TechBubbles

WSE Policy element in the policy file

Web services enhancements 3.0

<policy> Element

specifies one or more SOAP Message requirements. A policy element can have one or more child elements.

<policy name="unique policy name">
    <anonymousForCertificateSecurity />
    <mutualCertificate10Security />
    <kerberosSecurity />
    <mutualCertificate11Security />
    <requireActionHeader />
    <requireSoapHeader name="" namespace="" actor="" />
    <usernameForCertificateSecurity />
    <usernameOverTransportSecurity />
  </policy>

name Required attribute which uniquely identifies the policy in policy file.

requireSoapHeader

Represents a security assertion that requires the presence of the specified SOAP header in the SOAP message.

Related Posts:

No comments

No comments yet. Be the first.

Leave a reply