Published Business Service: JPR01MO1 - RI_AddressBookMediaObjectManager
This table describes the components of JPR01MO1- RI_AddressBookMediaObjectManager:
Business Service |
Method |
Description |
Implementation Pattern and Reference to Business Services Development Methodology Guide |
---|---|---|---|
JR010MO1 |
addAddressBookMO |
Adds an address book record along with media objects. |
A business service calling a media object operation. See Creating an Insert Media Object Operation Business Service. |
JR010MO1 |
getAddressBookMO |
Retrieves an address book record along with any media objects. |
A business service calling a media object operation. See Creating a Select Media Object Operation Business Service. |
JR010MO1 |
deleteAddressBookMO |
Deletes media objects for an address book number. |
A business service calling a media object operation. See Creating a Delete Media Object Call Business Service. |
Prerequisites
These prerequisites enable you to download, install, and use reference implementation JPR01MO1:
Download and install the ESU for published business service reference implementation JPR01MO1 and internal business service reference implementation JR010MO1 to the deployment server.
The ESUs that correspond to the following bug numbers must be installed for testing media object operations for reference implementations JPR01MO1 and JR010MO1:
EnterpriseOne Applications Release 9.0: Bug 14125712
EnterpriseOne Applications Release 9.1: Bug 14125693
On the EnterpriseOne development client machine, using OMW, first search for the JPR01MO1 object and then perform a Get operation in OMW to get the JPR01MO1 object locally to <E1_Install_Path>\DV900\java\source \oracle\e1\bssv\JPR010MO1 location.
On the EnterpriseOne development client machine, using OMW, search for the JR010MO1 object and then perform a Get operation in OMW to get the JR010MO1 object locally to <E1_Install_Path>\DV900\java\source\oracle\e1\bssv \JR010MO1 location.
If you want to test the reference implementation using a standalone business services server, you can build a JAX-WS business service package and deploy the package to your business services server.
See also:
Creating, Deploying, and Testing Reference Implementation JPR01MO1
You can use reference implementation JPR01MO1 as a model to create a custom published business service that uses media object operations. After you create your custom published business service, you deploy it to the JDeveloper 11g Integrated WebLogic Server for testing. You can verify that your business service server is working properly by testing the JPR01MO1 reference implementation in the JDeveloper 11g Integrated WebLogic Server.