IBM MobileFirst 8.0与Integration Bus集成

时间:2018-01-25 14:10:32

标签: javascript ibm-mobilefirst mobilefirst-adapters ibm-integration-bus

对于我们的移动应用程序,我们使用JavaScript实现了适配器,其中程序只执行MFP.Server.invokeHTTP。但现在我们需要以某种方式与IBM Integration Bus(IIB)集成,我无法找到任何有关如何执行此操作的信息。 我对Integration Bus如何工作以及它需要的原因知之甚少。

是否可以使用JavaScript或仅使用Java(也是我发现的所有示例 - 如何为IIB创建服务这么简单)?

我们是否应该配置MobileFirst Server(通过操作控制台)连接到IIB,还是需要导入其他软件包?

1 个答案:

答案 0 :(得分:0)

If I get it correct you are already calling web services via HTTP .

IIB provides you web services like REST SOAP... in your case you can simply ask your team (IIB ) to build services as REST and expose them... from you mobile server you can simply call them like any other service... like you can provide the IIB rest service url in you http method and get resoonse back.