How to carry out the first integration flow development on SAP Cloud Platform

Login SAP Cloud Platform integration tenant, click on the Edit icon:

clipboard1,1

Create a new Content package:

clipboard2,2
clipboard3,3

After saving the content package, click the artifacts tab, create integration flow here:

clipboard4,4

Click Add, select the integration flow:

clipboard5,5
clipboard6,6

Storage:

clipboard7,7

You can then edit the iFlow of:

clipboard8,8

Create a sender channel: the integration flow switch to edit mode, click on the arrow and drag it to the Start Photos Location:

clipboard9,9
clipboard10,10

Adapter type selection HTTPS:

clipboard11,11

Maintenance Address:

clipboard12,12

Select the message converter:

clipboard13,13

json to xml converter:

clipboard14,14

After selecting the integration into the process block, see a green line:

clipboard15,15

Then select Content Modifier:

clipboard16,16

Drag the integration process in:

clipboard17,17

Select call-> external call:

clipboard18,18

The External Call's request reply establish a connection with the Receiver, adapter type selection OData V2:

clipboard19,19

Select the OData V2 adapter, in the Address field connection tab, the maintenance of this address:
https://espmrefapps.hana.ondemand.com/espm-cloud-web/espm.svc

clipboard20,20

Click the processing tab, and then point the Select button:

clipboard21,21

Select Step2:

clipboard22,22

Select Products from the drop-down list in the Select Entity:

clipboard23,23
clipboard24,24

Click the button step3:

clipboard25,25

In step3's selection page, click F4 to select ProductId:

clipboard26,26

Type selection operation Equal, to maintain the value of $ {header.productIdentifier}:

clipboard27,27

Thus, when the inbound HTTP requests in portable product ID of incoming Odata adapter, which will be called odata get product details. Click to Deploy deployment.

clipboard28,28

Point of this icon to view deployment:

clipboard29,29
clipboard30,30
clipboard31,31

Wait until the deployment is successful, the test can be:

clipboard32,32

Enter the endpoints on the map where the postman:

clipboard33,33

By executing odata adapter, get results:

clipboard34,34

test was successful.

For more Jerry's original article, please pay attention to the public number "Wang Zixi":
No public Screenshot

Guess you like

Origin www.cnblogs.com/sap-jerry/p/12020776.html