Skip to content

Commit dac4b94

Browse files
Merge pull request #228952 from daviburg/patch-16
Minor XML samples improvements
2 parents 60d4247 + 48b3f59 commit dac4b94

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

articles/logic-apps/logic-apps-using-sap-connector.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: divyaswarnkar
77
ms.author: divswa
88
ms.reviewer: estfan, daviburg, azla
99
ms.topic: how-to
10-
ms.date: 01/23/2023
10+
ms.date: 02/28/2023
1111
tags: connectors
1212
---
1313

@@ -582,7 +582,7 @@ For example, review the following example XML payload:
582582
583583
```xml
584584
<SendIdoc xmlns="http://Microsoft.LobServices.Sap/2007/03/Idoc/">
585-
<idocData>EDI_DC 3000000001017945375750 30INVOIC011BTSVLINV30KUABCABCFPPC LDCA X004010810 4 SAPMSX LSEDI ABCABCFPPC 000d3ae4-723e-1edb-9ca4-cc017365c9fd 20210217054521INVOICINVOIC01ZINVOIC2RE 20210217054520
585+
<idocData>EDI_DC 3000000001017945375750 30INVOIC011BTSVLINV30KUABCABCFPPC LDCA X004010810 4 SAPMSX LSEDI ABCABCFPPC 000d3ae4-723e-1edb-9ca4-cc017365c9fd 20210217054521INVOICINVOIC01ZINVOIC2RE 20210217054520
586586
E2EDK010013000000001017945375000001E2EDK01001000000010 ABCABC1.00000 0060 INVO9988298128 298.000 298.000 LB Z4LR EN 0005065828 L
587587
E2EDKA1 3000000001017945375000002E2EDKA1 000000020 RS ABCABCFPPC 0005065828 ABCABCABC ABCABC Inc. Limited Risk Distributor ABCABC 1950 ABCABCABCA Blvd ABCABAABCAB L5N8L9 CA ABCABC E ON V-ABCABC LDCA
588588
E2EDKA1 3000000001017945375000003E2EDKA1 000000020 AG 0005065828 ABCABCFPPC ABCABC ABCABC ABCABC - FPP ONLY 88 ABCABC Crescent ABCABAABCAB L5R 4A2 CA ABCABC 111 111 1111 E ON ABCABCFPPC EN
@@ -729,6 +729,7 @@ In the following example, a request and response pattern is generated from the `
729729
<STFC_CONNECTIONResponse xmlns="http://Microsoft.LobServices.Sap/2007/03/Rfc/">
730730
<ECHOTEXT>@{first(xpath(xml(triggerBody()?['Content']), '/*[local-name()="STFC_CONNECTION"]/*[local-name()="REQUTEXT"]/text()'))}</ECHOTEXT>
731731
<RESPTEXT>Azure Logic Apps @{utcNow()}</RESPTEXT>
732+
</STFC_CONNECTIONResponse>
732733
```
733734

734735
### Test your logic app workflow
@@ -744,9 +745,9 @@ In the following example, a request and response pattern is generated from the `
744745
```xml
745746
<?xml version="1.0" encoding="UTF-8" ?>
746747
<Send xmlns="http://Microsoft.LobServices.Sap/2007/03/Idoc/2/ORDERS05//720/Send">
747-
<idocData>
748-
<...>
749-
</idocData>
748+
<idocData>
749+
<...>
750+
</idocData>
750751
</Send>
751752
```
752753

0 commit comments

Comments
 (0)