Subversion Repositories XServices

Rev

Rev 117 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 117 Rev 159
Line 5... Line 5...
5
]>
5
]>
6
<book xmlns="http://docbook.org/ns/docbook" version="5.0"
6
<book xmlns="http://docbook.org/ns/docbook" version="5.0"
7
	xmlns:xi="http://www.w3.org/2001/XInclude">
7
	xmlns:xi="http://www.w3.org/2001/XInclude">
8
	<title>Brutex XServices Documentation</title>
8
	<title>Brutex XServices Documentation</title>
9
	<bookinfo>
9
	<bookinfo>
10
		<date>Januar 2012</date>
10
		<date>June 2014</date>
11
		<author>
11
		<author>
12
			<firstname>Brian</firstname>
12
			<firstname>Brian</firstname>
13
			<surname>Rosenberger</surname>
13
			<surname>Rosenberger</surname>
14
			<email>bru@brutex.de</email>
14
			<email>bru@brutex.de</email>
15
		</author>
15
		</author>
16
		<corpname>Brutex Network</corpname>
16
		<corpname>Brutex Network</corpname>
17
		<copyright>
17
		<copyright>
18
			<year>2012</year>
18
			<year>2014</year>
19
		</copyright>
19
		</copyright>
20
		<legalnotice>
20
		<legalnotice>
21
			<para>
21
			<para>
22
				The copyright holders make no representation about the suitability
22
				The copyright holders make no representation about the suitability
23
				of this document for any purpose. It is provided
23
				of this document for any purpose. It is provided
Line 53... Line 53...
53
	</chapter>
53
	</chapter>
54
	<chapter id="services">
54
	<chapter id="services">
55
		<beginpage />
55
		<beginpage />
56
		<title>Available Services</title>
56
		<title>Available Services</title>
57
		<para>List of available web services and their operations.</para>
57
		<para>List of available web services and their operations.</para>
58
		<xi:include href="ArchiveServices.xml" />
58
		<xi:include href="ArchiveServices/ArchiveServices.xml" />
59
		<xi:include href="DateServices.xml" />
59
		<xi:include href="DateServices/DateServices.xml" />
-
 
60
		<xi:include href="ExecuteServices/ExecuteServices.xml" />
60
		<xi:include href="ExecuteServices.xml" />
61
		<xi:include href="FileServices/FileServices.xml" />
61
		<xi:include href="FileServices.xml" />
62
		<xi:include href="JobServices/JobServices.xml" />
62
		<xi:include href="MailServices.xml" />
63
		<xi:include href="MailServices/MailServices.xml" />
63
		<xi:include href="MiscServices.xml" />
64
		<xi:include href="MiscServices/MiscServices.xml" />
-
 
65
		<xi:include href="StorageServices/StorageServices.xml" />
-
 
66
		<xi:include href="StringServices/StringServices.xml" />
-
 
67
		<xi:include href="XmlServices/XmlServices.xml" />
64
	</chapter>
68
	</chapter>
Line 65... Line 69...
65
 
69
 
66
	<chapter id="xmltypes">
70
	<chapter id="xmltypes">
67
		<beginpage />
71
		<beginpage />
68
		<title>XML Types</title>
72
		<title>XML Types</title>
69
		<para>This chapter bundles the documentation for common XML types used
73
		<para>This chapter bundles the documentation for common XML types used
70
			by XServices web service.</para>
74
			by XServices web service.</para>
71
		<xi:include href="Types.xml" />
75
		<xi:include href="types/Types.xml" />
72
	</chapter>
76
	</chapter>