JKJ
JKJ

Reputation: 1

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

Upvotes: -1

Views: 219

Answers (2)

User404
User404

Reputation: 2192

  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)

Upvotes: 2

JKJ
JKJ

Reputation: 1

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

Upvotes: 0

Related Questions