4.1.3 Message 3: Sequence(MessageNumber = 2)

Message 3 in Figure 4 is the second message in the Sequence sent by the RMS.

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

Table 3

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>2</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>