Annotation of embedaddon/php/ext/soap/tests/bugs/bug30106.wsdl, revision 1.1.1.1

1.1       misho       1: <?xml version="1.0" encoding="utf-8"?>
                      2: <wsdl:definitions xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://tempuri.org/PRWebServ/getOtherInformation" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" targetNamespace="http://tempuri.org/PRWebServ/getOtherInformation" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
                      3:   <wsdl:types>
                      4:     <s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/PRWebServ/getOtherInformation">
                      5:       <s:import namespace="http://www.w3.org/2001/XMLSchema" />
                      6:       <s:element name="getContinentList">
                      7:         <s:complexType>
                      8:           <s:sequence>
                      9:             <s:element minOccurs="1" maxOccurs="1" name="AFFILIATE_ID" type="s:int" />
                     10:             <s:element minOccurs="0" maxOccurs="1" name="PASSWORD" type="s:string" />
                     11:           </s:sequence>
                     12:         </s:complexType>
                     13:       </s:element>
                     14:       <s:element name="getContinentListResponse">
                     15:         <s:complexType>
                     16:           <s:sequence>
                     17:             <s:element minOccurs="0" maxOccurs="1" name="getContinentListResult">
                     18:               <s:complexType>
                     19:                 <s:sequence>
                     20:                   <s:element ref="s:schema" />
                     21:                   <s:any />
                     22:                 </s:sequence>
                     23:               </s:complexType>
                     24:             </s:element>
                     25:           </s:sequence>
                     26:         </s:complexType>
                     27:       </s:element>
                     28:     </s:schema>
                     29:   </wsdl:types>
                     30:   <wsdl:message name="getContinentListSoapIn">
                     31:     <wsdl:part name="parameters" element="tns:getContinentList" />
                     32:   </wsdl:message>
                     33:   <wsdl:message name="getContinentListSoapOut">
                     34:     <wsdl:part name="parameters" element="tns:getContinentListResponse" />
                     35:   </wsdl:message>
                     36:   <wsdl:portType name="getOtherInformationSoap">
                     37:     <wsdl:operation name="getContinentList">
                     38:       <wsdl:input message="tns:getContinentListSoapIn" />
                     39:       <wsdl:output message="tns:getContinentListSoapOut" />
                     40:     </wsdl:operation>
                     41:   </wsdl:portType>
                     42:   <wsdl:binding name="getOtherInformationSoap" type="tns:getOtherInformationSoap">
                     43:     <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
                     44:     <wsdl:operation name="getContinentList">
                     45:       <soap:operation soapAction="http://tempuri.org/PRWebServ/getOtherInformation/getContinentList" style="document" />
                     46:       <wsdl:input>
                     47:         <soap:body use="literal" />
                     48:       </wsdl:input>
                     49:       <wsdl:output>
                     50:         <soap:body use="literal" />
                     51:       </wsdl:output>
                     52:     </wsdl:operation>
                     53:   </wsdl:binding>
                     54:   <wsdl:service name="getOtherInformation">
                     55:     <wsdl:port name="getOtherInformationSoap" binding="tns:getOtherInformationSoap">
                     56:       <soap:address location="http://www.precisionreservations.com/PRWebServ/getOtherInformation.asmx" />
                     57:     </wsdl:port>
                     58:   </wsdl:service>
                     59: </wsdl:definitions>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>