-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
10516fc
commit c5900cf
Showing
22 changed files
with
74 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
srcSteps/exercise/v500/configurations/Conclusion/xmlInput.xsd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
36 changes: 18 additions & 18 deletions
36
srcSteps/exercise/v500/tests/Conclusion/expectedMessageToMundo.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,25 @@ | ||
<?xml version="1.0" encoding="UTF-8"?><output:document id="abcdefgh" xmlns:input="http://wearefrank.nl/manual/exercise/conclusion" xmlns:output="http://wearefrank.nl/manual/exercise/mundo" xmlns:xs="http://www.w3.org/2001/XMLSchema"><output:header> | ||
<to xmlns="http://wearefrank.nl/manual/exercise/mundo"> | ||
<?xml version="1.0" encoding="UTF-8"?><output:document id="abcdefgh" xmlns:input="http://frankframework.org/manual/exercise/conclusion" xmlns:output="http://frankframework.org/manual/exercise/mundo" xmlns:xs="http://www.w3.org/2001/XMLSchema"><output:header> | ||
<to xmlns="http://frankframework.org/manual/exercise/mundo"> | ||
<accountId>12345</accountId> | ||
<output:displayName>Frank Frank</output:displayName> | ||
<email>info@wearefrank.nl</email> | ||
<street>Westersingel</street> | ||
<houseNumber>42</houseNumber> | ||
<city>Rotterdam</city> | ||
<zip>3014GT</zip> | ||
<country>The Netherlands</country> | ||
<output:displayName>Frank</displayName> | ||
|
||
<email>info@frankframework.org</email> | ||
<street>Example Street</street> | ||
<houseNumber>1</houseNumber> | ||
<city>Example City</city> | ||
<zip>1234AB</zip> | ||
<country>Example country</country> | ||
</to> | ||
<cc xmlns="http://wearefrank.nl/manual/exercise/mundo"> | ||
<cc xmlns="http://frankframework.org/manual/exercise/mundo"> | ||
<accountId>12346</accountId> | ||
<output:displayName>Frits Frits</output:displayName> | ||
<output:displayName>Frits</displayName> | ||
|
||
<email>frits@wearefrank.nl</email> | ||
<street>Blaak</street> | ||
<houseNumber>1</houseNumber> | ||
<city>Rotterdam</city> | ||
<zip>3016ZZ</zip> | ||
<country>The Netherlands</country> | ||
<email>frits@frankframework.org</email> | ||
<street>Other Example Street</street> | ||
<houseNumber>2</houseNumber> | ||
<city>Other Example City</city> | ||
<zip>5678CD</zip> | ||
<country>Example country</country> | ||
</cc> | ||
</output:header><output:body>VGhlIGRvY3VtZW50 | ||
</output:body></output:document> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,27 @@ | ||
<document | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xmlns="http://wearefrank.nl/manual/exercise/conclusion" | ||
xmlns="http://frankframework.org/manual/exercise/conclusion" | ||
id="abcdefgh" > | ||
<to> | ||
<accountId>12345</accountId> | ||
<firstName>Frank</firstName> | ||
<lastName>Frank</lastName> | ||
<email>info@wearefrank.nl</email> | ||
<street>Westersingel</street> | ||
<houseNumber>42</houseNumber> | ||
<city>Rotterdam</city> | ||
<zip>3014GT</zip> | ||
<country>The Netherlands</country> | ||
<email>info@frankframework.org</email> | ||
<street>Example Street</street> | ||
<houseNumber>1</houseNumber> | ||
<city>Example City</city> | ||
<zip>1234AB</zip> | ||
<country>Example country</country> | ||
</to> | ||
<cc> | ||
<accountId>12346</accountId> | ||
<firstName>Frits</firstName> | ||
<lastName>Frits</lastName> | ||
<email>frits@wearefrank.nl</email> | ||
<street>Blaak</street> | ||
<houseNumber>1</houseNumber> | ||
<city>Rotterdam</city> | ||
<zip>3016ZZ</zip> | ||
<country>The Netherlands</country> | ||
<lastName>Frank</lastName> | ||
<email>frits@frankframework.org</email> | ||
<street>Other Example Street</street> | ||
<houseNumber>2</houseNumber> | ||
<city>Other Example City</city> | ||
<zip>5678CD</zip> | ||
<country>Example country</country> | ||
</cc> | ||
</document> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
srcSteps/mavenWebapp/v480/src/main/java/org/wearefrank/maven/webapp/example/Main.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
srcSteps/mavenWebapp/v490/src/main/java/org/wearefrank/maven/webapp/example/Main.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
srcSteps/mavenWebapp/v500/src/main/java/org/wearefrank/maven/webapp/example/Main.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
srcSteps/mavenWebapp/v510/src/main/java/org/wearefrank/maven/webapp/example/Main.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
srcSteps/mavenWebapp/v520/src/main/java/org/wearefrank/maven/webapp/example/Main.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters