/xservices/trunk/doc/ArchiveServices/zipFromArchive.xml |
---|
0,0 → 1,20 |
<?xml version='1.0' encoding='utf-8'?> |
<!DOCTYPE section [ |
<!ENTITY % myent SYSTEM "../entities.ent"> |
%myent; |
]> |
<section xmlns="http://docbook.org/ns/docbook" version="5.0" |
xmlns:xi="http://www.w3.org/2001/XInclude"> |
<title>zipFromArchive</title> |
<para>Create a new ZIP archive from files located within another archive. |
Sample request: |
<screen><![CDATA[ |
... |
]]></screen> |
Sample response: |
<programlisting language="xml"><![CDATA[ |
... |
]]></programlisting> |
</para> |
<para></para> |
</section> |
Property changes: |
Added: svn:mime-type |
+text/plain |
\ No newline at end of property |
/xservices/trunk/doc/ArchiveServices/bunzip2.xml |
---|
0,0 → 1,20 |
<?xml version='1.0' encoding='utf-8'?> |
<!DOCTYPE section [ |
<!ENTITY % myent SYSTEM "../entities.ent"> |
%myent; |
]> |
<section xmlns="http://docbook.org/ns/docbook" version="5.0" |
xmlns:xi="http://www.w3.org/2001/XInclude"> |
<title>bunzip2</title> |
<para>Extract files from a bzip2 archive. |
Sample request: |
<screen><![CDATA[ |
... |
]]></screen> |
Sample response: |
<programlisting language="xml"><![CDATA[ |
... |
]]></programlisting> |
</para> |
<para></para> |
</section> |
Property changes: |
Added: svn:mime-type |
+text/plain |
\ No newline at end of property |
/xservices/trunk/doc/ArchiveServices/gzip.xml |
---|
0,0 → 1,20 |
<?xml version='1.0' encoding='utf-8'?> |
<!DOCTYPE section [ |
<!ENTITY % myent SYSTEM "../entities.ent"> |
%myent; |
]> |
<section xmlns="http://docbook.org/ns/docbook" version="5.0" |
xmlns:xi="http://www.w3.org/2001/XInclude"> |
<title>bzip2</title> |
<para>Create a bzip2 archive. |
Sample request: |
<screen><![CDATA[ |
... |
]]></screen> |
Sample response: |
<programlisting language="xml"><![CDATA[ |
... |
]]></programlisting> |
</para> |
<para></para> |
</section> |
Property changes: |
Added: svn:mime-type |
+text/plain |
\ No newline at end of property |
/xservices/trunk/doc/ArchiveServices/untar.xml |
---|
0,0 → 1,20 |
<?xml version='1.0' encoding='utf-8'?> |
<!DOCTYPE section [ |
<!ENTITY % myent SYSTEM "../entities.ent"> |
%myent; |
]> |
<section xmlns="http://docbook.org/ns/docbook" version="5.0" |
xmlns:xi="http://www.w3.org/2001/XInclude"> |
<title>unrar</title> |
<para>Extract files from a RAR archive. |
Sample request: |
<screen><![CDATA[ |
... |
]]></screen> |
Sample response: |
<programlisting language="xml"><![CDATA[ |
... |
]]></programlisting> |
</para> |
<para></para> |
</section> |
Property changes: |
Added: svn:mime-type |
+text/plain |
\ No newline at end of property |
/xservices/trunk/doc/ArchiveServices/bzip2FromArchive.xml |
---|
0,0 → 1,20 |
<?xml version='1.0' encoding='utf-8'?> |
<!DOCTYPE section [ |
<!ENTITY % myent SYSTEM "../entities.ent"> |
%myent; |
]> |
<section xmlns="http://docbook.org/ns/docbook" version="5.0" |
xmlns:xi="http://www.w3.org/2001/XInclude"> |
<title>bzip2FromArchive</title> |
<para>Create a new bzip2 archive from files located within another archive. |
Sample request: |
<screen><![CDATA[ |
... |
]]></screen> |
Sample response: |
<programlisting language="xml"><![CDATA[ |
... |
]]></programlisting> |
</para> |
<para></para> |
</section> |
Property changes: |
Added: svn:mime-type |
+text/plain |
\ No newline at end of property |
/xservices/trunk/doc/ArchiveServices/gunzip.xml |
---|
0,0 → 1,20 |
<?xml version='1.0' encoding='utf-8'?> |
<!DOCTYPE section [ |
<!ENTITY % myent SYSTEM "../entities.ent"> |
%myent; |
]> |
<section xmlns="http://docbook.org/ns/docbook" version="5.0" |
xmlns:xi="http://www.w3.org/2001/XInclude"> |
<title>gunzip</title> |
<para>Extract files from a GNU zip archive. |
Sample request: |
<screen><![CDATA[ |
... |
]]></screen> |
Sample response: |
<programlisting language="xml"><![CDATA[ |
... |
]]></programlisting> |
</para> |
<para></para> |
</section> |
Property changes: |
Added: svn:mime-type |
+text/plain |
\ No newline at end of property |
/xservices/trunk/doc/ArchiveServices/gzipFromArchive.xml |
---|
0,0 → 1,20 |
<?xml version='1.0' encoding='utf-8'?> |
<!DOCTYPE section [ |
<!ENTITY % myent SYSTEM "../entities.ent"> |
%myent; |
]> |
<section xmlns="http://docbook.org/ns/docbook" version="5.0" |
xmlns:xi="http://www.w3.org/2001/XInclude"> |
<title>gzipFromArchive</title> |
<para>Create a new GNU zip archive from files located within another archive. |
Sample request: |
<screen><![CDATA[ |
... |
]]></screen> |
Sample response: |
<programlisting language="xml"><![CDATA[ |
... |
]]></programlisting> |
</para> |
<para></para> |
</section> |
Property changes: |
Added: svn:mime-type |
+text/plain |
\ No newline at end of property |
/xservices/trunk/doc/ArchiveServices/bunzip2FromURL.xml |
---|
0,0 → 1,21 |
<?xml version='1.0' encoding='utf-8'?> |
<!DOCTYPE section [ |
<!ENTITY % myent SYSTEM "../entities.ent"> |
%myent; |
]> |
<section xmlns="http://docbook.org/ns/docbook" version="5.0" |
xmlns:xi="http://www.w3.org/2001/XInclude"> |
<title>bunzip2FromURL</title> |
<para>Extract files from a bzip2 archive. The archive is located on the web (http/ https) |
and will be downloaded automatically. |
Sample request: |
<screen><![CDATA[ |
... |
]]></screen> |
Sample response: |
<programlisting language="xml"><![CDATA[ |
... |
]]></programlisting> |
</para> |
<para></para> |
</section> |
Property changes: |
Added: svn:mime-type |
+text/plain |
\ No newline at end of property |
/xservices/trunk/doc/ArchiveServices/zip.xml |
---|
0,0 → 1,20 |
<?xml version='1.0' encoding='utf-8'?> |
<!DOCTYPE section [ |
<!ENTITY % myent SYSTEM "../entities.ent"> |
%myent; |
]> |
<section xmlns="http://docbook.org/ns/docbook" version="5.0" |
xmlns:xi="http://www.w3.org/2001/XInclude"> |
<title>zip</title> |
<para>Compress files and store them in a ZIP archive. |
Sample request: |
<screen><![CDATA[ |
... |
]]></screen> |
Sample response: |
<programlisting language="xml"><![CDATA[ |
... |
]]></programlisting> |
</para> |
<para></para> |
</section> |
Property changes: |
Added: svn:mime-type |
+text/plain |
\ No newline at end of property |
/xservices/trunk/doc/ArchiveServices/gunzipFromURL.xml |
---|
0,0 → 1,21 |
<?xml version='1.0' encoding='utf-8'?> |
<!DOCTYPE section [ |
<!ENTITY % myent SYSTEM "../entities.ent"> |
%myent; |
]> |
<section xmlns="http://docbook.org/ns/docbook" version="5.0" |
xmlns:xi="http://www.w3.org/2001/XInclude"> |
<title>gunzipFromURL</title> |
<para>Extract files from a GNU zip archive. The archive is located on the web (http/ https) |
and will be downloaded automatically. |
Sample request: |
<screen><![CDATA[ |
... |
]]></screen> |
Sample response: |
<programlisting language="xml"><![CDATA[ |
... |
]]></programlisting> |
</para> |
<para></para> |
</section> |
Property changes: |
Added: svn:mime-type |
+text/plain |
\ No newline at end of property |
/xservices/trunk/doc/ArchiveServices/ArchiveServices.xml |
---|
5,4 → 5,19 |
<para>The ArchiveService bundles file packing operations. Its |
WSDL is located at |
http://server:port/XServices/ArchiveService?wsdl</para> |
<xi:include href="./bzip2.xml" /> |
<xi:include href="./bzip2FromArchive.xml" /> |
<xi:include href="./gzip.xml" /> |
<xi:include href="./gzipFromArchive.xml" /> |
<xi:include href="./gunzip.xml" /> |
<xi:include href="./bunzip2.xml" /> |
<xi:include href="./gunzipFromURL.xml" /> |
<xi:include href="./bunzip2FromURL.xml" /> |
<xi:include href="./zip.xml" /> |
<xi:include href="./zipFromArchive.xml" /> |
<xi:include href="./unzip.xml" /> |
<xi:include href="./unrar.xml" /> |
<xi:include href="./untar.xml" /> |
</section> |
/xservices/trunk/doc/ArchiveServices/unzip.xml |
---|
0,0 → 1,20 |
<?xml version='1.0' encoding='utf-8'?> |
<!DOCTYPE section [ |
<!ENTITY % myent SYSTEM "../entities.ent"> |
%myent; |
]> |
<section xmlns="http://docbook.org/ns/docbook" version="5.0" |
xmlns:xi="http://www.w3.org/2001/XInclude"> |
<title>unzip</title> |
<para>Extract files from a zip archive. |
Sample request: |
<screen><![CDATA[ |
... |
]]></screen> |
Sample response: |
<programlisting language="xml"><![CDATA[ |
... |
]]></programlisting> |
</para> |
<para></para> |
</section> |
Property changes: |
Added: svn:mime-type |
+text/plain |
\ No newline at end of property |
/xservices/trunk/doc/ArchiveServices/bzip2.xml |
---|
0,0 → 1,20 |
<?xml version='1.0' encoding='utf-8'?> |
<!DOCTYPE section [ |
<!ENTITY % myent SYSTEM "../entities.ent"> |
%myent; |
]> |
<section xmlns="http://docbook.org/ns/docbook" version="5.0" |
xmlns:xi="http://www.w3.org/2001/XInclude"> |
<title>gzip</title> |
<para>Create a GNU zip archive. |
Sample request: |
<screen><![CDATA[ |
... |
]]></screen> |
Sample response: |
<programlisting language="xml"><![CDATA[ |
... |
]]></programlisting> |
</para> |
<para></para> |
</section> |
Property changes: |
Added: svn:mime-type |
+text/plain |
\ No newline at end of property |
/xservices/trunk/doc/ArchiveServices/unrar.xml |
---|
0,0 → 1,20 |
<?xml version='1.0' encoding='utf-8'?> |
<!DOCTYPE section [ |
<!ENTITY % myent SYSTEM "../entities.ent"> |
%myent; |
]> |
<section xmlns="http://docbook.org/ns/docbook" version="5.0" |
xmlns:xi="http://www.w3.org/2001/XInclude"> |
<title>untar</title> |
<para>Extract files from a tarball archive. |
Sample request: |
<screen><![CDATA[ |
... |
]]></screen> |
Sample response: |
<programlisting language="xml"><![CDATA[ |
... |
]]></programlisting> |
</para> |
<para></para> |
</section> |
Property changes: |
Added: svn:mime-type |
+text/plain |
\ No newline at end of property |