Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save christopinka/d4303c73431aca8d99c6fc153fa06e10 to your computer and use it in GitHub Desktop.
Save christopinka/d4303c73431aca8d99c6fc153fa06e10 to your computer and use it in GitHub Desktop.
<jaxws:client name="{http://tempuri.org/}WSHttpBinding_ISecureDirectorySearch" createdFromAPI="true">
<jaxws:properties>
<entry key="ws-security.signature.properties.sct" value="http://${system.ecs.host}/ecs/properties/CDR-XDS-ADDRESSBOOK/${system.cdr.xds.environment}/1.0.0" />
<entry key="ws-security.signature.username.sct" value="${org.apache.ws.security.crypto.merlin.keystore.alias}" />
<entry key="ws-security.encryption.properties.sct" value="http://${system.ecs.host}/ecs/properties/CDR-XDS-ADDRESSBOOK/${system.cdr.xds.environment}/1.0.0" />
<entry key="ws-security.encryption.username.sct" value="${org.apache.ws.security.crypto.merlin.keystore.alias}" />
<entry key="ws-security.callback-handler.sct" value="org.bjc.cdr.xds.addressbook.ClientPasswordCallback" />
</jaxws:properties>
</jaxws:client>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment