Wednesday, April 10, 2013

Assigning BPMWorkflowAdmin role to a user

BPMWorkflowAdmin role is an administrative role for a user in BPM worklist application. You can assign this role by following these steps.

In EM console expand weblogic domain -> [domain_name] and right click on domain. Select Security > Application Roles.


On Application Roles page select application "soa-infra" and click search/go button.

 The result will display a list of roles on soa-infra and registered members. Click link BPMWorkflowAdmin.


 Click AddUser in next screen.


Search for the user whom you want to assign a role and that's it. You are done!!!



Friday, April 5, 2013

SOA Suite Webservice to Access IdentityStore

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".


Demystifying OIC, OCI and Oracle SOA CS

What is OIC (Oracle integration cloud), OCI (Oracle cloud infrastructure), and SOA cloud service and how they are different? - This has bee...