Oracle SOA Suite provide OOTB web service to retrieve the details from identity store. This web service can prove very useful to verify if a SOA/workflow application can see the users and groups stored in the identity store. The web service URL is -
http://<server>:<port>/integration/services/IdentityService/identity?wsdl
Oracle provides other services as well that can be found at this link -
http://docs.oracle.com/cd/E16764_01/integration.1111/e10224/bp_workflow.htm#BABFFDDF
Before invoking these services you need to set the realm name in em console system MBean browser at this location -
SystemMbean Browser > Application Defined Mbeans > oracle.as.soainfra.config > Server > WorkflowIdentityConfig > human workflow > WorkflowIdentityConfig.ConfigurationType.
Click on the realm to open operations. Invoke operation setRealmName to change the value from "jazn.com" to "myrealm".
http://<server>:<port>/integration/services/IdentityService/identity?wsdl
Oracle provides other services as well that can be found at this link -
http://docs.oracle.com/cd/E16764_01/integration.1111/e10224/bp_workflow.htm#BABFFDDF
Before invoking these services you need to set the realm name in em console system MBean browser at this location -
SystemMbean Browser > Application Defined Mbeans > oracle.as.soainfra.config > Server > WorkflowIdentityConfig > human workflow > WorkflowIdentityConfig.ConfigurationType.
Click on the realm to open operations. Invoke operation setRealmName to change the value from "jazn.com" to "myrealm".
No comments:
Post a Comment