2007-05-08 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System.Web.Services / Test / System.Web.Services.Description / test2.wsdl
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://tempuri.org/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">\r
3   <wsdl:types>\r
4     <s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/">\r
5       <s:element name="Hola">\r
6         <s:complexType />\r
7       </s:element>\r
8       <s:element name="HolaResponse">\r
9         <s:complexType>\r
10           <s:sequence>\r
11             <s:element minOccurs="1" maxOccurs="1" name="HolaResult" nillable="true" type="s:int" />\r
12           </s:sequence>\r
13         </s:complexType>\r
14       </s:element>\r
15     </s:schema>\r
16   </wsdl:types>\r
17   <wsdl:message name="HolaSoapIn">\r
18     <wsdl:part name="parameters" element="tns:Hola" />\r
19   </wsdl:message>\r
20   <wsdl:message name="HolaSoapOut">\r
21     <wsdl:part name="parameters" element="tns:HolaResponse" />\r
22   </wsdl:message>\r
23   <wsdl:portType name="ServiceSoap">\r
24     <wsdl:operation name="Hola">\r
25       <wsdl:input message="tns:HolaSoapIn" />\r
26       <wsdl:output message="tns:HolaSoapOut" />\r
27     </wsdl:operation>\r
28   </wsdl:portType>\r
29   <wsdl:binding name="ServiceSoap" type="tns:ServiceSoap">\r
30     <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />\r
31     <wsdl:operation name="Hola">\r
32       <soap:operation soapAction="http://tempuri.org/Hola" style="document" />\r
33       <wsdl:input>\r
34         <soap:body use="literal" />\r
35       </wsdl:input>\r
36       <wsdl:output>\r
37         <soap:body use="literal" />\r
38       </wsdl:output>\r
39     </wsdl:operation>\r
40   </wsdl:binding>\r
41   <wsdl:service name="Service">\r
42     <wsdl:port name="ServiceSoap" binding="tns:ServiceSoap">\r
43       <soap:address location="http://localhost:4810/WebSite6/Service.asmx" />\r
44     </wsdl:port>\r
45   </wsdl:service>\r
46 </wsdl:definitions>\r