Changes for page Splitting messages

Last modified by Erik Bakker on 2023/01/24 15:12

From version 18.1
edited by Erik Bakker
on 2022/08/09 12:46
Change comment: There is no comment for this version
To version 18.2
edited by Carlijn Kokkeler
on 2022/10/05 12:06
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.ebakker
1 +XWiki.CarlijnKokkeler
Content
... ... @@ -65,6 +65,7 @@
65 65  
66 66  Furthermore, we give you an example of how such an input message could look like:
67 67  
68 +{{code language="xml"}}
68 68  <Projects>
69 69   <Project>
70 70   <ID>ID-1</ID>
... ... @@ -81,7 +81,9 @@
81 81   <ExternalID>3</ExternalID>
82 82   </Project>
83 83  </Projects>
85 +{{/code}}
84 84  
87 +
85 85  With the help of an example message or documentation dictating the structure of a message (i.e. an XSD), you can quickly see whether a message has a namespace.
86 86  In this example, no namespace is used. We conclude this based on two things:
87 87