B Sample Outbound Policy

In this appendix, a sample Outbound Policy is provided for use while performing the procedures described in this guide.

Note:

Ensure to put the content in a META-INF folder and then zip the META-INF folder and rename it as OutboundPolicy.zip.

<?xml version="1.0" encoding="utf-8"?>

<wsp:Policy xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"

xmlns:orawsp="http://schemas.oracle.com/ws/2006/01/policy"

xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"

Name="oimcp/WS_CONNECTOR_OUTBOUND" orawsp:attachTo="binding.client" orawsp:category="security"

orawsp:description="OIM Webservices connector outbound policy. This policy does the outbound processing for target webservice invocation calls"

orawsp:local-optimization="off" orawsp:oraSmartDigest="1332670244" orawsp:smartDigest="1332670244"

orawsp:smartDigests="1332670244V1_2,1332670244V1_2,359294128V1_5359294128V1_5,"

orawsp:status="enabled" orawsp:versionCreator="weblogic" orawsp:versionNumber="1"

orawsp:versionTime="1349693084088" wsu:Id="WS_CONNECTOR_OUTBOUND">

<custom:custom-executor xmlns:custom="http://schemas.oracle.com/ws/soa/custom"

orawsp:Enforced="true" orawsp:Silent="false" orawsp:category="security/custom"

orawsp:name="WSConnectorOutboundAssertion">

<orawsp:bindings>

<orawsp:Implementation>oracle.iam.connectors.genericws.soa.GenericWSOutboundPolicy</orawsp:Implementation>

</orawsp:bindings>

</custom:custom-executor>

</wsp:Policy>