web/lib/Zend/Service/DeveloperGarden/Wsdl/ODGBaseUserService.wsdl
changeset 64 162c1de6545a
parent 19 1c2f13fd785c
child 68 ecaf28ffe26e
equal deleted inserted replaced
63:5b37998e522e 64:162c1de6545a
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
       
     3 	xmlns:tns="http://odg.tonline.de/ODGBaseUserService/" 
       
     4 	xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
       
     5 	xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="ODGBaseUserService"
       
     6 	targetNamespace="http://odg.tonline.de/ODGBaseUserService/">
       
     7 	<wsdl:types>
       
     8 		<xsd:schema
       
     9 			targetNamespace="http://odg.tonline.de/ODGBaseUserService/"
       
    10 			elementFormDefault="unqualified"
       
    11 			attributeFormDefault="unqualified">
       
    12 			<xsd:include schemaLocation="ODGBaseUserService.xsd" />			
       
    13 		</xsd:schema>
       
    14 	</wsdl:types>
       
    15 	<wsdl:message name="changeQuotaPool">
       
    16 		<wsdl:part name="request" element="tns:changeQuotaPool"></wsdl:part>
       
    17 	</wsdl:message>
       
    18 	<wsdl:message name="changeQuotaPoolResponse">
       
    19 		<wsdl:part name="response" 
       
    20 			element="tns:changeQuotaPoolResponse">
       
    21 		</wsdl:part>
       
    22 	</wsdl:message>
       
    23 	<wsdl:message name="getQuotaInformation">
       
    24 		<wsdl:part name="request" element="tns:getQuotaInformation"></wsdl:part>
       
    25 	</wsdl:message>
       
    26 	<wsdl:message name="getQuotaInformationResponse">
       
    27 		<wsdl:part name="response" 
       
    28 			element="tns:getQuotaInformationResponse">
       
    29 		</wsdl:part>
       
    30 	</wsdl:message>
       
    31 	<wsdl:message name="getAccountBalance">
       
    32 		<wsdl:part name="request" element="tns:getAccountBalance"></wsdl:part>
       
    33 	</wsdl:message>
       
    34 	<wsdl:message name="getAccountBalanceResponse">
       
    35 		<wsdl:part name="response" element="tns:getAccountBalanceResponse"></wsdl:part>
       
    36 	</wsdl:message>
       
    37 	<wsdl:portType name="ODGBaseUserService">
       
    38 		<wsdl:operation name="changeQuotaPool">
       
    39 			<wsdl:input message="tns:changeQuotaPool"></wsdl:input>
       
    40 			<wsdl:output message="tns:changeQuotaPoolResponse"></wsdl:output>
       
    41 		</wsdl:operation>
       
    42 		<wsdl:operation name="getQuotaInformation">
       
    43 			<wsdl:input message="tns:getQuotaInformation"></wsdl:input>
       
    44 			<wsdl:output message="tns:getQuotaInformationResponse"></wsdl:output>
       
    45 		</wsdl:operation>
       
    46 		<wsdl:operation name="getAccountBalance">
       
    47 			<wsdl:input message="tns:getAccountBalance"></wsdl:input>
       
    48 			<wsdl:output message="tns:getAccountBalanceResponse"></wsdl:output>
       
    49 		</wsdl:operation>
       
    50 	</wsdl:portType>
       
    51 	<wsdl:binding name="ODGBaseUserServiceSOAP" 
       
    52 		type="tns:ODGBaseUserService">
       
    53 
       
    54 		<soap:binding style="document"
       
    55 			transport="http://schemas.xmlsoap.org/soap/http" />
       
    56 		<wsdl:operation name="changeQuotaPool">
       
    57 
       
    58 			<soap:operation
       
    59 				soapAction="http://odg.tonline.de/ODGBaseUserService/changeQuotaPool" />
       
    60 			<wsdl:input>
       
    61 
       
    62 				<soap:body use="literal" />
       
    63 			</wsdl:input>
       
    64 			<wsdl:output>
       
    65 
       
    66 				<soap:body use="literal" />
       
    67 			</wsdl:output>
       
    68 		</wsdl:operation>
       
    69 		<wsdl:operation name="getQuotaInformation">
       
    70 
       
    71 			<soap:operation
       
    72 				soapAction="http://odg.tonline.de/ODGBaseUserService/getQuotaInformation" />
       
    73 			<wsdl:input>
       
    74 
       
    75 				<soap:body use="literal" />
       
    76 			</wsdl:input>
       
    77 			<wsdl:output>
       
    78 
       
    79 				<soap:body use="literal" />
       
    80 			</wsdl:output>
       
    81 		</wsdl:operation>
       
    82 		<wsdl:operation name="getAccountBalance">
       
    83 
       
    84 			<soap:operation
       
    85 				soapAction="http://odg.tonline.de/ODGBaseUserService/getAccountBalance" />
       
    86 			<wsdl:input>
       
    87 
       
    88 				<soap:body use="literal" />
       
    89 			</wsdl:input>
       
    90 			<wsdl:output>
       
    91 
       
    92 				<soap:body use="literal" />
       
    93 			</wsdl:output>
       
    94 		</wsdl:operation>
       
    95 	</wsdl:binding>
       
    96 
       
    97 	<wsdl:service name="ODGBaseUserService">
       
    98 		<wsdl:port name="ODGBaseUserService"
       
    99 			binding="tns:ODGBaseUserServiceSOAP">
       
   100 			<soap:address
       
   101 				location="https://gateway.developer.telekom.com/p3gw-mod-odg-admin/services/ODGBaseUserService" />
       
   102 		</wsdl:port>
       
   103 	</wsdl:service>
       
   104 </wsdl:definitions>