如何使用SAP Cloud for Customer里的ABSL代码调用Web service

需求:在C4C UI里创建web service(maintain ticket),然后通过ABSL代码消费。

1. 创建一个新的Communication Arrangement


如何使用SAP Cloud for Customer里的ABSL代码调用Web service

基于Manage Tickets这个标准的Communication Scenario创建一个Communication Arrangement:

如何使用SAP Cloud for Customer里的ABSL代码调用Web service



因为我是在当前C4C系统上的ABSL里调用当前C4C系统提供的Web Service,所以Communication System选择Local:


如何使用SAP Cloud for Customer里的ABSL代码调用Web service


当然这个Local的communication system也是需要在这个地方自己创建一个的:


Authentication method可以维护成"User ID and Password", 给该创建的arrangement维护communication user的password:

如何使用SAP Cloud for Customer里的ABSL代码调用Web service


如何使用SAP Cloud for Customer里的ABSL代码调用Web service



将该Arrangement的WSDL下载到本地。

如何使用SAP Cloud for Customer里的ABSL代码调用Web service



2. 在Cloud Studio里创建一个新的External Web Service Integration:



如何使用SAP Cloud for Customer里的ABSL代码调用Web service

将第一步下载的WSDL文件夹加载进去:

如何使用SAP Cloud for Customer里的ABSL代码调用Web service



点击finish,在Studio里能看到自动生成了两个文件。

如何使用SAP Cloud for Customer里的ABSL代码调用Web service

双击.csd(communication scenario definition), 将Communication Type改为A2X改为:



如何使用SAP Cloud for Customer里的ABSL代码调用Web service

切换到Services tab, 选择Custom Outbound Services->JerryTicket2->MaintainBundle


如何使用SAP Cloud for Customer里的ABSL代码调用Web service


激活之后,在Communication Scenario的列表里也能看到JerryTicket2这个communication scenario了。


3. 基于前一步创建的communication scenario JerryTicket2创建一个Communication arrangement。至此C4C配置完成。


如何使用SAP Cloud for Customer里的ABSL代码调用Web service




ABSL代码如下:

如何使用SAP Cloud for Customer里的ABSL代码调用Web service如何使用SAP Cloud for Customer里的ABSL代码调用Web service


上一篇:delphi xe之路(16)ini文件的操作


下一篇:delphi xe 之路(19)clientdataset的详细介绍01