简体   繁体   中英

How to connect Oracle MCS with EBS?

I need to connect Oracle MCS with EBS. what are the procedures for establishing the connection between Oracle MCS and Oracle EBS. If anybody knows please help me.

  1. Need to get some data from already existed table in EBS.
  2. Tried to create a SOAP connector in MCS and give the WSDL url. But got an error while creating.

    Error is: WSDL Validation:[WSDL URL] : MOBILE-61507: Redirector call failed. - Unable to complete call from the redirector to environment tooling component : com.sun.jersey.api.client.ClientHandlerException: java.net.SocketTimeoutException: Read timed out.

Thanks, JKJ

  1. Expose your things on the EBS side using a web service (ex: click )
  2. Add an SOAP or REST connection on the MCS side
  3. Develop a Custom API (ex: click )
  4. Consume that Custom API in your mobile app (ex: click )

Thank you for your kind response. Now i am able to access EBS from MCS connector. I have done the following steps:

  1. Created a REST Connector in MCS and give corresponding EBS api URL.
  2. Give corresponding header and body parameter.
  3. By pressing "Test Endpoint" button, the response will generated and status code 200 is return.

Thanks,

JKJ

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM