4.1.4 Message 4: SequenceAcknowledgement(BufferRemaining = 0)
Message 4 in Figure 4 contains the SequenceAcknowledgement header block sent by the RMD in response to message 2.
Line numbers 1-24 in Table 4 are the SOAP envelope of message 4. Line 11 shows that the RMD has received the first and second messages in the Sequence. Lines 13-17 show the BufferRemaining element with a value of 0. This means the RMD is not capable of receiving more messages until the AD comes online and starts processing the ones already received.
Table 4
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
<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:SequenceAcknowledgement> <r:Identifier> urn:uuid:0b162747-99cf-479c-972f-95b776e141c3 </r:Identifier> <r:AcknowledgementRange Lower="1" Upper="2"> </r:AcknowledgementRange> <netrm:BufferRemaining xmlns:netrm=http://schemas.microsoft.com/ws/2006/05/rm > 0 </netrm:BufferRemaining> </r:SequenceAcknowledgement> <a:Action s:mustUnderstand="1"> http://schemas.xmlsoap.org/ws/2005/02/rm/SequenceAcknowledgement </a:Action> </s:Header> <s:Body></s:Body> </s:Envelope> |
|---|