This demo is a tutorial
on the functionality of the <x:act> web services.
By using the basic <x:act>
web service, an XML file such as source.xml
(upper left) containing a date in American format is to be converted
into the XML file target.xml (lower
left) containing the same date in German format. Additionally, the document root element shall change from "root" to
"root_element".
As usual, the conversion takes place applying an XSLT
stylesheet (right) to the source document. The <x:act> project provides the <x:act>
Mapper as a graphic tool to aid the
creation of XSLT stlyesheets.
View source.xml | View the stylesheet date_demo.xslt | View target.xml
Communication with the web service is done via SOAP
messages. These SOAP messages contain processing information and, most important, the respective
XML documents as attachment.
View the SOAP request | View the SOAP response