summaryrefslogtreecommitdiffstats
path: root/test/resources/xml/soap/wrongEnvelopeNamespace.xml
blob: ff81835c3e657b5501ac2ee37d054d208fc08c2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0"?>
<soap:Envelope
xmlns:soap="http://www.w3.org/2001/12/soap-envelope"
soap:encodingStyle="http://www.w3.org/2001/12/soap-encoding">

  <soap:Body xmlns:m="http://www.stock.org/stock">
    <m:GetStockPrice>
      <m:StockName>IBM</m:StockName>
    </m:GetStockPrice>
  </soap:Body>

</soap:Envelope>