~ubuntu-branches/ubuntu/hardy/ruby1.8/hardy-updates

« back to all changes in this revision

Viewing changes to test/wsdl/map/map.xml

  • Committer: Bazaar Package Importer
  • Author(s): akira yamada
  • Date: 2007-03-13 22:11:58 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20070313221158-h3oql37brlaf2go2
Tags: 1.8.6-1
* new upstream version, 1.8.6.
* libruby1.8 conflicts with libopenssl-ruby1.8 (< 1.8.6) (closes: #410018)
* changed packaging style to cdbs from dbs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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>