summaryrefslogtreecommitdiff
path: root/ext/soap/tests/bugs/bug32941.wsdl
blob: 61fd13dcbc8b5c1d2b770db4120d7d301ed42716 (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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="http://212.24.157.117:8080/axis/services/echo" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://212.24.157.117:8080/axis/services/echo" xmlns:intf="http://212.24.157.117:8080/axis/services/echo" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns1="urn:service.EchoService" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<!--WSDL created by Apache Axis version: 1.2RC3
Built on Feb 28, 2005 (10:15:14 EST)-->
 <wsdl:types>
  <schema targetNamespace="urn:service.EchoService" xmlns="http://www.w3.org/2001/XMLSchema">
   <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
   <complexType name="EchoServiceException">
    <sequence>
     <element name="intParameter" type="xsd:int"/>
     <element name="parameter" nillable="true" type="soapenc:string"/>
    </sequence>
   </complexType>
   <complexType name="Person">
    <sequence>
     <element name="name" nillable="true" type="soapenc:string"/>
     <element name="surname" nillable="true" type="soapenc:string"/>
    </sequence>
   </complexType>
  </schema>
 </wsdl:types>

   <wsdl:message name="echoStringResponse">

      <wsdl:part name="echoStringReturn" type="soapenc:string"/>

   </wsdl:message>

   <wsdl:message name="EchoServiceException">

      <wsdl:part name="EchoServiceException" type="tns1:EchoServiceException"/>

   </wsdl:message>

   <wsdl:message name="echoStringRequest">

      <wsdl:part name="e" type="xsd:string"/>

   </wsdl:message>

   <wsdl:message name="echoPersonResponse">

      <wsdl:part name="echoPersonReturn" type="tns1:Person"/>

   </wsdl:message>

   <wsdl:message name="echoPersonRequest">

      <wsdl:part name="p" type="tns1:Person"/>

   </wsdl:message>

   <wsdl:portType name="EchoService">

      <wsdl:operation name="echoString" parameterOrder="e">

         <wsdl:input message="impl:echoStringRequest" name="echoStringRequest"/>

         <wsdl:output message="impl:echoStringResponse" name="echoStringResponse"/>

         <wsdl:fault message="impl:EchoServiceException" name="EchoServiceException"/>

      </wsdl:operation>

      <wsdl:operation name="echoPerson" parameterOrder="p">

         <wsdl:input message="impl:echoPersonRequest" name="echoPersonRequest"/>

         <wsdl:output message="impl:echoPersonResponse" name="echoPersonResponse"/>

         <wsdl:fault message="impl:EchoServiceException" name="EchoServiceException"/>

      </wsdl:operation>

   </wsdl:portType>

   <wsdl:binding name="echoSoapBinding" type="impl:EchoService">

      <wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>

      <wsdl:operation name="echoString">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="echoStringRequest">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:service.EchoService" use="encoded"/>

         </wsdl:input>

         <wsdl:output name="echoStringResponse">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://212.24.157.117:8080/axis/services/echo" use="encoded"/>

         </wsdl:output>

         <wsdl:fault name="EchoServiceException">

            <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="EchoServiceException" namespace="urn:service.EchoService" use="encoded"/>

         </wsdl:fault>

      </wsdl:operation>

      <wsdl:operation name="echoPerson">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="echoPersonRequest">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://service" use="encoded"/>

         </wsdl:input>

         <wsdl:output name="echoPersonResponse">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://212.24.157.117:8080/axis/services/echo" use="encoded"/>

         </wsdl:output>

         <wsdl:fault name="EchoServiceException">

            <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="EchoServiceException" namespace="http://212.24.157.117:8080/axis/services/echo" use="encoded"/>

         </wsdl:fault>

      </wsdl:operation>

   </wsdl:binding>

   <wsdl:service name="EchoServiceService">

      <wsdl:port binding="impl:echoSoapBinding" name="echo">

         <wsdlsoap:address location="http://212.24.157.117:8080/axis/services/echo"/>

      </wsdl:port>

   </wsdl:service>

</wsdl:definitions>