Skip to content

Commit 5ef3ef1

Browse files
committed
Rename files
1 parent b233537 commit 5ef3ef1

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

content/en/docs/refguide10/modeling/integration/mapping-documents/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Import mappings are used to define how incoming XML or JSON is converted into Me
2020

2121
This is an example of an import mapping document that maps an **Order** from a web service to a **ReceivedOrder** entity:
2222

23-
{{< figure src="/attachments/refguide10/modeling/integration/mapping-documents/16843933.png" class="no-border" >}}
23+
{{< figure src="/attachments/refguide10/modeling/integration/mapping-documents/import-mapping.png" class="no-border" >}}
2424

2525
For more details, see [Import Mappings](/refguide10/import-mappings/).
2626

@@ -33,7 +33,7 @@ Export mappings are used to define how Mendix objects can be converted to XML ac
3333

3434
This is an example of an export mapping document:
3535

36-
{{< figure src="/attachments/refguide10/modeling/integration/mapping-documents/16843940.png" class="no-border" >}}
36+
{{< figure src="/attachments/refguide10/modeling/integration/mapping-documents/export-mapping.png" class="no-border" >}}
3737

3838
In this example, a **Cheesecake** entity will be passed when the export mapping is called. Subsequently, the **Topping** entities will be fetched by following the **Topping_Cheesecake** association from the passed Cheesecake Mendix object. The result is passed to an XML document or sent to a web service.
3939

0 commit comments

Comments
 (0)