OTM / EBS / JDE E1 IntegrationInformation and topics specific to utilizing Oracle's pre-packaged integration flows between OTM (G-Log) and other Oracle Applications, such as the eBusiness Suite and JD Edwards E1.
We are in the process of integrating fresh install of OTM 5.5 with Oracle EBS 10.2. We completed all tasks as per metalink note 370742.1. We also brought up BPEL services for EBS-OTM integration.
We are having issues with EBS profiles becuase of which "Shipping-Transportation Carriers Synchronization" process is ending in error "[SOAPException: faultCode=SOAP-ENV:IOException; msg=otmbpel.company.ad; targetException=java.net.UnknownHostException: otmbpel.company.ad]
We suspect that it is maily becuase of incorrect value for profile option WSH: BPEL Webservice URI for OTM. We tried various values for it. 1)http:// 10.225.60.69:8888 <- this is our BPEL server IP/port for PM 2)http:// 10.225.60.69:8888/BPELConsole/XXBPEL 3)http://otmbpel.company.ad:8888/BPELConsole/XXBPEL 4)http://otmbpel.company.ad:8888 5)Opmn:rmi url that is found in context.properties file of BPEL server
Can someone help us the correct value for this profile option.