2006-10-13 16:56:14 +02:00
|
|
|
<?xml version='1.0' encoding='UTF-8'?>
|
|
|
|
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
|
|
|
|
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
|
|
<soap:Body>
|
|
|
|
<jsconf xmlns="http://www.example.com/ns1">
|
|
|
|
<response xmlns:ab="http://www.example.com/ns2">
|
|
|
|
<meta>
|
2009-02-16 19:23:59 +01:00
|
|
|
<component id="seite1" class="component">
|
2006-10-13 16:56:14 +02:00
|
|
|
<properties xmlns:cd="http://www.example.com/ns3">
|
|
|
|
<property name="prop1">
|
|
|
|
<thing />
|
|
|
|
<value>1</value>
|
|
|
|
</property>
|
|
|
|
<property name="prop2">
|
|
|
|
<thing att="something" />
|
|
|
|
</property>
|
2007-07-30 04:52:24 +02:00
|
|
|
<foo_bar>foo</foo_bar>
|
2006-10-13 16:56:14 +02:00
|
|
|
</properties>
|
|
|
|
</component>
|
|
|
|
</meta>
|
|
|
|
</response>
|
|
|
|
</jsconf>
|
|
|
|
</soap:Body>
|
|
|
|
</soap:Envelope>
|