59 |
brianR |
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
2 |
<abstract>
|
85 |
brianR |
3 |
<title>Abstract</title>
|
145 |
brianR |
4 |
<para>In complex IT environments it is often necessary to integrate
|
|
|
5 |
different information systems with each other, exchange data between
|
|
|
6 |
software tools and automate actions based on events arising from user
|
|
|
7 |
interaction. Web Services is a popular way to make remote functions
|
|
|
8 |
available to a broad range of clients. A WebService is independent
|
|
|
9 |
from platforms and programming languages. XML Messages are exchanged
|
|
|
10 |
through common protocols like TCP/IP or SMTP, processed and returned
|
|
|
11 |
(request/ response paradigm).</para>
|
|
|
12 |
<para>Because of their nature, WebServices are a great technology to
|
|
|
13 |
overcome system boundaries and to "orchestrate" your IT environment.
|
|
|
14 |
They make up the basis for SOA and are the pieces that assemble
|
|
|
15 |
automated business processes.</para>
|
|
|
16 |
<para>XServices is a collection of pre-build WebServices with the
|
|
|
17 |
intention to avoid duplicate work and "re-inventing the wheel". The
|
|
|
18 |
historical base for XServices is the 'XBridgeNG' software, which
|
|
|
19 |
provided a set of Apache Ant Tasks with quite the same intention. The
|
|
|
20 |
available WebService operations are most likely the "most wanted"
|
|
|
21 |
ones, some of them for sure are "must have". This collection may
|
|
|
22 |
overlap with other libraries. In summary the current version contains
|
|
|
23 |
8 WebServices with over 50 operations.</para>
|
85 |
brianR |
24 |
</abstract>
|
59 |
brianR |
25 |
|