Wednesday, October 17, 2012

sending XML message inside SOAP Body

 


<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <SubmitRequest xmlns="http://victorylink.com/">
      <message><![CDATA["<?xml version='1.0' encoding='utf-8'?><Requests><Request><Mobile>0100524525478888182</Mobile><PinCode>0326</PinCode></Request></Requests>"]]></message>
    </SubmitRequest>
  </soap:Body>
</soap:Envelope>

No comments:

Post a Comment