File: soap2.xml

package info (click to toggle)
cl-xmls 3.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 764 kB
  • sloc: xml: 7,639; lisp: 1,296; perl: 101; makefile: 39
file content (9 lines) | stat: -rw-r--r-- 324 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
<SOAP-ENV:Envelope
  xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
  SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
  <SOAP-ENV:Body>
    <m:GetLastTradePriceResponse xmlns:m="Some-URI">
      <Price>34.5</Price>
    </m:GetLastTradePriceResponse>
   </SOAP-ENV:Body>
</SOAP-ENV:Envelope>