4.1.6 Message 6: Sequence(MessageNumber = 3)
Message 6 in Figure 4 is the third message in the Sequence sent by the RMS in response to processing the BufferRemaining element in the SequenceAcknowledgement header block of message 5. The BufferRemaining element, with a value of 1, informed the RMS of the RMD's capability of receiving a new message.
Line numbers 1-19 in Table 6 are the SOAP envelope of message 6. Line 11 shows this to be the third message in the Sequence.
Table 6
|
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>3</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> |
|---|