4.1.4 Responding Node Sends a Welcome Message

The responding node accepts the request and sends back a Welcome message.

An example of a Welcome message follows.

 <s:Envelope xmlns:s="http://www.w3.org/2003/05/soap-envelope"
             xmlns:wsa10="http://www.w3.org/2005/08/addressing">
   <s:Header>
     <wsa10:Action s:mustUnderstand="1">http://schemas.microsoft.com/net/20
 06/05/peer/Welcome</wsa10:Action>
     <wsa10:To s:mustUnderstand="1">http://www.w3.org/2005/08/addressing/an
 onymous</wsa10:To>
   </s:Header>
   <s:Body>
     <Welcome xmlns="http://schemas.microsoft.com/net/2006/05/peer" xml
 ns:i="http://www.w3.org/2001/XMLSchema-instance">
       <NodeId>16299239282823246037</NodeId>
       <Referrals></Referrals>
     </Welcome>
   </s:Body>
 </s:Envelope>