XServices/test/ExecuteService-soapui-proje...

21 lines
678 B
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://ws.xservices.brutex.net">
<soapenv:Header/>
<soapenv:Body>
<ws:telnet>
<!--Optional:-->
<host>
<hostname>localhost</hostname>
<port>23</port>
<!--Optional:-->
<user>brosenberger</user>
<!--Optional:-->
<password/>
</host>
<prompt>C:\Users\brosenberger></prompt>
<command>dir c:\</command>
<expect>enberger></expect>
<timeout>30000</timeout>
</ws:telnet>
</soapenv:Body>
</soapenv:Envelope>