4.1.1 Message 1: Sequence(MessageNumber = 1)

Message 1 in Figure 4 is the first message in the Sequence sent by the RMS.

Line numbers 1-19 in Table 1 are the SOAP envelope of message 1. Line 11 shows this to be the first message in the Sequence.

Table 1

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

19

<s:Envelope

 xmlns:s="http://www.w3.org/2003/05/soap-envelope"

 xmlns:r="http://schemas.xmlsoap.org/ws/2005/02/rm"

 xmlns:a="http://www.w3.org/2005/08/addressing"

>

 <s:Header>

 <r:Sequence s:mustUnderstand="1">

 <r:Identifier>

 urn:uuid:0b162747-99cf-479c-972f-95b776e141c3

 </r:Identifier>

 <r:MessageNumber>1</r:MessageNumber>

 </r:Sequence>

 <a:Action s:mustUnderstand="1">

 http://tempuri.org/IAFCEExampleContract/Operation1

 </a:Action>

 <a:To s:mustUnderstand="1">http://localhost/AFCEExample</a:To>

 </s:Header>

 <s:Body>...</s:Body>

</s:Envelope>