File: ODGBaseUserService.wsdl

package info (click to toggle)
zendframework 1.10.6-1squeeze2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 29,480 kB
  • ctags: 46,247
  • sloc: xml: 233,973; php: 195,700; sql: 90; sh: 19; makefile: 10
file content (104 lines) | stat: -rw-r--r-- 3,579 bytes parent folder | download | duplicates (5)
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
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
	xmlns:tns="http://odg.tonline.de/ODGBaseUserService/" 
	xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="ODGBaseUserService"
	targetNamespace="http://odg.tonline.de/ODGBaseUserService/">
	<wsdl:types>
		<xsd:schema
			targetNamespace="http://odg.tonline.de/ODGBaseUserService/"
			elementFormDefault="unqualified"
			attributeFormDefault="unqualified">
			<xsd:include schemaLocation="ODGBaseUserService.xsd" />			
		</xsd:schema>
	</wsdl:types>
	<wsdl:message name="changeQuotaPool">
		<wsdl:part name="request" element="tns:changeQuotaPool"></wsdl:part>
	</wsdl:message>
	<wsdl:message name="changeQuotaPoolResponse">
		<wsdl:part name="response" 
			element="tns:changeQuotaPoolResponse">
		</wsdl:part>
	</wsdl:message>
	<wsdl:message name="getQuotaInformation">
		<wsdl:part name="request" element="tns:getQuotaInformation"></wsdl:part>
	</wsdl:message>
	<wsdl:message name="getQuotaInformationResponse">
		<wsdl:part name="response" 
			element="tns:getQuotaInformationResponse">
		</wsdl:part>
	</wsdl:message>
	<wsdl:message name="getAccountBalance">
		<wsdl:part name="request" element="tns:getAccountBalance"></wsdl:part>
	</wsdl:message>
	<wsdl:message name="getAccountBalanceResponse">
		<wsdl:part name="response" element="tns:getAccountBalanceResponse"></wsdl:part>
	</wsdl:message>
	<wsdl:portType name="ODGBaseUserService">
		<wsdl:operation name="changeQuotaPool">
			<wsdl:input message="tns:changeQuotaPool"></wsdl:input>
			<wsdl:output message="tns:changeQuotaPoolResponse"></wsdl:output>
		</wsdl:operation>
		<wsdl:operation name="getQuotaInformation">
			<wsdl:input message="tns:getQuotaInformation"></wsdl:input>
			<wsdl:output message="tns:getQuotaInformationResponse"></wsdl:output>
		</wsdl:operation>
		<wsdl:operation name="getAccountBalance">
			<wsdl:input message="tns:getAccountBalance"></wsdl:input>
			<wsdl:output message="tns:getAccountBalanceResponse"></wsdl:output>
		</wsdl:operation>
	</wsdl:portType>
	<wsdl:binding name="ODGBaseUserServiceSOAP" 
		type="tns:ODGBaseUserService">

		<soap:binding style="document"
			transport="http://schemas.xmlsoap.org/soap/http" />
		<wsdl:operation name="changeQuotaPool">

			<soap:operation
				soapAction="http://odg.tonline.de/ODGBaseUserService/changeQuotaPool" />
			<wsdl:input>

				<soap:body use="literal" />
			</wsdl:input>
			<wsdl:output>

				<soap:body use="literal" />
			</wsdl:output>
		</wsdl:operation>
		<wsdl:operation name="getQuotaInformation">

			<soap:operation
				soapAction="http://odg.tonline.de/ODGBaseUserService/getQuotaInformation" />
			<wsdl:input>

				<soap:body use="literal" />
			</wsdl:input>
			<wsdl:output>

				<soap:body use="literal" />
			</wsdl:output>
		</wsdl:operation>
		<wsdl:operation name="getAccountBalance">

			<soap:operation
				soapAction="http://odg.tonline.de/ODGBaseUserService/getAccountBalance" />
			<wsdl:input>

				<soap:body use="literal" />
			</wsdl:input>
			<wsdl:output>

				<soap:body use="literal" />
			</wsdl:output>
		</wsdl:operation>
	</wsdl:binding>

	<wsdl:service name="ODGBaseUserService">
		<wsdl:port name="ODGBaseUserService"
			binding="tns:ODGBaseUserServiceSOAP">
			<soap:address
				location="https://gateway.developer.telekom.com/p3gw-mod-odg-admin/services/ODGBaseUserService" />
		</wsdl:port>
	</wsdl:service>
</wsdl:definitions>