Welcome to the "trac"-ing site of soap4r!
[soap4r] [httpclient] [openpgp4u] [pkcs1] [logger] [csv] [vtr]

root/trunk/test/wsdl/map/map.xml

Revision 1520, 1.5 kB (checked in by nahi, 4 years ago)

removed svn:executable

  • Property svn:eol-style set to native
  • Property svn:keywords set to author date id revision
Line 
1 <?xml version="1.0" encoding="utf-8" ?>
2 <env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
3   <env:Body>
4     <n2:mapResponse xmlns:n1="http://schemas.xmlsoap.org/soap/encoding/" xmlns:n2="http://www.ruby-lang.org/xmlns/soap/interface/RAA/0.0.2/" env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
5       <return xmlns:n3="http://xml.apache.org/xml-soap" xsi:type="n3:Map">
6         <item>
7           <key xsi:type="xsd:string">a</key>
8           <value xsi:type="n3:Map">
9             <item>
10               <key xsi:type="xsd:string">a1</key>
11               <value xsi:type="n1:Array" n1:arrayType="xsd:anyType[1]">
12                 <item xsi:type="xsd:string">a1</item>
13               </value>
14             </item>
15             <item>
16               <key xsi:type="xsd:string">a2</key>
17               <value xsi:type="n1:Array" n1:arrayType="xsd:anyType[1]">
18                 <item xsi:type="xsd:string">a2</item>
19               </value>
20             </item>
21           </value>
22         </item>
23         <item>
24           <key xsi:type="xsd:string">b</key>
25           <value xsi:type="n3:Map">
26             <item>
27               <key xsi:type="xsd:string">b1</key>
28               <value xsi:type="n1:Array" n1:arrayType="xsd:anyType[1]">
29                 <item xsi:type="xsd:string">b1</item>
30               </value>
31             </item>
32             <item>
33               <key xsi:type="xsd:string">b2</key>
34               <value xsi:type="n1:Array" n1:arrayType="xsd:anyType[1]">
35                 <item xsi:type="xsd:string">b2</item>
36               </value>
37             </item>
38           </value>
39         </item>
40       </return>
41     </n2:mapResponse>
42   </env:Body>
43 </env:Envelope>
Note: See TracBrowser for help on using the browser.