summaryrefslogtreecommitdiffstats
path: root/axiom/test/resources/wsdl/CombinedAllTest.wsdl
blob: e310c448960b19d5c5c6a85d721945a564beb5b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*
 * Licensed to the Apache Software Foundation (ASF) under one or more
 * contributor license agreements.  See the NOTICE file distributed with
 * this work for additional information regarding copyright ownership.
 * The ASF licenses this file to You under the Apache License, Version 2.0
 * (the "License"); you may not use this file except in compliance with
 * the License.  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
 -->
<definitions xmlns:s1="http://soapinterop.org/xsd" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:s0="http://soapinterop.org/" xmlns:s3="http://soapinterop.org/echoheader/" xmlns:soap12enc="http://www.w3.org/2002/06/soap-envelope" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:s2="http://soapinterop.org" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" targetNamespace="http://soapinterop.org/" xmlns="http://schemas.xmlsoap.org/wsdl/">
  <types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://soapinterop.org/">
      <s:import namespace="http://soapinterop.org/xsd" />
      <s:import namespace="http://soapinterop.org/echoheader/" />
      
      
      
      <s:element name="echoAll">
        <s:complexType>
          <s:sequence>
            <s:element name="inputAll" type="s1:AllComplexType" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="echoAllResponse">
        <s:complexType>
          <s:sequence>
            <s:element name="return" type="s1:AllComplexType" />
          </s:sequence>
        </s:complexType>
      </s:element>
      
    
      
    </s:schema> 

    <s:schema elementFormDefault="qualified" targetNamespace="http://soapinterop.org/xsd">
      <s:import namespace="http://soapinterop.org/" />

    <s:complexType name="AllComplexType">
		<s:sequence>
			<s:element minOccurs="1" maxOccurs="1" name="NonAllIntValue" type="s:int" />
		</s:sequence>
        <s:all>
            <s:element name="Value0" type="s:int" />
            <s:element minOccurs="0" name="Value1" type="s:int" />
            <s:element minOccurs="0" name="Value2" type="s:string" />
        </s:all>
		<s:sequence>
			<s:element minOccurs="1" maxOccurs="1" name="NonAllStringValue" type="s:string" />
		</s:sequence>
      </s:complexType>
    </s:schema>
 
  </types>
  
  
  
  <message name="echoAllSoapIn">
    <part name="parameters" element="s0:echoAll" />
  </message>
  <message name="echoAllSoapOut">
    <part name="parameters" element="s0:echoAllResponse" />
  </message>
  
  <portType name="AllTestSoap">
    
    
    <operation name="echoAll">
      <input message="s0:echoAllSoapIn" />
      <output message="s0:echoAllSoapOut" />
    </operation>
    
  </portType>
  

  <binding name="AllTestSoap" type="s0:AllTestSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
    
    <operation name="echoAll">
      <soap:operation soapAction="SimpleAllTest#echoAll" style="document" />
      <input>
        <soap:body use="literal" />
      </input>
      <output>
        <soap:body use="literal" />
      </output>
    </operation>
    
  </binding>
  
<binding name="AllTestSoap12" type="s0:AllTestSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
    
    
    <operation name="echoAll">
      <soap12:operation soapAction="All#echoAll" style="document" />
      <input>
        <soap12:body use="literal" />
      </input>
      <output>
        <soap12:body use="literal" />
      </output>
    </operation>
    
  </binding>
  
<service name="AllTest">
    <documentation>These operations implement DOC/LIT SOAP operations, for interop testing. Please email johnko@microsoft.com with any questions/coments.</documentation>
    <port name="AllTestSoap" binding="s0:AllTestSoap">
      <soap:address location="http://localhost:90/axis/All" />
    </port>
    <port name="AllTestSoap12" binding="s0:AllTestSoap12">
      <soap12:address location="http://localhost:90/axis/All" />
    </port>
  </service>
</definitions>