|
1 <?xml version='1.0' encoding='UTF-8'?> |
|
2 <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" |
|
3 xmlns:xsd="http://www.w3.org/2001/XMLSchema" |
|
4 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
|
5 <soap:Body> |
|
6 <jsconf xmlns="http://www.example.com/ns1"> |
|
7 <response xmlns:ab="http://www.example.com/ns2"> |
|
8 <meta> |
|
9 <component id="seite1"> |
|
10 <properties xmlns:cd="http://www.example.com/ns3"> |
|
11 <property name="prop1"> |
|
12 <thing /> |
|
13 <value>1</value> |
|
14 </property> |
|
15 <property name="prop2"> |
|
16 <thing att="something" /> |
|
17 </property> |
|
18 <foo_bar>foo</foo_bar> |
|
19 </properties> |
|
20 </component> |
|
21 </meta> |
|
22 </response> |
|
23 </jsconf> |
|
24 </soap:Body> |
|
25 </soap:Envelope> |