Subversion Repositories XServices

Rev

Rev 70 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
64 brianR 1
<?xml version="1.0" encoding="UTF-8"?>
2
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://ws.xservices.brutex.net">
3
   <soapenv:Header/>
4
   <soapenv:Body>
5
      <ws:telnet>
6
         <!--Optional:-->
7
         <host>
8
            <hostname>localhost</hostname>
9
            <port>23</port>
10
            <!--Optional:-->
11
            <user>brosenberger</user>
12
            <!--Optional:-->
13
            <password/>
14
         </host>
15
         <prompt>C:\Users\brosenberger></prompt>
16
         <command>dir c:\</command>
17
         <expect>enberger></expect>
18
         <timeout>30000</timeout>
19
      </ws:telnet>
20
   </soapenv:Body>
21
</soapenv:Envelope>