Closing the connection

Although SOAP is inherently connectionless, Switch keeps a list of “open” connections. Before exiting, your product should inform the Switch Server that the connection information may be deleted:

  <soap:Body xmlns:butterfly="http://tempuri.org/butterfly.xsd">    
    <butterfly:CloseConnection/>
  </soap:Body>