Labels

Saturday, June 23, 2012

Sample SOAP Response

<SOAP-ENV:Envelope
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
      xmlns:SOAP-ENV=http://schemas.xmlsoap.org/soap/envelope/
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

     <SOAP-ENV:Body>    
        <ns1:sayHelloReponse
         xmlns:ns1="http://agram.com/">
              <result xsi:type="xsd:string">Hello Java</result>     </ns1:sayHelloResponse>
     </SOAP-ENV:Body>

</SOAP-ENV:Envelope>

No comments:

Post a Comment