Menu
  • HOME
  • TAGS

How to propagate a Business Fault to Oracle Identity Manager (OIM) UI

identity-management,oim

Assuming you're throwing a ConnectorException, check in the 'Responses' tab that you have that exception mapped, and in the 'Task to Object Status Mapping' you're setting the desired target Object Status for the object status setted before.

How to configure xpath for OIM Webservice adapter?

java,soa,oracle-fusion-middleware,oim

problem solved <wsp:PolicyReference URI="oimcp/WS_CONNECTOR_OUTBOUND" orawsp:category="security" orawsp:status="enabled"/> <property name="passcode" type="xs:string">passcode</property> <property name="password.field.xpath.locations" type="xs:string">/password</property> <property name="target.payload.namespaces" type="xs:string">ns3=http://ws.xyz.com</property> see https://community.oracle.com/message/12947258...