| 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> |