Subversion Repositories XServices

Rev

Rev 159 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 159 Rev 166
1
<?xml version='1.0'?>
1
 
2
<!DOCTYPE book [
2
3
<!ENTITY % myent SYSTEM "entities.ent">
3
4
%myent;
4
5
]>
5
6
<book xmlns="http://docbook.org/ns/docbook" version="5.0"
6
7
	xmlns:xi="http://www.w3.org/2001/XInclude">
7
8
	<title>Brutex XServices Documentation</title>
8
9
	<bookinfo>
9
10
		<date>June 2014</date>
10
11
		<author>
11
12
			<firstname>Brian</firstname>
12
13
			<surname>Rosenberger</surname>
13
14
			<email>bru@brutex.de</email>
14
15
		</author>
15
16
		<corpname>Brutex Network</corpname>
16
17
		<copyright>
17
18
			<year>2014</year>
18
19
		</copyright>
19
20
		<legalnotice>
20
21
			<para>
21
22
				The copyright holders make no representation about the suitability
22
23
				of this document for any purpose. It is provided
23
24
				<emphasis>as is</emphasis>
24
25
				without expressed or implied warranty.
25
26
			</para>
26
27
		</legalnotice>
27
28
		<legalnotice>
28
29
			<para>
29
30
			<literallayout>
30
31
			Licensed under the Apache License, Version 2.0 (the "License");
31
32
			you may not use this file except in compliance with the License.
32
33
			You may obtain a copy of the License at
33
34
			
34
35
			http://www.apache.org/licenses/LICENSE-2.0
35
36
			
36
37
			Unless required by applicable law or agreed to in writing, software
37
38
			distributed under the License is distributed on an "AS IS" BASIS,
38
39
			WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
39
40
			See the License for the specific language governing permissions and
40
41
			limitations under the License.
41
42
			</literallayout></para>
42
43
			<para>Apache Tomcat and Apache Ant are trademarks of the Apache
43
44
				Software Foundation.</para>
44
45
		</legalnotice>
45
46
		<xi:include href="common/abstract.xml" />
46
47
	</bookinfo>
47
48
	<chapter id="installation">
48
49
		<beginpage />
49
50
		<title>Getting started</title>
50
51
		<para>This chapter describes the installation process.</para>
51
52
		<xi:include href="common/installation.xml" />
52
53
	</chapter>
53
54
	<chapter id="services">
54
55
		<beginpage />
55
56
		<title>Available Services</title>
56
57
		<para>List of available web services and their operations.</para>
57
58
		<xi:include href="ArchiveServices/ArchiveServices.xml" />
58
59
		<xi:include href="DateServices/DateServices.xml" />
59
60
		<xi:include href="ExecuteServices/ExecuteServices.xml" />
60
61
		<xi:include href="FileServices/FileServices.xml" />
61
62
		<xi:include href="JobServices/JobServices.xml" />
62
63
		<xi:include href="MailServices/MailServices.xml" />
63
64
		<xi:include href="MiscServices/MiscServices.xml" />
64
65
		<xi:include href="StorageServices/StorageServices.xml" />
65
66
		<xi:include href="StringServices/StringServices.xml" />
66
67
		<xi:include href="XmlServices/XmlServices.xml" />
67
68
	</chapter>
68
-
 
69
-
 
70
-
 
71
-
 
72
-
 
73
-
 
74
-
 
75
-
 
76
69
 
77
70
	<chapter id="xmltypes">
-
 
71
		<beginpage />
-
 
72
		<title>XML Types</title>
-
 
73
		<para>This chapter bundles the documentation for common XML types used
-
 
74
			by XServices web service.</para>
-
 
75
		<xi:include href="types/Types.xml" />
-
 
76
	</chapter>
-
 
77
</book>
-