Deploying Consumer Business Service - JDE To Third-Party

JDEOcean

Member
Hello,
We have finished developing our Consumer Business Service - Sending WO from JDE to Fusion. This works locally after deploying to the local OC4J.

We are now ready to deploy to the server.

Question:

1. Since this is a consumer service called by a JDE application via a Business Function - it is not supposed to be a published service - is that a correct statement?
2. If Yes, all we need to do to deploy this on the business Services Server, is to use the deploy option from JDeveloper tool itself - is that right?

If I am wrong…..how do we deploy a business service on the server for a consumer scenario?


JDE EnterpriseOne 8.12, Oracle Database, Tools Release 8.98.11, Fusion 11g, Jdeveloper 10.1.3.4, Linux.
 
Answers:

1. Correct
2. Incorrect. JDeveloper is used to deploy to your local Development Business Services Server only. To deploy to the main Business Services Server, then build a package and deploy to the server, as you would do for published services.

Provided that the P9601 processing option to include Business Services is on, then the consumer services will be included automatically. The package build will create an ear file that contains ALL non-published business services, and published business services that have been selected in the Assemble Business Services app (P9603). You don't need to select the consumer service in P9603.
 
[ QUOTE ]
Hello,
We have finished developing our Consumer Business Service - Sending WO from JDE to Fusion. This works locally after deploying to the local OC4J.
We are now ready to deploy to the server.
Question:
1. Since this is a consumer service called by a JDE application via a Business Function - it is not supposed to be a published service - is that a correct statement?
2. If Yes, all we need to do to deploy this on the business Services Server, is to use the deploy option from JDeveloper tool itself - is that right?
If I am wrong…..how do we deploy a business service on the server for a consumer scenario?
JDE EnterpriseOne 8.12, Oracle Database, Tools Release 8.98.11, Fusion 11g, Jdeveloper 10.1.3.4, Linux.

[/ QUOTE ]

Hi
1 - Yes business service doesn't be a published business service
2 - You must deploy your business service creating a package from deployment server to deploy it to your business service server

gg
 
Back
Top