|
Revision 1725, 498 bytes
(checked in by xkovah, 4 months ago)
|
moving stuff around
|
- Property svn:executable set to
*
|
| Line | |
|---|
| 1 |
<?xml version="1.0" encoding="UTF-8"?> |
|---|
| 2 |
<SOAP-ENV:Envelope |
|---|
| 3 |
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" |
|---|
| 4 |
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" |
|---|
| 5 |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|---|
| 6 |
xmlns:xsd="http://www.w3.org/2001/XMLSchema" |
|---|
| 7 |
xmlns:ns="capture"> |
|---|
| 8 |
<SOAP-ENV:Body SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> |
|---|
| 9 |
<ns:pingResponse> |
|---|
| 10 |
<result></result> |
|---|
| 11 |
</ns:pingResponse> |
|---|
| 12 |
</SOAP-ENV:Body> |
|---|
| 13 |
</SOAP-ENV:Envelope> |
|---|