XServices/doc/XmlServices/XmlServices.xml
Brian Rosenberger ce3aa9d3b4 Updated User Guide
git-svn-id: https://brutex.net/svn/xservices/trunk@160 e7e49efb-446e-492e-b9ec-fcafc1997a86
2014-06-15 10:21:47 +00:00

15 lines
583 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="./selectXPath.xml" />
<xi:include href="./setAttribute.xml" />
<xi:include href="./wrapInCDATA.xml" />
</section>