The configuration plan references the generic endpoint: p682ws:7011. The configuration plan also contains BPEL properties in the workflow to configure the target environment. In this workflow, these entries consist only of the P6 user name, password, and database instance to use when making the test Web Service call.
To prepare the configuration plan:
For example to replace the web service endpoint:
<searchReplace>
<search>p682ws:7011</search>
<replace>localhost:7011</replace>
</searchReplace>
where you will replace localhost and 7011 with your web service endpoint host name and port number.
For example to replace the BPEL properties:
<component name="P6ConfigValidation">
<property name="bpel.preference.p6userName">
<replace>
admin</replace>
where you will replace admin with your actual P6 user name to make web service calls
Related Topics |
Legal Notices
Copyright © 1999, 2014,
Oracle and/or its affiliates. All rights reserved.
Last Published Wednesday, February 19, 2014