<?xml version="1.0" encoding="utf-8" ?> 
 <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
 <soap:Header>
 <SequenceAcknowledgment xmlns="http://schemas.xmlsoap.org/ws/2003/03/rm">
  <Identifier xmlns="http://schemas.xmlsoap.org/ws/2002/07/utility">http://Business456.com/RM/ABC</Identifier> 
  <AcknowledgmentRange Upper="1" Lower="1" /> 
  <AcknowledgmentRange Upper="3" Lower="3" /> 
  </SequenceAcknowledgment>
  </soap:Header>
 <soap:Body>
 <PingResponse xmlns="http://brains-N-brawn.com/webservices/">
  <PingResult>false</PingResult> 
  </PingResponse>
  </soap:Body>
  </soap:Envelope>