|
1 <?xml version="1.0" encoding="UTF-8"?><wsdl:definitions |
|
2 targetNamespace="http://webservice.voicebutler.odg.tonline.de" |
|
3 xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" |
|
4 xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" |
|
5 xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" |
|
6 xmlns:tns="http://webservice.voicebutler.odg.tonline.de" |
|
7 xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" |
|
8 xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsd" |
|
9 xmlns:xsd="http://www.w3.org/2001/XMLSchema" |
|
10 xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"> |
|
11 <wsdl:documentation>VoiceButlerService</wsdl:documentation> |
|
12 <wsdl:types> |
|
13 <xsd:schema |
|
14 targetNamespace="http://webservice.voicebutler.odg.tonline.de" |
|
15 elementFormDefault="unqualified" |
|
16 attributeFormDefault="unqualified"> |
|
17 <xsd:include schemaLocation="VoiceButlerService.xsd" /> |
|
18 |
|
19 </xsd:schema> |
|
20 </wsdl:types> |
|
21 |
|
22 <wsdl:message name="callStatusRequest"> |
|
23 <wsdl:part name="parameters" element="tns:callStatus" /> |
|
24 </wsdl:message> |
|
25 <wsdl:message name="callStatusResponse"> |
|
26 <wsdl:part name="parameters" element="tns:callStatusResponse" /> |
|
27 </wsdl:message> |
|
28 <wsdl:message name="callStatus2Request"> |
|
29 <wsdl:part name="parameters" element="tns:callStatus2" /> |
|
30 </wsdl:message> |
|
31 <wsdl:message name="callStatus2Response"> |
|
32 <wsdl:part name="parameters" element="tns:callStatus2Response" /> |
|
33 </wsdl:message> |
|
34 <wsdl:message name="tearDownCallRequest"> |
|
35 <wsdl:part name="parameters" element="tns:tearDownCall" /> |
|
36 </wsdl:message> |
|
37 <wsdl:message name="tearDownCallResponse"> |
|
38 <wsdl:part name="parameters" element="tns:tearDownCallResponse" /> |
|
39 </wsdl:message> |
|
40 <wsdl:message name="newCallRequest"> |
|
41 <wsdl:part name="parameters" element="tns:newCall" /> |
|
42 </wsdl:message> |
|
43 <wsdl:message name="newCallResponse"> |
|
44 <wsdl:part name="parameters" element="tns:newCallResponse" /> |
|
45 </wsdl:message> |
|
46 |
|
47 <wsdl:message name="newCallSequencedRequest"> |
|
48 <wsdl:part name="parameters" element="tns:newCallSequenced"/> |
|
49 </wsdl:message> |
|
50 <wsdl:message name="newCallSequencedResponse"> |
|
51 <wsdl:part name="parameters" element="tns:newCallSequencedResponse"/> |
|
52 </wsdl:message> |
|
53 <wsdl:portType name="VoiceButlerServicePortType"> |
|
54 <wsdl:operation name="callStatus"> |
|
55 <wsdl:input message="tns:callStatusRequest" |
|
56 wsaw:Action="urn:callStatus" /> |
|
57 <wsdl:output message="tns:callStatusResponse" |
|
58 wsaw:Action="urn:callStatusResponse" /> |
|
59 </wsdl:operation> |
|
60 <wsdl:operation name="callStatus2"> |
|
61 <wsdl:input message="tns:callStatus2Request" |
|
62 wsaw:Action="urn:callStatus2" /> |
|
63 <wsdl:output message="tns:callStatus2Response" |
|
64 wsaw:Action="urn:callStatus2Response" /> |
|
65 </wsdl:operation> |
|
66 <wsdl:operation name="tearDownCall"> |
|
67 <wsdl:input message="tns:tearDownCallRequest" |
|
68 wsaw:Action="urn:tearDownCall" /> |
|
69 <wsdl:output message="tns:tearDownCallResponse" |
|
70 wsaw:Action="urn:tearDownCallResponse" /> |
|
71 </wsdl:operation> |
|
72 <wsdl:operation name="newCall"> |
|
73 <wsdl:input message="tns:newCallRequest" |
|
74 wsaw:Action="urn:newCall" /> |
|
75 <wsdl:output message="tns:newCallResponse" |
|
76 wsaw:Action="urn:newCallResponse" /> |
|
77 </wsdl:operation> |
|
78 <wsdl:operation name="newCallSequenced"> |
|
79 <wsdl:input message="tns:newCallSequencedRequest" |
|
80 wsaw:Action="urn:newCallSequence" /> |
|
81 <wsdl:output message="tns:newCallSequencedResponse" |
|
82 wsaw:Action="urn:newCallSequenceResponse" /> |
|
83 </wsdl:operation> |
|
84 </wsdl:portType> |
|
85 |
|
86 <wsdl:binding name="VoiceButlerServiceHttpBinding" |
|
87 type="tns:VoiceButlerServicePortType"> |
|
88 |
|
89 <soap:binding style="document" |
|
90 transport="http://schemas.xmlsoap.org/soap/http" /> |
|
91 <wsdl:operation name="callStatus"> |
|
92 |
|
93 <soap:operation |
|
94 soapAction="http://webservice.voicebutler.odg.tonline.de/callStatus" /> |
|
95 <wsdl:input> |
|
96 |
|
97 <soap:body use="literal" /> |
|
98 </wsdl:input> |
|
99 <wsdl:output> |
|
100 |
|
101 <soap:body use="literal" /> |
|
102 </wsdl:output> |
|
103 </wsdl:operation> |
|
104 <wsdl:operation name="callStatus2"> |
|
105 |
|
106 <soap:operation |
|
107 soapAction="http://webservice.voicebutler.odg.tonline.de/callStatus2" /> |
|
108 <wsdl:input> |
|
109 |
|
110 <soap:body use="literal" /> |
|
111 </wsdl:input> |
|
112 <wsdl:output> |
|
113 |
|
114 <soap:body use="literal" /> |
|
115 </wsdl:output> |
|
116 </wsdl:operation> |
|
117 <wsdl:operation name="tearDownCall"> |
|
118 |
|
119 <soap:operation |
|
120 soapAction="http://webservice.voicebutler.odg.tonline.de/tearDownCall" /> |
|
121 <wsdl:input> |
|
122 |
|
123 <soap:body use="literal" /> |
|
124 </wsdl:input> |
|
125 <wsdl:output> |
|
126 |
|
127 <soap:body use="literal" /> |
|
128 </wsdl:output> |
|
129 </wsdl:operation> |
|
130 <wsdl:operation name="newCall"> |
|
131 |
|
132 <soap:operation |
|
133 soapAction="http://webservice.voicebutler.odg.tonline.de/newCall" /> |
|
134 <wsdl:input> |
|
135 |
|
136 <soap:body use="literal" /> |
|
137 </wsdl:input> |
|
138 <wsdl:output> |
|
139 |
|
140 <soap:body use="literal" /> |
|
141 </wsdl:output> |
|
142 </wsdl:operation> |
|
143 <wsdl:operation name="newCallSequenced"> |
|
144 <soap:operation |
|
145 soapAction="http://webservice.voicebutler.odg.tonline.de/newCallSequence" /> |
|
146 <wsdl:input> |
|
147 <soap:body use="literal" /> |
|
148 </wsdl:input> |
|
149 <wsdl:output> |
|
150 <soap:body use="literal" /> |
|
151 </wsdl:output> |
|
152 </wsdl:operation> |
|
153 </wsdl:binding> |
|
154 |
|
155 <wsdl:service name="VoiceButlerService"> |
|
156 |
|
157 <wsdl:port name="VoiceButlerService" |
|
158 binding="tns:VoiceButlerServiceHttpBinding"> |
|
159 |
|
160 <soap:address |
|
161 location="https://gateway.developer.telekom.com/p3gw-mod-odg-voicebutler/services/VoiceButlerService" /> |
|
162 </wsdl:port> |
|
163 </wsdl:service> |
|
164 </wsdl:definitions> |