in order to modify/Create Notification in OIM 11gR2ps you can utilize Jdeveloper. Jdeveloper will connect to OIM MDS database in order to modify templates.
here is the process to connect Jdeveloper with MDS database
here is the process to connect Jdeveloper with MDS database
1. First you go to your local 11g Jdeveloper installation folder.
In my case it isC:\JDEV_HOME11.1.1.3\jdeveloper\integration\ folder (if you have already applied third party plugin patch
provided by oracle then you will see seed folder by default with all previous configuration done). If not
create a seed folder under integration folder.
2. Now create folder with name apps under seed (remember to create folder with
name apps else you might face issue this oracle documents say i didn’t try out).
3. Under apps you can create
your folder structure to place all your XSD, WSDL files.
4. We can create a SOA_MDS
connection in Jdeveloper as below -
New à Connections — > SOA-MDS Connection
5. The
SOA-MDS connection can be created in two ways. One is File Based MDS and other is Data Based MDS.
6. In Create SOA_MDS Connection window, select File Based MDS as Connection
Type for file based MDS connection, we will point to
the local folder in our system
where all the WSDL and XSD files are placed as shown below. So when we use the
wsdl and xsd files in the project, they will
be referred from the local system.
7. Click OK. Now the File Based MDS connection is created.
8. Lets see how to create DB
based MDS connection. In Create SOA_MDS Connection window, select DB Based
MDS as Connection
Type for file
based MDS connection.
9. For DB Based MDS connection, we should have created all
the schema for the weblogic in the database by running the Repository Creation
Utility (RCU) wizard. After RCU execution, the DEV_MDS schema will get created
in the database. We need to use the DEV_MDS schema connection and soa-infra as MDS Partition while creating the DB Based MDS connection as shown in the above
screen shot.
10. Click OK. Now the DB Based MDS connection is created.
No comments:
Post a Comment