summaryrefslogtreecommitdiffstats
path: root/test/resources/xml/soap/sample1.txt
blob: a5f7560b39ee667d71a163d5486ab29c23ce25c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
POST /axis/services/EchoService HTTP/1.1
Host: 127.0.0.1
Content-Type: application/soap+xml; charset="utf-8"

<?xml version='1.0' ?>
<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"> 
 <env:Header>
 </env:Header>
 <env:Body>
	<axis2:echoVoid xmlns:axis2="http://ws.apache.org/axis2" ></axis2:echoVoid>
 </env:Body>
</env:Envelope>