2014-06-15 11:43:44 +02:00
|
|
|
<?xml version='1.0' encoding="utf-8"?>
|
|
|
|
<section xmlns="http://docbook.org/ns/docbook" version="5.0"
|
|
|
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
|
|
id="xmlservices">
|
|
|
|
<title>XmlServices</title>
|
|
|
|
<para>The XmlService provides operations to manipulate XML structures.
|
|
|
|
Its WSDL is located at
|
|
|
|
http://server:port/XServices/XmlService?wsdl</para>
|
|
|
|
<xi:include href="./insertNodes.xml" />
|
|
|
|
<xi:include href="./replaceNodes.xml" />
|
2014-06-15 12:21:47 +02:00
|
|
|
<xi:include href="./selectXPath.xml" />
|
|
|
|
<xi:include href="./setAttribute.xml" />
|
2014-06-15 11:43:44 +02:00
|
|
|
<xi:include href="./wrapInCDATA.xml" />
|
|
|
|
|
|
|
|
</section>
|