summaryrefslogtreecommitdiffstats
path: root/axiom/test/resources/xml/soap/sample1.xml
blob: 9d74dfef1fc51a0a8cdef5667114d21acc073508 (plain)
1
2
3
4
5
6
7
8
9
<?xml version='1.0' ?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
    <env:Header>
    </env:Header>
    <env:Body>
        <axis2:echoVoid xmlns:axis2="http://ws.apache.org/axis2">
        </axis2:echoVoid>
    </env:Body>
</env:Envelope>