Skip to content

Instantly share code, notes, and snippets.

@yamanyar
Created May 3, 2012 11:35
Show Gist options
  • Save yamanyar/2585121 to your computer and use it in GitHub Desktop.
Save yamanyar/2585121 to your computer and use it in GitHub Desktop.
Sign and Encrypt Policy
<xwss:SecurityConfiguration xmlns:xwss="http://java.sun.com/xml/ns/xwss/config">
<xwss:RequireSignature requireTimestamp="false" />
<xwss:RequireEncryption>
<xwss:Target type="qname">SOAP-BODY</xwss:Target>
</xwss:RequireEncryption>
</xwss:SecurityConfiguration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment