Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Message 2 in Figure 4 contains the SequenceAcknowledgement header block sent by the RMD in response to message 1.
Line numbers 1-24 in Table 2 are the SOAP envelope of message 2. Line 11 shows that the RMD has received the first message in the Sequence. Lines 13-17 show the BufferRemaining element with a value of 1. This means the RMD is capable of receiving one more message.
Table 2
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="1"> </r:AcknowledgementRange> <netrm:BufferRemaining xmlns:netrm=http://schemas.microsoft.com/ws/2006/05/rm > 1 </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> |
---|