Minor documentation updates
git-svn-id: https://brutex.net/svn/xservices/trunk@165 e7e49efb-446e-492e-b9ec-fcafc1997a86xservices-jre6
parent
f9ec72739c
commit
0ff1a38a14
|
@ -3872,7 +3872,7 @@ Sample request: Start notepad.exe and close it after 15 seconds.
|
||||||
<title>downloadFile</title>
|
<title>downloadFile</title>
|
||||||
<para>Downloads a file as base64 encoded.
|
<para>Downloads a file as base64 encoded.
|
||||||
Sample request:
|
Sample request:
|
||||||
<screen><![CDATA[
|
<programlisting language="xml"><![CDATA[
|
||||||
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://ws.xservices.brutex.net">
|
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://ws.xservices.brutex.net">
|
||||||
<soapenv:Header/>
|
<soapenv:Header/>
|
||||||
<soapenv:Body>
|
<soapenv:Body>
|
||||||
|
@ -3885,7 +3885,7 @@ Sample request: Start notepad.exe and close it after 15 seconds.
|
||||||
</ws:downloadFile>
|
</ws:downloadFile>
|
||||||
</soapenv:Body>
|
</soapenv:Body>
|
||||||
</soapenv:Envelope>
|
</soapenv:Envelope>
|
||||||
]]></screen>
|
]]></programlisting>
|
||||||
Sample response:
|
Sample response:
|
||||||
<programlisting language="xml"><![CDATA[
|
<programlisting language="xml"><![CDATA[
|
||||||
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
|
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
<title>downloadFile</title>
|
<title>downloadFile</title>
|
||||||
<para>Downloads a file as base64 encoded.
|
<para>Downloads a file as base64 encoded.
|
||||||
Sample request:
|
Sample request:
|
||||||
<screen><![CDATA[
|
<programlisting language="xml"><![CDATA[
|
||||||
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://ws.xservices.brutex.net">
|
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://ws.xservices.brutex.net">
|
||||||
<soapenv:Header/>
|
<soapenv:Header/>
|
||||||
<soapenv:Body>
|
<soapenv:Body>
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
</ws:downloadFile>
|
</ws:downloadFile>
|
||||||
</soapenv:Body>
|
</soapenv:Body>
|
||||||
</soapenv:Envelope>
|
</soapenv:Envelope>
|
||||||
]]></screen>
|
]]></programlisting>
|
||||||
Sample response:
|
Sample response:
|
||||||
<programlisting language="xml"><![CDATA[
|
<programlisting language="xml"><![CDATA[
|
||||||
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
|
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue