简体   繁体   English

如何将Oracle MCS与EBS连接?

[英]How to connect Oracle MCS with EBS?

I need to connect Oracle MCS with EBS. 我需要将Oracle MCS与EBS连接起来。 what are the procedures for establishing the connection between Oracle MCS and Oracle EBS. 在Oracle MCS和Oracle EBS之间建立连接的过程是什么? If anybody knows please help me. 如果有人知道,请帮助我。

  1. Need to get some data from already existed table in EBS. 需要从EBS中已经存在的表中获取一些数据。
  2. Tried to create a SOAP connector in MCS and give the WSDL url. 试图在MCS中创建SOAP连接器并提供WSDL URL。 But got an error while creating. 但是在创建时出错。

    Error is: WSDL Validation:[WSDL URL] : MOBILE-61507: Redirector call failed. 错误是: WSDL验证:[WSDL URL]:MOBILE-61507:重定向器调用失败。 - Unable to complete call from the redirector to environment tooling component : com.sun.jersey.api.client.ClientHandlerException: java.net.SocketTimeoutException: Read timed out. -无法完成从重定向器到环境工具组件的调用:com.sun.jersey.api.client.ClientHandlerException:java.net.SocketTimeoutException:读取超时。

Thanks, JKJ 谢谢,JKJ

  1. Expose your things on the EBS side using a web service (ex: click ) 使用Web服务在EBS端公开您的东西(例如: 单击
  2. Add an SOAP or REST connection on the MCS side 在MCS端添加SOAPREST连接
  3. Develop a Custom API (ex: click ) 开发自定义API(例如: click
  4. Consume that Custom API in your mobile app (ex: click ) 在您的移动应用中使用自定义API(例如: 单击

Thank you for your kind response. 多谢您的回覆。 Now i am able to access EBS from MCS connector. 现在,我可以从MCS连接器访问EBS。 I have done the following steps: 我已完成以下步骤:

  1. Created a REST Connector in MCS and give corresponding EBS api URL. 在MCS中创建了REST连接器,并提供了相应的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. 通过按“测试端点”按钮,将生成响应并返回状态代码200。

Thanks, 谢谢,

JKJ JKJ

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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