17 lines
672 B
XML
17 lines
672 B
XML
<?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="./insertNodes2.xml" />
|
|
<xi:include href="./replaceNodes.xml" />
|
|
<xi:include href="./replaceNodes2.xml" />
|
|
<xi:include href="./selectXPath.xml" />
|
|
<xi:include href="./setAttribute.xml" />
|
|
<xi:include href="./wrapInCDATA.xml" />
|
|
|
|
</section> |