13 lines
496 B
XML
13 lines
496 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="./replaceNodes.xml" />
|
||
|
<xi:include href="./wrapInCDATA.xml" />
|
||
|
|
||
|
</section>
|