Lines Matching refs:wsdl
1 …wsdl:definitions name="EchoService" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schem…
175 <wsdl:types>
176 </wsdl:types>
177 <wsdl:message name="EchoService_Echo_InputMessage">
178 <wsdl:part name="parameters" element="tns:Echo"/>
179 </wsdl:message>
180 <wsdl:message name="EchoService_Echo_OutputMessage">
181 <wsdl:part name="parameters" element="tns:EchoResponse"/>
182 </wsdl:message>
183 <wsdl:portType name="EchoService">
184 <wsdl:operation name="Echo">
185 …<wsdl:input wsaw:Action="http://tempuri.org/EchoService/Echo" message="tns:EchoService_Echo_InputM…
186 …<wsdl:output wsaw:Action="http://tempuri.org/EchoService/EchoResponse" message="tns:EchoService_Ec…
187 </wsdl:operation>
188 </wsdl:portType>
189 <wsdl:binding name="BasicHttpBinding_EchoService" type="tns:EchoService">
191 <wsdl:operation name="Echo">
193 <wsdl:input>
195 </wsdl:input>
196 <wsdl:output>
198 </wsdl:output>
199 </wsdl:operation>
200 </wsdl:binding>
201 <wsdl:binding name="NetTcpBinding_EchoService" type="tns:EchoService">
204 <wsdl:operation name="Echo">
206 <wsdl:input>
208 </wsdl:input>
209 <wsdl:output>
211 </wsdl:output>
212 </wsdl:operation>
213 </wsdl:binding>
214 <wsdl:service name="EchoService">
215 <wsdl:port name="NetTcpBinding_EchoService" binding="tns:NetTcpBinding_EchoService">
223 </wsdl:port>
224 <wsdl:port name="BasicHttpBinding_EchoService" binding="tns:BasicHttpBinding_EchoService">
226 </wsdl:port>
227 </wsdl:service>
228 </wsdl:definitions>