Skip to content

Commit 5c829cd

Browse files
committed
testing new feedback
1 parent 93d5a65 commit 5c829cd

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

tutorials/cp-starter-integration-cpi-design-iflow/cp-starter-integration-cpi-design-iflow.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ author_profile: https://github.com/Karunaharan
5151

5252
4. Choose **Edit** to start editing the integration flow.
5353

54-
Choose **Restore** at the bottom right corner to bring up the **Property Sheet**. Property sheet is the place where you define the parameters for each step in the integration flow.
54+
Choose **Restore** at the bottom right corner to bring up the **Property Sheet**. Property sheet is the place where you define the parameters for every step in the integration flow.
5555

5656
<!-- border -->![Start editing the integration flow](3-1-edit-iflow.png)
5757

@@ -78,7 +78,7 @@ In this step, you define your sender channel and sender adapter. In this case, w
7878

7979
### Add JSON to XML converter
8080

81-
Input to the integration flow is sent in JSON format. At a later point, you communicate to a web shop which is a OData service. You use the converter for this JSON to XML conversion. After the input is converted into XML, the message is sent as header information to the OData service to fetch the required product details.
81+
Input to the integration flow is sent in JSON format. At a later point, we communicate to a web shop which is a OData service. We use the converter for this JSON to XML conversion. After the input is converted into XML, the message is sent as header information to the OData service to fetch the required product details.
8282

8383
1. From the palette (the grey bar on the top containing integration flow steps), choose **Message Transformers > Converter > JSON to XML Converter**.
8484

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
2+
[VALIDATE_6]
3+
###Rule
4+
single-choice
5+
6+
###Question
7+
What is the protocol that the web shop uses to expose data?
8+
9+
###Match
10+
[ ] OData V4
11+
[ ] IDoc
12+
[ ] SOAP
13+
[x] OData V2
14+
15+
[VALIDATE_6]

0 commit comments

Comments
 (0)