|
Revision 1729, 486 bytes
(checked in by xkovah, 4 months ago)
|
I can see the data is getting returned in the expected XML format, but it is not a question of the correct way to send and receive such formats from perl
|
- 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 |
<s> |
|---|
| 10 |
<first></first> |
|---|
| 11 |
<last></last> |
|---|
| 12 |
</s> |
|---|
| 13 |
</SOAP-ENV:Body> |
|---|
| 14 |
</SOAP-ENV:Envelope> |
|---|