使用 Bluemix Cloud Integration Service 时转换服务类型

Transform service types when using Bluemix Cloud Integration Service

我一直在研究 IBM Bluemix Cloud Integration Service,发现了以下链接:

ftp://public.dhe.ibm.com/cloud/bluemix/cloudintegration/Cloud_Integration_for_Bluemix_User_Guide.pdf

https://www.ng.bluemix.net/docs/services/CloudIntegration/index.html

据我所读,我无法理解它是否能够 运行 某种 "protocol transformation" 或者它是否只发布 REST 或 SOAP API .

我的意思是,假设我有一个完整的后端将所有内容发布为 SOAP 服务,但出于某种原因我的应用程序只能通过 REST APIs 获取信息。基本连接器或标准连接器是否可以实现这种集成?或者我是否需要使用第三方产品(甚至可能是 DataPower)来进行转换?

使用云集成服务,您还可以创建一个链接到现有本地 API(SOAP 和 REST)的 REST API。请看这里:Creating a REST API that links to an existing on-premises API。您可以上传定义本地 API(WSDL 或 Swagger 定义)的文件。

请注意,目前 Cloud Integration 无法从您的本地系统自动检索该定义。必须由用户手动上传。