savon 2.13.1 → 2.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -1
- data/lib/savon/builder.rb +4 -3
- data/lib/savon/model.rb +3 -3
- data/lib/savon/options.rb +1 -1
- data/lib/savon/response.rb +3 -3
- data/lib/savon/string_utils.rb +17 -0
- data/lib/savon/version.rb +1 -1
- data/lib/savon.rb +1 -0
- metadata +17 -76
- data/.gitignore +0 -16
- data/.yardopts +0 -6
- data/CONTRIBUTING.md +0 -42
- data/Gemfile +0 -8
- data/RELEASING.md +0 -10
- data/lib/savon/core_ext/string.rb +0 -30
- data/savon.gemspec +0 -47
- data/spec/fixtures/gzip/message.gz +0 -0
- data/spec/fixtures/response/another_soap_fault.xml +0 -14
- data/spec/fixtures/response/authentication.xml +0 -14
- data/spec/fixtures/response/empty_soap_fault.xml +0 -13
- data/spec/fixtures/response/f5.xml +0 -39
- data/spec/fixtures/response/header.xml +0 -13
- data/spec/fixtures/response/list.xml +0 -18
- data/spec/fixtures/response/multi_ref.xml +0 -39
- data/spec/fixtures/response/no_body.xml +0 -1
- data/spec/fixtures/response/soap_fault.xml +0 -8
- data/spec/fixtures/response/soap_fault12.xml +0 -18
- data/spec/fixtures/response/soap_fault_funky.xml +0 -8
- data/spec/fixtures/response/taxcloud.xml +0 -1
- data/spec/fixtures/ssl/client_cert.pem +0 -16
- data/spec/fixtures/ssl/client_encrypted_key.pem +0 -30
- data/spec/fixtures/ssl/client_encrypted_key_cert.pem +0 -24
- data/spec/fixtures/ssl/client_key.pem +0 -15
- data/spec/fixtures/wsdl/authentication.xml +0 -63
- data/spec/fixtures/wsdl/betfair.xml +0 -2981
- data/spec/fixtures/wsdl/brand.xml +0 -624
- data/spec/fixtures/wsdl/edialog.xml +0 -15416
- data/spec/fixtures/wsdl/elements_in_types.xml +0 -43
- data/spec/fixtures/wsdl/interhome.xml +0 -2137
- data/spec/fixtures/wsdl/lower_camel.xml +0 -52
- data/spec/fixtures/wsdl/multiple_namespaces.xml +0 -92
- data/spec/fixtures/wsdl/multiple_types.xml +0 -60
- data/spec/fixtures/wsdl/no_message_tag.xml +0 -1267
- data/spec/fixtures/wsdl/taxcloud.xml +0 -934
- data/spec/fixtures/wsdl/team_software.xml +0 -1
- data/spec/fixtures/wsdl/vies.xml +0 -176
- data/spec/fixtures/wsdl/wasmuth.xml +0 -153
- data/spec/integration/support/application.rb +0 -114
- data/spec/integration/support/server.rb +0 -85
- data/spec/integration/zipcode_example_spec.rb +0 -39
- data/spec/savon/builder_spec.rb +0 -138
- data/spec/savon/client_spec.rb +0 -272
- data/spec/savon/core_ext/string_spec.rb +0 -38
- data/spec/savon/features/message_tag_spec.rb +0 -62
- data/spec/savon/http_error_spec.rb +0 -57
- data/spec/savon/log_message_spec.rb +0 -51
- data/spec/savon/message_spec.rb +0 -61
- data/spec/savon/mock_spec.rb +0 -175
- data/spec/savon/model_spec.rb +0 -183
- data/spec/savon/multipart_request_spec.rb +0 -46
- data/spec/savon/observers_spec.rb +0 -93
- data/spec/savon/operation_spec.rb +0 -207
- data/spec/savon/options_spec.rb +0 -1154
- data/spec/savon/qualified_message_spec.rb +0 -102
- data/spec/savon/request_logger_spec.rb +0 -38
- data/spec/savon/request_spec.rb +0 -581
- data/spec/savon/response_spec.rb +0 -276
- data/spec/savon/soap_fault_spec.rb +0 -147
- data/spec/savon/softlayer_spec.rb +0 -42
- data/spec/spec_helper.rb +0 -31
- data/spec/support/adapters.rb +0 -49
- data/spec/support/endpoint.rb +0 -26
- data/spec/support/fixture.rb +0 -40
- data/spec/support/integration.rb +0 -10
- data/spec/support/stdout.rb +0 -26
@@ -1,2137 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<wsdl:definitions xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://www.interhome.com/webservice" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" targetNamespace="http://www.interhome.com/webservice" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
|
3
|
-
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Interhome WebService</wsdl:documentation>
|
4
|
-
<wsdl:types>
|
5
|
-
<s:schema elementFormDefault="qualified" targetNamespace="http://www.interhome.com/webservice">
|
6
|
-
<s:element name="CheckServerHealth">
|
7
|
-
<s:complexType/>
|
8
|
-
</s:element>
|
9
|
-
<s:element name="CheckServerHealthResponse">
|
10
|
-
<s:complexType>
|
11
|
-
<s:sequence>
|
12
|
-
<s:element minOccurs="1" maxOccurs="1" name="CheckServerHealthResult" type="tns:CheckServerHealthResult"/>
|
13
|
-
</s:sequence>
|
14
|
-
</s:complexType>
|
15
|
-
</s:element>
|
16
|
-
<s:complexType name="CheckServerHealthResult">
|
17
|
-
<s:sequence>
|
18
|
-
<s:element minOccurs="0" maxOccurs="1" name="SearchObjects" type="s:string"/>
|
19
|
-
<s:element minOccurs="0" maxOccurs="1" name="Availability" type="s:string"/>
|
20
|
-
<s:element minOccurs="0" maxOccurs="1" name="PriceCheck" type="s:string"/>
|
21
|
-
<s:element minOccurs="0" maxOccurs="1" name="ServerDBLoadBalancer" type="s:string"/>
|
22
|
-
<s:element minOccurs="0" maxOccurs="1" name="OverallServerHealth" type="s:string"/>
|
23
|
-
<s:element minOccurs="1" maxOccurs="1" name="Messages" type="tns:Messages"/>
|
24
|
-
</s:sequence>
|
25
|
-
</s:complexType>
|
26
|
-
<s:complexType name="Messages">
|
27
|
-
<s:sequence>
|
28
|
-
<s:element minOccurs="0" maxOccurs="1" name="Information" type="s:string"/>
|
29
|
-
<s:element minOccurs="0" maxOccurs="1" name="Errors" type="s:string"/>
|
30
|
-
<s:element minOccurs="0" maxOccurs="1" name="TimeTaken" type="s:string"/>
|
31
|
-
<s:element minOccurs="0" maxOccurs="1" name="ServerName" type="s:string"/>
|
32
|
-
</s:sequence>
|
33
|
-
</s:complexType>
|
34
|
-
<s:element name="CheckServerHealthV2">
|
35
|
-
<s:complexType>
|
36
|
-
<s:sequence>
|
37
|
-
<s:element minOccurs="0" maxOccurs="1" name="type" type="s:string"/>
|
38
|
-
</s:sequence>
|
39
|
-
</s:complexType>
|
40
|
-
</s:element>
|
41
|
-
<s:element name="CheckServerHealthV2Response">
|
42
|
-
<s:complexType>
|
43
|
-
<s:sequence>
|
44
|
-
<s:element minOccurs="1" maxOccurs="1" name="CheckServerHealthV2Result" type="tns:CheckServerHealthResultV2"/>
|
45
|
-
</s:sequence>
|
46
|
-
</s:complexType>
|
47
|
-
</s:element>
|
48
|
-
<s:complexType name="CheckServerHealthResultV2">
|
49
|
-
<s:sequence>
|
50
|
-
<s:element minOccurs="0" maxOccurs="1" name="IRent" type="s:string"/>
|
51
|
-
<s:element minOccurs="0" maxOccurs="1" name="ServerDBLoadBalancer" type="s:string"/>
|
52
|
-
<s:element minOccurs="0" maxOccurs="1" name="Endeca" type="s:string"/>
|
53
|
-
<s:element minOccurs="0" maxOccurs="1" name="OverallServerHealth" type="s:string"/>
|
54
|
-
<s:element minOccurs="1" maxOccurs="1" name="Messages" type="tns:Messages"/>
|
55
|
-
</s:sequence>
|
56
|
-
</s:complexType>
|
57
|
-
<s:element name="Newsletter">
|
58
|
-
<s:complexType>
|
59
|
-
<s:sequence>
|
60
|
-
<s:element minOccurs="0" maxOccurs="1" name="inputValue" type="tns:NewsletterInputValue"/>
|
61
|
-
</s:sequence>
|
62
|
-
</s:complexType>
|
63
|
-
</s:element>
|
64
|
-
<s:complexType name="NewsletterInputValue">
|
65
|
-
<s:sequence>
|
66
|
-
<s:element minOccurs="1" maxOccurs="1" name="SignUp" type="s:boolean"/>
|
67
|
-
<s:element minOccurs="0" maxOccurs="1" name="RetailerCode" type="s:string"/>
|
68
|
-
<s:element minOccurs="0" maxOccurs="1" name="RetailerExtraCode" type="s:string"/>
|
69
|
-
<s:element minOccurs="0" maxOccurs="1" name="SalesOfficeCode" type="s:string"/>
|
70
|
-
<s:element minOccurs="0" maxOccurs="1" name="SourceKey" type="s:string"/>
|
71
|
-
<s:element minOccurs="0" maxOccurs="1" name="LanguageCode" type="s:string"/>
|
72
|
-
<s:element minOccurs="1" maxOccurs="1" name="Salutation" type="tns:Salutation"/>
|
73
|
-
<s:element minOccurs="0" maxOccurs="1" name="Firstname" type="s:string"/>
|
74
|
-
<s:element minOccurs="0" maxOccurs="1" name="Lastname" type="s:string"/>
|
75
|
-
<s:element minOccurs="0" maxOccurs="1" name="Street" type="s:string"/>
|
76
|
-
<s:element minOccurs="0" maxOccurs="1" name="AdditionalStreet" type="s:string"/>
|
77
|
-
<s:element minOccurs="0" maxOccurs="1" name="Zip" type="s:string"/>
|
78
|
-
<s:element minOccurs="0" maxOccurs="1" name="Place" type="s:string"/>
|
79
|
-
<s:element minOccurs="0" maxOccurs="1" name="CountryCode" type="s:string"/>
|
80
|
-
<s:element minOccurs="0" maxOccurs="1" name="Phone" type="s:string"/>
|
81
|
-
<s:element minOccurs="0" maxOccurs="1" name="Fax" type="s:string"/>
|
82
|
-
<s:element minOccurs="0" maxOccurs="1" name="EMail" type="s:string"/>
|
83
|
-
</s:sequence>
|
84
|
-
</s:complexType>
|
85
|
-
<s:simpleType name="Salutation">
|
86
|
-
<s:restriction base="s:string">
|
87
|
-
<s:enumeration value="NotSet"/>
|
88
|
-
<s:enumeration value="Mr"/>
|
89
|
-
<s:enumeration value="Mrs"/>
|
90
|
-
<s:enumeration value="MrAndMrs"/>
|
91
|
-
<s:enumeration value="Company"/>
|
92
|
-
</s:restriction>
|
93
|
-
</s:simpleType>
|
94
|
-
<s:element name="NewsletterResponse">
|
95
|
-
<s:complexType>
|
96
|
-
<s:sequence>
|
97
|
-
<s:element minOccurs="0" maxOccurs="1" name="NewsletterResult" type="tns:NewsletterReturnValue"/>
|
98
|
-
</s:sequence>
|
99
|
-
</s:complexType>
|
100
|
-
</s:element>
|
101
|
-
<s:complexType name="NewsletterReturnValue">
|
102
|
-
<s:complexContent mixed="false">
|
103
|
-
<s:extension base="tns:ReturnValue"/>
|
104
|
-
</s:complexContent>
|
105
|
-
</s:complexType>
|
106
|
-
<s:complexType name="ReturnValue">
|
107
|
-
<s:sequence>
|
108
|
-
<s:element minOccurs="1" maxOccurs="1" name="Ok" type="s:boolean"/>
|
109
|
-
<s:element minOccurs="0" maxOccurs="1" name="Errors" type="tns:ArrayOfError"/>
|
110
|
-
</s:sequence>
|
111
|
-
</s:complexType>
|
112
|
-
<s:complexType name="ArrayOfError">
|
113
|
-
<s:sequence>
|
114
|
-
<s:element minOccurs="0" maxOccurs="unbounded" name="Error" nillable="true" type="tns:Error"/>
|
115
|
-
</s:sequence>
|
116
|
-
</s:complexType>
|
117
|
-
<s:complexType name="Error">
|
118
|
-
<s:sequence>
|
119
|
-
<s:element minOccurs="1" maxOccurs="1" name="Number" type="s:int"/>
|
120
|
-
<s:element minOccurs="0" maxOccurs="1" name="Description" type="s:string"/>
|
121
|
-
<s:element minOccurs="0" maxOccurs="1" name="ExtensionData" type="tns:ExtensionDataObject"/>
|
122
|
-
</s:sequence>
|
123
|
-
</s:complexType>
|
124
|
-
<s:complexType name="ExtensionDataObject"/>
|
125
|
-
<s:element name="ServiceAuthHeader" type="tns:ServiceAuthHeader"/>
|
126
|
-
<s:complexType name="ServiceAuthHeader">
|
127
|
-
<s:sequence>
|
128
|
-
<s:element minOccurs="0" maxOccurs="1" name="Username" type="s:string"/>
|
129
|
-
<s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string"/>
|
130
|
-
</s:sequence>
|
131
|
-
<s:anyAttribute/>
|
132
|
-
</s:complexType>
|
133
|
-
<s:element name="AdditionalServices">
|
134
|
-
<s:complexType>
|
135
|
-
<s:sequence>
|
136
|
-
<s:element minOccurs="0" maxOccurs="1" name="inputValue" type="tns:AdditionalServicesInputValue"/>
|
137
|
-
</s:sequence>
|
138
|
-
</s:complexType>
|
139
|
-
</s:element>
|
140
|
-
<s:complexType name="AdditionalServicesInputValue">
|
141
|
-
<s:sequence>
|
142
|
-
<s:element minOccurs="0" maxOccurs="1" name="AccommodationCode" type="s:string"/>
|
143
|
-
<s:element minOccurs="0" maxOccurs="1" name="LanguageCode" type="s:string"/>
|
144
|
-
<s:element minOccurs="0" maxOccurs="1" name="CurrencyCode" type="s:string"/>
|
145
|
-
<s:element minOccurs="0" maxOccurs="1" name="SalesOfficeCode" type="s:string"/>
|
146
|
-
<s:element minOccurs="0" maxOccurs="1" name="CheckIn" type="s:string"/>
|
147
|
-
<s:element minOccurs="0" maxOccurs="1" name="CheckOut" type="s:string"/>
|
148
|
-
<s:element minOccurs="0" maxOccurs="1" name="RetailerCode" type="s:string"/>
|
149
|
-
<s:element minOccurs="1" maxOccurs="1" name="Adults" type="s:int"/>
|
150
|
-
<s:element minOccurs="1" maxOccurs="1" name="Children" type="s:int"/>
|
151
|
-
<s:element minOccurs="1" maxOccurs="1" name="Babies" type="s:int"/>
|
152
|
-
</s:sequence>
|
153
|
-
</s:complexType>
|
154
|
-
<s:element name="AdditionalServicesResponse">
|
155
|
-
<s:complexType>
|
156
|
-
<s:sequence>
|
157
|
-
<s:element minOccurs="0" maxOccurs="1" name="AdditionalServicesResult" type="tns:AdditionalServicesReturnValue"/>
|
158
|
-
</s:sequence>
|
159
|
-
</s:complexType>
|
160
|
-
</s:element>
|
161
|
-
<s:complexType name="AdditionalServicesReturnValue">
|
162
|
-
<s:complexContent mixed="false">
|
163
|
-
<s:extension base="tns:ReturnValue">
|
164
|
-
<s:sequence>
|
165
|
-
<s:element minOccurs="0" maxOccurs="1" name="AdditionalServices" type="tns:ArrayOfAdditionalServiceItem"/>
|
166
|
-
</s:sequence>
|
167
|
-
</s:extension>
|
168
|
-
</s:complexContent>
|
169
|
-
</s:complexType>
|
170
|
-
<s:complexType name="ArrayOfAdditionalServiceItem">
|
171
|
-
<s:sequence>
|
172
|
-
<s:element minOccurs="0" maxOccurs="unbounded" name="AdditionalServiceItem" nillable="true" type="tns:AdditionalServiceItem"/>
|
173
|
-
</s:sequence>
|
174
|
-
</s:complexType>
|
175
|
-
<s:complexType name="AdditionalServiceItem">
|
176
|
-
<s:sequence>
|
177
|
-
<s:element minOccurs="1" maxOccurs="1" name="AdditionalServiceType" type="tns:AdditionalServiceType"/>
|
178
|
-
<s:element minOccurs="1" maxOccurs="1" name="Amount" type="s:decimal"/>
|
179
|
-
<s:element minOccurs="0" maxOccurs="1" name="Code" type="s:string"/>
|
180
|
-
<s:element minOccurs="1" maxOccurs="1" name="Count" type="s:int"/>
|
181
|
-
<s:element minOccurs="0" maxOccurs="1" name="Currency" type="s:string"/>
|
182
|
-
<s:element minOccurs="0" maxOccurs="1" name="Description" type="s:string"/>
|
183
|
-
<s:element minOccurs="0" maxOccurs="1" name="EitherOr" type="s:string"/>
|
184
|
-
<s:element minOccurs="1" maxOccurs="1" name="IsDefaultService" type="s:boolean"/>
|
185
|
-
<s:element minOccurs="1" maxOccurs="1" name="IsIncluded" type="s:boolean"/>
|
186
|
-
<s:element minOccurs="1" maxOccurs="1" name="IsInsurance" type="s:boolean"/>
|
187
|
-
<s:element minOccurs="1" maxOccurs="1" name="IsMandatory" type="s:boolean"/>
|
188
|
-
<s:element minOccurs="0" maxOccurs="1" name="PaymentInfo" type="s:string"/>
|
189
|
-
<s:element minOccurs="0" maxOccurs="1" name="PriceRule" type="s:string"/>
|
190
|
-
<s:element minOccurs="0" maxOccurs="1" name="Text" type="s:string"/>
|
191
|
-
<s:element minOccurs="0" maxOccurs="1" name="Type" type="s:string"/>
|
192
|
-
<s:element minOccurs="0" maxOccurs="1" name="ValidFrom" type="s:string"/>
|
193
|
-
<s:element minOccurs="0" maxOccurs="1" name="ValidTo" type="s:string"/>
|
194
|
-
</s:sequence>
|
195
|
-
</s:complexType>
|
196
|
-
<s:simpleType name="AdditionalServiceType">
|
197
|
-
<s:restriction base="s:string">
|
198
|
-
<s:enumeration value="NotSet"/>
|
199
|
-
<s:enumeration value="CostsOnInvoice"/>
|
200
|
-
<s:enumeration value="InPriceIncluded"/>
|
201
|
-
<s:enumeration value="ExtracostOnPlace"/>
|
202
|
-
<s:enumeration value="BookableServiceOnInvoice"/>
|
203
|
-
<s:enumeration value="BookbaleServiceOnPlace"/>
|
204
|
-
<s:enumeration value="BookableOnPlacePayableOnPlace"/>
|
205
|
-
<s:enumeration value="SelfOrganised"/>
|
206
|
-
<s:enumeration value="BookableServiceNoCost"/>
|
207
|
-
<s:enumeration value="CommissionDiscount"/>
|
208
|
-
</s:restriction>
|
209
|
-
</s:simpleType>
|
210
|
-
<s:element name="Availability">
|
211
|
-
<s:complexType>
|
212
|
-
<s:sequence>
|
213
|
-
<s:element minOccurs="0" maxOccurs="1" name="inputValue" type="tns:AvailabilityInputValue"/>
|
214
|
-
</s:sequence>
|
215
|
-
</s:complexType>
|
216
|
-
</s:element>
|
217
|
-
<s:complexType name="AvailabilityInputValue">
|
218
|
-
<s:sequence>
|
219
|
-
<s:element minOccurs="0" maxOccurs="1" name="AccommodationCode" type="s:string"/>
|
220
|
-
<s:element minOccurs="0" maxOccurs="1" name="CheckIn" type="s:string"/>
|
221
|
-
<s:element minOccurs="0" maxOccurs="1" name="CheckOut" type="s:string"/>
|
222
|
-
</s:sequence>
|
223
|
-
</s:complexType>
|
224
|
-
<s:element name="AvailabilityResponse">
|
225
|
-
<s:complexType>
|
226
|
-
<s:sequence>
|
227
|
-
<s:element minOccurs="0" maxOccurs="1" name="AvailabilityResult" type="tns:AvailabilityRetunValue"/>
|
228
|
-
</s:sequence>
|
229
|
-
</s:complexType>
|
230
|
-
</s:element>
|
231
|
-
<s:complexType name="AvailabilityRetunValue">
|
232
|
-
<s:complexContent mixed="false">
|
233
|
-
<s:extension base="tns:ReturnValue">
|
234
|
-
<s:sequence>
|
235
|
-
<s:element minOccurs="0" maxOccurs="1" name="StartDate" type="s:string"/>
|
236
|
-
<s:element minOccurs="0" maxOccurs="1" name="EndDate" type="s:string"/>
|
237
|
-
<s:element minOccurs="0" maxOccurs="1" name="State" type="s:string"/>
|
238
|
-
<s:element minOccurs="0" maxOccurs="1" name="Change" type="s:string"/>
|
239
|
-
<s:element minOccurs="0" maxOccurs="1" name="MinimumStay" type="s:string"/>
|
240
|
-
</s:sequence>
|
241
|
-
</s:extension>
|
242
|
-
</s:complexContent>
|
243
|
-
</s:complexType>
|
244
|
-
<s:element name="NearestBookingDate">
|
245
|
-
<s:complexType>
|
246
|
-
<s:sequence>
|
247
|
-
<s:element minOccurs="0" maxOccurs="1" name="inputValue" type="tns:NearestBookingDateInputValue"/>
|
248
|
-
</s:sequence>
|
249
|
-
</s:complexType>
|
250
|
-
</s:element>
|
251
|
-
<s:complexType name="NearestBookingDateInputValue">
|
252
|
-
<s:sequence>
|
253
|
-
<s:element minOccurs="0" maxOccurs="1" name="AccomodationCode" type="s:string"/>
|
254
|
-
<s:element minOccurs="0" maxOccurs="1" name="CheckIn" type="s:string"/>
|
255
|
-
<s:element minOccurs="1" maxOccurs="1" name="Duration" type="s:int"/>
|
256
|
-
</s:sequence>
|
257
|
-
</s:complexType>
|
258
|
-
<s:element name="NearestBookingDateResponse">
|
259
|
-
<s:complexType>
|
260
|
-
<s:sequence>
|
261
|
-
<s:element minOccurs="0" maxOccurs="1" name="NearestBookingDateResult" type="tns:NearestBookingDateReturnValue"/>
|
262
|
-
</s:sequence>
|
263
|
-
</s:complexType>
|
264
|
-
</s:element>
|
265
|
-
<s:complexType name="NearestBookingDateReturnValue">
|
266
|
-
<s:complexContent mixed="false">
|
267
|
-
<s:extension base="tns:ReturnValue">
|
268
|
-
<s:sequence>
|
269
|
-
<s:element minOccurs="0" maxOccurs="1" name="CheckIn" type="s:string"/>
|
270
|
-
<s:element minOccurs="0" maxOccurs="1" name="Change" type="s:string"/>
|
271
|
-
<s:element minOccurs="0" maxOccurs="1" name="MinimumStay" type="s:string"/>
|
272
|
-
<s:element minOccurs="0" maxOccurs="1" name="State" type="s:string"/>
|
273
|
-
</s:sequence>
|
274
|
-
</s:extension>
|
275
|
-
</s:complexContent>
|
276
|
-
</s:complexType>
|
277
|
-
<s:element name="PriceDetail">
|
278
|
-
<s:complexType>
|
279
|
-
<s:sequence>
|
280
|
-
<s:element minOccurs="0" maxOccurs="1" name="inputValue" type="tns:PriceDetailInputValue"/>
|
281
|
-
</s:sequence>
|
282
|
-
</s:complexType>
|
283
|
-
</s:element>
|
284
|
-
<s:complexType name="PriceDetailInputValue">
|
285
|
-
<s:sequence>
|
286
|
-
<s:element minOccurs="0" maxOccurs="1" name="AccommodationCode" type="s:string"/>
|
287
|
-
<s:element minOccurs="0" maxOccurs="1" name="AdditionalServices" type="tns:ArrayOfAdditionalServiceInputItem"/>
|
288
|
-
<s:element minOccurs="0" maxOccurs="1" name="CheckIn" type="s:string"/>
|
289
|
-
<s:element minOccurs="0" maxOccurs="1" name="CheckOut" type="s:string"/>
|
290
|
-
<s:element minOccurs="0" maxOccurs="1" name="SalesOfficeCode" type="s:string"/>
|
291
|
-
<s:element minOccurs="0" maxOccurs="1" name="CurrencyCode" type="s:string"/>
|
292
|
-
<s:element minOccurs="0" maxOccurs="1" name="LanguageCode" type="s:string"/>
|
293
|
-
<s:element minOccurs="0" maxOccurs="1" name="RetailerCode" type="s:string"/>
|
294
|
-
<s:element minOccurs="1" maxOccurs="1" name="Adults" type="s:int"/>
|
295
|
-
<s:element minOccurs="1" maxOccurs="1" name="Children" type="s:int"/>
|
296
|
-
<s:element minOccurs="1" maxOccurs="1" name="Babies" type="s:int"/>
|
297
|
-
</s:sequence>
|
298
|
-
</s:complexType>
|
299
|
-
<s:complexType name="ArrayOfAdditionalServiceInputItem">
|
300
|
-
<s:sequence>
|
301
|
-
<s:element minOccurs="0" maxOccurs="unbounded" name="AdditionalServiceInputItem" nillable="true" type="tns:AdditionalServiceInputItem"/>
|
302
|
-
</s:sequence>
|
303
|
-
</s:complexType>
|
304
|
-
<s:complexType name="AdditionalServiceInputItem">
|
305
|
-
<s:sequence>
|
306
|
-
<s:element minOccurs="0" maxOccurs="1" name="Code" type="s:string"/>
|
307
|
-
<s:element minOccurs="1" maxOccurs="1" name="Count" type="s:int"/>
|
308
|
-
</s:sequence>
|
309
|
-
</s:complexType>
|
310
|
-
<s:element name="PriceDetailResponse">
|
311
|
-
<s:complexType>
|
312
|
-
<s:sequence>
|
313
|
-
<s:element minOccurs="0" maxOccurs="1" name="PriceDetailResult" type="tns:PriceDetailRetunValue"/>
|
314
|
-
</s:sequence>
|
315
|
-
</s:complexType>
|
316
|
-
</s:element>
|
317
|
-
<s:complexType name="PriceDetailRetunValue">
|
318
|
-
<s:complexContent mixed="false">
|
319
|
-
<s:extension base="tns:ReturnValue">
|
320
|
-
<s:sequence>
|
321
|
-
<s:element minOccurs="1" maxOccurs="1" name="Price" type="s:decimal"/>
|
322
|
-
<s:element minOccurs="1" maxOccurs="1" name="Total" type="s:decimal"/>
|
323
|
-
<s:element minOccurs="0" maxOccurs="1" name="CurrencyCode" type="s:string"/>
|
324
|
-
<s:element minOccurs="0" maxOccurs="1" name="AdditionalServices" type="tns:ArrayOfAdditionalServiceItem"/>
|
325
|
-
<s:element minOccurs="0" maxOccurs="1" name="ExpirationPrePayment" type="s:string"/>
|
326
|
-
<s:element minOccurs="0" maxOccurs="1" name="ExpirationResidue" type="s:string"/>
|
327
|
-
<s:element minOccurs="1" maxOccurs="1" name="Prepayment" type="s:decimal"/>
|
328
|
-
<s:element minOccurs="0" maxOccurs="1" name="SpecialCode" type="s:string"/>
|
329
|
-
<s:element minOccurs="0" maxOccurs="1" name="SpecialDescription" type="s:string"/>
|
330
|
-
<s:element minOccurs="1" maxOccurs="1" name="SpecialPrice" type="s:decimal"/>
|
331
|
-
</s:sequence>
|
332
|
-
</s:extension>
|
333
|
-
</s:complexContent>
|
334
|
-
</s:complexType>
|
335
|
-
<s:element name="Prices">
|
336
|
-
<s:complexType>
|
337
|
-
<s:sequence>
|
338
|
-
<s:element minOccurs="0" maxOccurs="1" name="inputValue" type="tns:PricesInputValue"/>
|
339
|
-
</s:sequence>
|
340
|
-
</s:complexType>
|
341
|
-
</s:element>
|
342
|
-
<s:complexType name="PricesInputValue">
|
343
|
-
<s:sequence>
|
344
|
-
<s:element minOccurs="0" maxOccurs="1" name="SalesOfficeCode" type="s:string"/>
|
345
|
-
<s:element minOccurs="0" maxOccurs="1" name="CurrencyCode" type="s:string"/>
|
346
|
-
<s:element minOccurs="0" maxOccurs="1" name="LanguageCode" type="s:string"/>
|
347
|
-
<s:element minOccurs="0" maxOccurs="1" name="Stays" type="tns:ArrayOfStayItem"/>
|
348
|
-
</s:sequence>
|
349
|
-
</s:complexType>
|
350
|
-
<s:complexType name="ArrayOfStayItem">
|
351
|
-
<s:sequence>
|
352
|
-
<s:element minOccurs="0" maxOccurs="unbounded" name="StayItem" nillable="true" type="tns:StayItem"/>
|
353
|
-
</s:sequence>
|
354
|
-
</s:complexType>
|
355
|
-
<s:complexType name="StayItem">
|
356
|
-
<s:sequence>
|
357
|
-
<s:element minOccurs="0" maxOccurs="1" name="AccommodationCode" type="s:string"/>
|
358
|
-
<s:element minOccurs="0" maxOccurs="1" name="CheckIn" type="s:string"/>
|
359
|
-
<s:element minOccurs="0" maxOccurs="1" name="CheckOut" type="s:string"/>
|
360
|
-
</s:sequence>
|
361
|
-
</s:complexType>
|
362
|
-
<s:element name="PricesResponse">
|
363
|
-
<s:complexType>
|
364
|
-
<s:sequence>
|
365
|
-
<s:element minOccurs="0" maxOccurs="1" name="PricesResult" type="tns:PricesRetunValue"/>
|
366
|
-
</s:sequence>
|
367
|
-
</s:complexType>
|
368
|
-
</s:element>
|
369
|
-
<s:complexType name="PricesRetunValue">
|
370
|
-
<s:complexContent mixed="false">
|
371
|
-
<s:extension base="tns:ReturnValue">
|
372
|
-
<s:sequence>
|
373
|
-
<s:element minOccurs="0" maxOccurs="1" name="Prices" type="tns:ArrayOfPricesPriceItem"/>
|
374
|
-
</s:sequence>
|
375
|
-
</s:extension>
|
376
|
-
</s:complexContent>
|
377
|
-
</s:complexType>
|
378
|
-
<s:complexType name="ArrayOfPricesPriceItem">
|
379
|
-
<s:sequence>
|
380
|
-
<s:element minOccurs="0" maxOccurs="unbounded" name="PricesPriceItem" nillable="true" type="tns:PricesPriceItem"/>
|
381
|
-
</s:sequence>
|
382
|
-
</s:complexType>
|
383
|
-
<s:complexType name="PricesPriceItem">
|
384
|
-
<s:sequence>
|
385
|
-
<s:element minOccurs="0" maxOccurs="1" name="CheckIn" type="s:string"/>
|
386
|
-
<s:element minOccurs="0" maxOccurs="1" name="CheckOut" type="s:string"/>
|
387
|
-
<s:element minOccurs="0" maxOccurs="1" name="CurrencyCode" type="s:string"/>
|
388
|
-
<s:element minOccurs="0" maxOccurs="1" name="AccommodationCode" type="s:string"/>
|
389
|
-
<s:element minOccurs="1" maxOccurs="1" name="Price1" type="s:decimal"/>
|
390
|
-
<s:element minOccurs="1" maxOccurs="1" name="Price2" type="s:decimal"/>
|
391
|
-
<s:element minOccurs="0" maxOccurs="1" name="SpecialCode" type="s:string"/>
|
392
|
-
<s:element minOccurs="0" maxOccurs="1" name="SpecialDescription" type="s:string"/>
|
393
|
-
</s:sequence>
|
394
|
-
</s:complexType>
|
395
|
-
<s:element name="PriceList">
|
396
|
-
<s:complexType>
|
397
|
-
<s:sequence>
|
398
|
-
<s:element minOccurs="0" maxOccurs="1" name="inputValue" type="tns:PriceListInputValue"/>
|
399
|
-
</s:sequence>
|
400
|
-
</s:complexType>
|
401
|
-
</s:element>
|
402
|
-
<s:complexType name="PriceListInputValue">
|
403
|
-
<s:sequence>
|
404
|
-
<s:element minOccurs="0" maxOccurs="1" name="AccommodationCode" type="s:string"/>
|
405
|
-
<s:element minOccurs="0" maxOccurs="1" name="Currency" type="s:string"/>
|
406
|
-
<s:element minOccurs="0" maxOccurs="1" name="SalesOffice" type="s:string"/>
|
407
|
-
</s:sequence>
|
408
|
-
</s:complexType>
|
409
|
-
<s:element name="PriceListResponse">
|
410
|
-
<s:complexType>
|
411
|
-
<s:sequence>
|
412
|
-
<s:element minOccurs="0" maxOccurs="1" name="PriceListResult" type="tns:PriceListReturnValue"/>
|
413
|
-
</s:sequence>
|
414
|
-
</s:complexType>
|
415
|
-
</s:element>
|
416
|
-
<s:complexType name="PriceListReturnValue">
|
417
|
-
<s:complexContent mixed="false">
|
418
|
-
<s:extension base="tns:ReturnValue">
|
419
|
-
<s:sequence>
|
420
|
-
<s:element minOccurs="0" maxOccurs="1" name="AccommodationCode" type="s:string"/>
|
421
|
-
<s:element minOccurs="0" maxOccurs="1" name="Currency" type="s:string"/>
|
422
|
-
<s:element minOccurs="0" maxOccurs="1" name="Items" type="tns:ArrayOfPriceListItem"/>
|
423
|
-
</s:sequence>
|
424
|
-
</s:extension>
|
425
|
-
</s:complexContent>
|
426
|
-
</s:complexType>
|
427
|
-
<s:complexType name="ArrayOfPriceListItem">
|
428
|
-
<s:sequence>
|
429
|
-
<s:element minOccurs="0" maxOccurs="unbounded" name="PriceListItem" nillable="true" type="tns:PriceListItem"/>
|
430
|
-
</s:sequence>
|
431
|
-
</s:complexType>
|
432
|
-
<s:complexType name="PriceListItem">
|
433
|
-
<s:sequence>
|
434
|
-
<s:element minOccurs="0" maxOccurs="1" name="StartDate" type="s:string"/>
|
435
|
-
<s:element minOccurs="0" maxOccurs="1" name="EndDate" type="s:string"/>
|
436
|
-
<s:element minOccurs="1" maxOccurs="1" name="Price" type="s:decimal"/>
|
437
|
-
<s:element minOccurs="1" maxOccurs="1" name="ShortbreakDays" type="s:int"/>
|
438
|
-
<s:element minOccurs="1" maxOccurs="1" name="ShortbreakPrice" type="s:decimal"/>
|
439
|
-
</s:sequence>
|
440
|
-
</s:complexType>
|
441
|
-
<s:element name="ClientBooking">
|
442
|
-
<s:complexType>
|
443
|
-
<s:sequence>
|
444
|
-
<s:element minOccurs="0" maxOccurs="1" name="inputValue" type="tns:ClientBookingInputValue"/>
|
445
|
-
</s:sequence>
|
446
|
-
</s:complexType>
|
447
|
-
</s:element>
|
448
|
-
<s:complexType name="ClientBookingInputValue">
|
449
|
-
<s:sequence>
|
450
|
-
<s:element minOccurs="0" maxOccurs="1" name="SalesOfficeCode" type="s:string"/>
|
451
|
-
<s:element minOccurs="0" maxOccurs="1" name="AccommodationCode" type="s:string"/>
|
452
|
-
<s:element minOccurs="0" maxOccurs="1" name="AdditionalServices" type="tns:ArrayOfAdditionalServiceInputItem"/>
|
453
|
-
<s:element minOccurs="1" maxOccurs="1" name="CustomerSalutationType" type="tns:SalutationType"/>
|
454
|
-
<s:element minOccurs="0" maxOccurs="1" name="CustomerName" type="s:string"/>
|
455
|
-
<s:element minOccurs="0" maxOccurs="1" name="CustomerFirstName" type="s:string"/>
|
456
|
-
<s:element minOccurs="0" maxOccurs="1" name="CustomerPhone" type="s:string"/>
|
457
|
-
<s:element minOccurs="0" maxOccurs="1" name="CustomerFax" type="s:string"/>
|
458
|
-
<s:element minOccurs="0" maxOccurs="1" name="CustomerEmail" type="s:string"/>
|
459
|
-
<s:element minOccurs="0" maxOccurs="1" name="CustomerAddressStreet" type="s:string"/>
|
460
|
-
<s:element minOccurs="0" maxOccurs="1" name="CustomerAddressAdditionalStreet" type="s:string"/>
|
461
|
-
<s:element minOccurs="0" maxOccurs="1" name="CustomerAddressZIP" type="s:string"/>
|
462
|
-
<s:element minOccurs="0" maxOccurs="1" name="CustomerAddressPlace" type="s:string"/>
|
463
|
-
<s:element minOccurs="0" maxOccurs="1" name="CustomerAddressState" type="s:string"/>
|
464
|
-
<s:element minOccurs="0" maxOccurs="1" name="CustomerAddressCountryCode" type="s:string"/>
|
465
|
-
<s:element minOccurs="0" maxOccurs="1" name="Comment" type="s:string"/>
|
466
|
-
<s:element minOccurs="1" maxOccurs="1" name="Adults" type="s:int"/>
|
467
|
-
<s:element minOccurs="1" maxOccurs="1" name="Babies" type="s:int"/>
|
468
|
-
<s:element minOccurs="1" maxOccurs="1" name="Children" type="s:int"/>
|
469
|
-
<s:element minOccurs="0" maxOccurs="1" name="CheckIn" type="s:string"/>
|
470
|
-
<s:element minOccurs="0" maxOccurs="1" name="CheckOut" type="s:string"/>
|
471
|
-
<s:element minOccurs="0" maxOccurs="1" name="LanguageCode" type="s:string"/>
|
472
|
-
<s:element minOccurs="0" maxOccurs="1" name="CurrencyCode" type="s:string"/>
|
473
|
-
<s:element minOccurs="0" maxOccurs="1" name="RetailerCode" type="s:string"/>
|
474
|
-
<s:element minOccurs="0" maxOccurs="1" name="RetailerExtraCode" type="s:string"/>
|
475
|
-
<s:element minOccurs="1" maxOccurs="1" name="PaymentType" type="tns:PaymentType"/>
|
476
|
-
<s:element minOccurs="1" maxOccurs="1" name="CreditCardType" type="tns:CCType"/>
|
477
|
-
<s:element minOccurs="0" maxOccurs="1" name="CreditCardNumber" type="s:string"/>
|
478
|
-
<s:element minOccurs="0" maxOccurs="1" name="CreditCardCvc" type="s:string"/>
|
479
|
-
<s:element minOccurs="0" maxOccurs="1" name="CreditCardExpiry" type="s:string"/>
|
480
|
-
<s:element minOccurs="0" maxOccurs="1" name="CreditCardHolder" type="s:string"/>
|
481
|
-
<s:element minOccurs="0" maxOccurs="1" name="BankAccountNumber" type="s:string"/>
|
482
|
-
<s:element minOccurs="0" maxOccurs="1" name="BankCode" type="s:string"/>
|
483
|
-
<s:element minOccurs="0" maxOccurs="1" name="BankAccountHolder" type="s:string"/>
|
484
|
-
</s:sequence>
|
485
|
-
</s:complexType>
|
486
|
-
<s:simpleType name="SalutationType">
|
487
|
-
<s:restriction base="s:string">
|
488
|
-
<s:enumeration value="NotSet"/>
|
489
|
-
<s:enumeration value="Mr"/>
|
490
|
-
<s:enumeration value="Mrs"/>
|
491
|
-
<s:enumeration value="MrAndMrs"/>
|
492
|
-
<s:enumeration value="Company"/>
|
493
|
-
<s:enumeration value="Blank"/>
|
494
|
-
</s:restriction>
|
495
|
-
</s:simpleType>
|
496
|
-
<s:simpleType name="PaymentType">
|
497
|
-
<s:restriction base="s:string">
|
498
|
-
<s:enumeration value="NotSet"/>
|
499
|
-
<s:enumeration value="CreditCard"/>
|
500
|
-
<s:enumeration value="DirectDebiting"/>
|
501
|
-
<s:enumeration value="Invoice"/>
|
502
|
-
<s:enumeration value="SecuredCreditCard"/>
|
503
|
-
</s:restriction>
|
504
|
-
</s:simpleType>
|
505
|
-
<s:simpleType name="CCType">
|
506
|
-
<s:restriction base="s:string">
|
507
|
-
<s:enumeration value="NotSet"/>
|
508
|
-
<s:enumeration value="VISA"/>
|
509
|
-
<s:enumeration value="MASTER"/>
|
510
|
-
</s:restriction>
|
511
|
-
</s:simpleType>
|
512
|
-
<s:element name="ClientBookingResponse">
|
513
|
-
<s:complexType>
|
514
|
-
<s:sequence>
|
515
|
-
<s:element minOccurs="0" maxOccurs="1" name="ClientBookingResult" type="tns:ClientBookingReturnValue"/>
|
516
|
-
</s:sequence>
|
517
|
-
</s:complexType>
|
518
|
-
</s:element>
|
519
|
-
<s:complexType name="ClientBookingReturnValue">
|
520
|
-
<s:complexContent mixed="false">
|
521
|
-
<s:extension base="tns:ReturnValue">
|
522
|
-
<s:sequence>
|
523
|
-
<s:element minOccurs="0" maxOccurs="1" name="BookingID" type="s:string"/>
|
524
|
-
<s:element minOccurs="0" maxOccurs="1" name="PaymentStatus" type="tns:ReturnValue"/>
|
525
|
-
</s:sequence>
|
526
|
-
</s:extension>
|
527
|
-
</s:complexContent>
|
528
|
-
</s:complexType>
|
529
|
-
<s:element name="RetailerBooking">
|
530
|
-
<s:complexType>
|
531
|
-
<s:sequence>
|
532
|
-
<s:element minOccurs="0" maxOccurs="1" name="inputValue" type="tns:RetailerBookingInputValue"/>
|
533
|
-
</s:sequence>
|
534
|
-
</s:complexType>
|
535
|
-
</s:element>
|
536
|
-
<s:complexType name="RetailerBookingInputValue">
|
537
|
-
<s:sequence>
|
538
|
-
<s:element minOccurs="0" maxOccurs="1" name="SalesOfficeCode" type="s:string"/>
|
539
|
-
<s:element minOccurs="0" maxOccurs="1" name="LanguageCode" type="s:string"/>
|
540
|
-
<s:element minOccurs="0" maxOccurs="1" name="CurrencyCode" type="s:string"/>
|
541
|
-
<s:element minOccurs="0" maxOccurs="1" name="AccommodationCode" type="s:string"/>
|
542
|
-
<s:element minOccurs="0" maxOccurs="1" name="CheckIn" type="s:string"/>
|
543
|
-
<s:element minOccurs="0" maxOccurs="1" name="CheckOut" type="s:string"/>
|
544
|
-
<s:element minOccurs="0" maxOccurs="1" name="AdditionalServices" type="tns:ArrayOfAdditionalServiceInputItem"/>
|
545
|
-
<s:element minOccurs="1" maxOccurs="1" name="Adults" type="s:int"/>
|
546
|
-
<s:element minOccurs="1" maxOccurs="1" name="Babies" type="s:int"/>
|
547
|
-
<s:element minOccurs="1" maxOccurs="1" name="Children" type="s:int"/>
|
548
|
-
<s:element minOccurs="1" maxOccurs="1" name="CustomerSalutationType" type="tns:SalutationType"/>
|
549
|
-
<s:element minOccurs="0" maxOccurs="1" name="CustomerName" type="s:string"/>
|
550
|
-
<s:element minOccurs="0" maxOccurs="1" name="CustomerFirstName" type="s:string"/>
|
551
|
-
<s:element minOccurs="0" maxOccurs="1" name="RetailerCode" type="s:string"/>
|
552
|
-
<s:element minOccurs="0" maxOccurs="1" name="RetailerExtraCode" type="s:string"/>
|
553
|
-
<s:element minOccurs="0" maxOccurs="1" name="RetailerContact" type="s:string"/>
|
554
|
-
<s:element minOccurs="0" maxOccurs="1" name="Comment" type="s:string"/>
|
555
|
-
<s:element minOccurs="1" maxOccurs="1" name="PaymentType" type="tns:PaymentType"/>
|
556
|
-
<s:element minOccurs="1" maxOccurs="1" name="CreditCardType" type="tns:CCType"/>
|
557
|
-
<s:element minOccurs="0" maxOccurs="1" name="CreditCardNumber" type="s:string"/>
|
558
|
-
<s:element minOccurs="0" maxOccurs="1" name="CreditCardCvc" type="s:string"/>
|
559
|
-
<s:element minOccurs="0" maxOccurs="1" name="CreditCardExpiry" type="s:string"/>
|
560
|
-
<s:element minOccurs="0" maxOccurs="1" name="CreditCardHolder" type="s:string"/>
|
561
|
-
<s:element minOccurs="0" maxOccurs="1" name="BankAccountNumber" type="s:string"/>
|
562
|
-
<s:element minOccurs="0" maxOccurs="1" name="BankCode" type="s:string"/>
|
563
|
-
<s:element minOccurs="0" maxOccurs="1" name="BankAccountHolder" type="s:string"/>
|
564
|
-
</s:sequence>
|
565
|
-
</s:complexType>
|
566
|
-
<s:element name="RetailerBookingResponse">
|
567
|
-
<s:complexType>
|
568
|
-
<s:sequence>
|
569
|
-
<s:element minOccurs="0" maxOccurs="1" name="RetailerBookingResult" type="tns:RetailerBookingReturnValue"/>
|
570
|
-
</s:sequence>
|
571
|
-
</s:complexType>
|
572
|
-
</s:element>
|
573
|
-
<s:complexType name="RetailerBookingReturnValue">
|
574
|
-
<s:complexContent mixed="false">
|
575
|
-
<s:extension base="tns:ReturnValue">
|
576
|
-
<s:sequence>
|
577
|
-
<s:element minOccurs="0" maxOccurs="1" name="BookingID" type="s:string"/>
|
578
|
-
<s:element minOccurs="0" maxOccurs="1" name="PaymentStatus" type="tns:ReturnValue"/>
|
579
|
-
</s:sequence>
|
580
|
-
</s:extension>
|
581
|
-
</s:complexContent>
|
582
|
-
</s:complexType>
|
583
|
-
<s:element name="ReadBooking">
|
584
|
-
<s:complexType>
|
585
|
-
<s:sequence>
|
586
|
-
<s:element minOccurs="0" maxOccurs="1" name="inputValue" type="tns:ReadBookingInputValue"/>
|
587
|
-
</s:sequence>
|
588
|
-
</s:complexType>
|
589
|
-
</s:element>
|
590
|
-
<s:complexType name="ReadBookingInputValue">
|
591
|
-
<s:sequence>
|
592
|
-
<s:element minOccurs="0" maxOccurs="1" name="BookingID" type="s:string"/>
|
593
|
-
<s:element minOccurs="0" maxOccurs="1" name="RetailerCode" type="s:string"/>
|
594
|
-
</s:sequence>
|
595
|
-
</s:complexType>
|
596
|
-
<s:element name="ReadBookingResponse">
|
597
|
-
<s:complexType>
|
598
|
-
<s:sequence>
|
599
|
-
<s:element minOccurs="0" maxOccurs="1" name="ReadBookingResult" type="tns:ReadBookingReturnValue"/>
|
600
|
-
</s:sequence>
|
601
|
-
</s:complexType>
|
602
|
-
</s:element>
|
603
|
-
<s:complexType name="ReadBookingReturnValue">
|
604
|
-
<s:complexContent mixed="false">
|
605
|
-
<s:extension base="tns:ReturnValue">
|
606
|
-
<s:sequence>
|
607
|
-
<s:element minOccurs="0" maxOccurs="1" name="BookingID" type="s:string"/>
|
608
|
-
<s:element minOccurs="0" maxOccurs="1" name="BookingDate" type="s:string"/>
|
609
|
-
<s:element minOccurs="0" maxOccurs="1" name="OptionDate" type="s:string"/>
|
610
|
-
<s:element minOccurs="1" maxOccurs="1" name="State" type="s:int"/>
|
611
|
-
<s:element minOccurs="0" maxOccurs="1" name="AccommodationCode" type="s:string"/>
|
612
|
-
<s:element minOccurs="0" maxOccurs="1" name="AdditionalServices" type="tns:ArrayOfAdditionalServiceItem"/>
|
613
|
-
<s:element minOccurs="1" maxOccurs="1" name="CustomerSalutationType" type="tns:SalutationType"/>
|
614
|
-
<s:element minOccurs="0" maxOccurs="1" name="CustomerName" type="s:string"/>
|
615
|
-
<s:element minOccurs="0" maxOccurs="1" name="CustomerFirstName" type="s:string"/>
|
616
|
-
<s:element minOccurs="0" maxOccurs="1" name="CustomerEmail" type="s:string"/>
|
617
|
-
<s:element minOccurs="0" maxOccurs="1" name="CustomerAddressPlace" type="s:string"/>
|
618
|
-
<s:element minOccurs="0" maxOccurs="1" name="CustomerAddressCountryCode" type="s:string"/>
|
619
|
-
<s:element minOccurs="0" maxOccurs="1" name="Comment" type="s:string"/>
|
620
|
-
<s:element minOccurs="1" maxOccurs="1" name="Adults" type="s:int"/>
|
621
|
-
<s:element minOccurs="1" maxOccurs="1" name="Babies" type="s:int"/>
|
622
|
-
<s:element minOccurs="1" maxOccurs="1" name="Children" type="s:int"/>
|
623
|
-
<s:element minOccurs="0" maxOccurs="1" name="CheckIn" type="s:string"/>
|
624
|
-
<s:element minOccurs="0" maxOccurs="1" name="CheckOut" type="s:string"/>
|
625
|
-
<s:element minOccurs="0" maxOccurs="1" name="CurrencyCode" type="s:string"/>
|
626
|
-
<s:element minOccurs="0" maxOccurs="1" name="LanguageCode" type="s:string"/>
|
627
|
-
<s:element minOccurs="0" maxOccurs="1" name="RetailerCode" type="s:string"/>
|
628
|
-
<s:element minOccurs="0" maxOccurs="1" name="RetailerExtraCode" type="s:string"/>
|
629
|
-
<s:element minOccurs="0" maxOccurs="1" name="RetailerContact" type="s:string"/>
|
630
|
-
<s:element minOccurs="1" maxOccurs="1" name="PaymentType" type="tns:PaymentType"/>
|
631
|
-
<s:element minOccurs="0" maxOccurs="1" name="Price" type="tns:ReadBookingPriceItem"/>
|
632
|
-
</s:sequence>
|
633
|
-
</s:extension>
|
634
|
-
</s:complexContent>
|
635
|
-
</s:complexType>
|
636
|
-
<s:complexType name="ReadBookingPriceItem">
|
637
|
-
<s:sequence>
|
638
|
-
<s:element minOccurs="1" maxOccurs="1" name="Price" type="s:decimal"/>
|
639
|
-
<s:element minOccurs="1" maxOccurs="1" name="Total" type="s:decimal"/>
|
640
|
-
<s:element minOccurs="0" maxOccurs="1" name="CurrencyCode" type="s:string"/>
|
641
|
-
<s:element minOccurs="0" maxOccurs="1" name="ExpirationPrePayment" type="s:string"/>
|
642
|
-
<s:element minOccurs="0" maxOccurs="1" name="ExpirationResidue" type="s:string"/>
|
643
|
-
<s:element minOccurs="1" maxOccurs="1" name="Prepayment" type="s:decimal"/>
|
644
|
-
<s:element minOccurs="0" maxOccurs="1" name="SpecialCode" type="s:string"/>
|
645
|
-
<s:element minOccurs="0" maxOccurs="1" name="SpecialDescription" type="s:string"/>
|
646
|
-
<s:element minOccurs="1" maxOccurs="1" name="SpecialPrice" type="s:decimal"/>
|
647
|
-
</s:sequence>
|
648
|
-
</s:complexType>
|
649
|
-
<s:element name="RatifyBooking">
|
650
|
-
<s:complexType>
|
651
|
-
<s:sequence>
|
652
|
-
<s:element minOccurs="0" maxOccurs="1" name="inputValue" type="tns:RatifyBookingInputValue"/>
|
653
|
-
</s:sequence>
|
654
|
-
</s:complexType>
|
655
|
-
</s:element>
|
656
|
-
<s:complexType name="RatifyBookingInputValue">
|
657
|
-
<s:sequence>
|
658
|
-
<s:element minOccurs="0" maxOccurs="1" name="BookingID" type="s:string"/>
|
659
|
-
<s:element minOccurs="0" maxOccurs="1" name="SalesOfficeCode" type="s:string"/>
|
660
|
-
<s:element minOccurs="0" maxOccurs="1" name="RetailerCode" type="s:string"/>
|
661
|
-
</s:sequence>
|
662
|
-
</s:complexType>
|
663
|
-
<s:element name="RatifyBookingResponse">
|
664
|
-
<s:complexType>
|
665
|
-
<s:sequence>
|
666
|
-
<s:element minOccurs="0" maxOccurs="1" name="RatifyBookingResult" type="tns:RatifyBookingReturnValue"/>
|
667
|
-
</s:sequence>
|
668
|
-
</s:complexType>
|
669
|
-
</s:element>
|
670
|
-
<s:complexType name="RatifyBookingReturnValue">
|
671
|
-
<s:complexContent mixed="false">
|
672
|
-
<s:extension base="tns:ReturnValue"/>
|
673
|
-
</s:complexContent>
|
674
|
-
</s:complexType>
|
675
|
-
<s:element name="CancelBooking">
|
676
|
-
<s:complexType>
|
677
|
-
<s:sequence>
|
678
|
-
<s:element minOccurs="0" maxOccurs="1" name="inputValue" type="tns:CancelBookingInputValue"/>
|
679
|
-
</s:sequence>
|
680
|
-
</s:complexType>
|
681
|
-
</s:element>
|
682
|
-
<s:complexType name="CancelBookingInputValue">
|
683
|
-
<s:sequence>
|
684
|
-
<s:element minOccurs="0" maxOccurs="1" name="BookingID" type="s:string"/>
|
685
|
-
<s:element minOccurs="0" maxOccurs="1" name="SalesOfficeCode" type="s:string"/>
|
686
|
-
<s:element minOccurs="0" maxOccurs="1" name="RetailerCode" type="s:string"/>
|
687
|
-
</s:sequence>
|
688
|
-
</s:complexType>
|
689
|
-
<s:element name="CancelBookingResponse">
|
690
|
-
<s:complexType>
|
691
|
-
<s:sequence>
|
692
|
-
<s:element minOccurs="0" maxOccurs="1" name="CancelBookingResult" type="tns:CancelBookingReturnValue"/>
|
693
|
-
</s:sequence>
|
694
|
-
</s:complexType>
|
695
|
-
</s:element>
|
696
|
-
<s:complexType name="CancelBookingReturnValue">
|
697
|
-
<s:complexContent mixed="false">
|
698
|
-
<s:extension base="tns:ReturnValue"/>
|
699
|
-
</s:complexContent>
|
700
|
-
</s:complexType>
|
701
|
-
<s:element name="CheckBooking">
|
702
|
-
<s:complexType>
|
703
|
-
<s:sequence>
|
704
|
-
<s:element minOccurs="0" maxOccurs="1" name="inputValue" type="tns:CheckBookingInputValue"/>
|
705
|
-
</s:sequence>
|
706
|
-
</s:complexType>
|
707
|
-
</s:element>
|
708
|
-
<s:complexType name="CheckBookingInputValue">
|
709
|
-
<s:sequence>
|
710
|
-
<s:element minOccurs="0" maxOccurs="1" name="AccommodationCode" type="s:string"/>
|
711
|
-
<s:element minOccurs="0" maxOccurs="1" name="CheckIn" type="s:string"/>
|
712
|
-
<s:element minOccurs="0" maxOccurs="1" name="CheckOut" type="s:string"/>
|
713
|
-
<s:element minOccurs="1" maxOccurs="1" name="ToleranceDays" type="s:int"/>
|
714
|
-
<s:element minOccurs="0" maxOccurs="1" name="CurrencyCode" type="s:string"/>
|
715
|
-
<s:element minOccurs="0" maxOccurs="1" name="SalesOfficeCode" type="s:string"/>
|
716
|
-
<s:element minOccurs="0" maxOccurs="1" name="RetailerCode" type="s:string"/>
|
717
|
-
</s:sequence>
|
718
|
-
</s:complexType>
|
719
|
-
<s:element name="CheckBookingResponse">
|
720
|
-
<s:complexType>
|
721
|
-
<s:sequence>
|
722
|
-
<s:element minOccurs="0" maxOccurs="1" name="CheckBookingResult" type="tns:CheckBookingReturnValue"/>
|
723
|
-
</s:sequence>
|
724
|
-
</s:complexType>
|
725
|
-
</s:element>
|
726
|
-
<s:complexType name="CheckBookingReturnValue">
|
727
|
-
<s:complexContent mixed="false">
|
728
|
-
<s:extension base="tns:ReturnValue">
|
729
|
-
<s:sequence>
|
730
|
-
<s:element minOccurs="0" maxOccurs="1" name="CheckBookingItems" type="tns:ArrayOfCheckBookingItem"/>
|
731
|
-
</s:sequence>
|
732
|
-
</s:extension>
|
733
|
-
</s:complexContent>
|
734
|
-
</s:complexType>
|
735
|
-
<s:complexType name="ArrayOfCheckBookingItem">
|
736
|
-
<s:sequence>
|
737
|
-
<s:element minOccurs="0" maxOccurs="unbounded" name="CheckBookingItem" nillable="true" type="tns:CheckBookingItem"/>
|
738
|
-
</s:sequence>
|
739
|
-
</s:complexType>
|
740
|
-
<s:complexType name="CheckBookingItem">
|
741
|
-
<s:sequence>
|
742
|
-
<s:element minOccurs="0" maxOccurs="1" name="CheckIn" type="s:string"/>
|
743
|
-
<s:element minOccurs="0" maxOccurs="1" name="CheckOut" type="s:string"/>
|
744
|
-
<s:element minOccurs="0" maxOccurs="1" name="CurrencyCode" type="s:string"/>
|
745
|
-
<s:element minOccurs="1" maxOccurs="1" name="Price" type="s:decimal"/>
|
746
|
-
<s:element minOccurs="1" maxOccurs="1" name="SpecialPrice" type="s:decimal"/>
|
747
|
-
</s:sequence>
|
748
|
-
</s:complexType>
|
749
|
-
<s:element name="CancellationConditions">
|
750
|
-
<s:complexType>
|
751
|
-
<s:sequence>
|
752
|
-
<s:element minOccurs="0" maxOccurs="1" name="inputValue" type="tns:CancellationConditionInputValue"/>
|
753
|
-
</s:sequence>
|
754
|
-
</s:complexType>
|
755
|
-
</s:element>
|
756
|
-
<s:complexType name="CancellationConditionInputValue">
|
757
|
-
<s:sequence>
|
758
|
-
<s:element minOccurs="0" maxOccurs="1" name="SalesOfficeCode" type="s:string"/>
|
759
|
-
</s:sequence>
|
760
|
-
</s:complexType>
|
761
|
-
<s:element name="CancellationConditionsResponse">
|
762
|
-
<s:complexType>
|
763
|
-
<s:sequence>
|
764
|
-
<s:element minOccurs="0" maxOccurs="1" name="CancellationConditionsResult" type="tns:CancellationConditionReturnValue"/>
|
765
|
-
</s:sequence>
|
766
|
-
</s:complexType>
|
767
|
-
</s:element>
|
768
|
-
<s:complexType name="CancellationConditionReturnValue">
|
769
|
-
<s:complexContent mixed="false">
|
770
|
-
<s:extension base="tns:ReturnValue">
|
771
|
-
<s:sequence>
|
772
|
-
<s:element minOccurs="0" maxOccurs="1" name="CancellationConditions" type="tns:ArrayOfCancellationConditionItem"/>
|
773
|
-
</s:sequence>
|
774
|
-
</s:extension>
|
775
|
-
</s:complexContent>
|
776
|
-
</s:complexType>
|
777
|
-
<s:complexType name="ArrayOfCancellationConditionItem">
|
778
|
-
<s:sequence>
|
779
|
-
<s:element minOccurs="0" maxOccurs="unbounded" name="CancellationConditionItem" nillable="true" type="tns:CancellationConditionItem"/>
|
780
|
-
</s:sequence>
|
781
|
-
</s:complexType>
|
782
|
-
<s:complexType name="CancellationConditionItem">
|
783
|
-
<s:sequence>
|
784
|
-
<s:element minOccurs="1" maxOccurs="1" name="DaysBeforeDeparte" type="s:int"/>
|
785
|
-
<s:element minOccurs="1" maxOccurs="1" name="Percentage" type="s:int"/>
|
786
|
-
</s:sequence>
|
787
|
-
</s:complexType>
|
788
|
-
<s:element name="Search">
|
789
|
-
<s:complexType>
|
790
|
-
<s:sequence>
|
791
|
-
<s:element minOccurs="0" maxOccurs="1" name="inputValue" type="tns:SearchInputValue"/>
|
792
|
-
</s:sequence>
|
793
|
-
</s:complexType>
|
794
|
-
</s:element>
|
795
|
-
<s:complexType name="SearchInputValue">
|
796
|
-
<s:sequence>
|
797
|
-
<s:element minOccurs="1" maxOccurs="1" name="Page" type="s:int"/>
|
798
|
-
<s:element minOccurs="1" maxOccurs="1" name="PageSize" type="s:int"/>
|
799
|
-
<s:element minOccurs="1" maxOccurs="1" name="OrderDirection" type="tns:OrderDirection"/>
|
800
|
-
<s:element minOccurs="1" maxOccurs="1" name="OrderBy" type="tns:OrderBy"/>
|
801
|
-
<s:element minOccurs="0" maxOccurs="1" name="LanguageCode" type="s:string"/>
|
802
|
-
<s:element minOccurs="0" maxOccurs="1" name="CurrencyCode" type="s:string"/>
|
803
|
-
<s:element minOccurs="0" maxOccurs="1" name="SalesOfficeCode" type="s:string"/>
|
804
|
-
<s:element minOccurs="0" maxOccurs="1" name="Quicksearch" type="s:string"/>
|
805
|
-
<s:element minOccurs="0" maxOccurs="1" name="CountryCode" type="s:string"/>
|
806
|
-
<s:element minOccurs="0" maxOccurs="1" name="RegionCode" type="s:string"/>
|
807
|
-
<s:element minOccurs="0" maxOccurs="1" name="PlaceCode" type="s:string"/>
|
808
|
-
<s:element minOccurs="0" maxOccurs="1" name="CheckIn" type="s:string"/>
|
809
|
-
<s:element minOccurs="1" maxOccurs="1" name="Duration" type="s:int"/>
|
810
|
-
<s:element minOccurs="1" maxOccurs="1" name="ThemeFilter" type="tns:ThemeFilterTypes"/>
|
811
|
-
<s:element minOccurs="1" maxOccurs="1" name="HouseApartmentType" type="tns:HouseApartmentTypes"/>
|
812
|
-
<s:element minOccurs="0" maxOccurs="1" name="Facilities" type="tns:ArrayOfFacilities"/>
|
813
|
-
<s:element minOccurs="0" maxOccurs="1" name="Accessibilities" type="tns:ArrayOfAccessibilities"/>
|
814
|
-
<s:element minOccurs="0" maxOccurs="1" name="Activities" type="tns:ArrayOfActivities"/>
|
815
|
-
<s:element minOccurs="0" maxOccurs="1" name="Situations" type="tns:ArrayOfSituations"/>
|
816
|
-
<s:element minOccurs="0" maxOccurs="1" name="PropertyTypes" type="tns:ArrayOfPropertyTypes"/>
|
817
|
-
<s:element minOccurs="1" maxOccurs="1" name="SpecialOffer" type="tns:SpecialOffers"/>
|
818
|
-
<s:element minOccurs="1" maxOccurs="1" name="PaxMin" type="s:int"/>
|
819
|
-
<s:element minOccurs="1" maxOccurs="1" name="PaxMax" type="s:int"/>
|
820
|
-
<s:element minOccurs="1" maxOccurs="1" name="RoomsMin" type="s:int"/>
|
821
|
-
<s:element minOccurs="1" maxOccurs="1" name="RoomsMax" type="s:int"/>
|
822
|
-
<s:element minOccurs="1" maxOccurs="1" name="BedroomsMin" type="s:int"/>
|
823
|
-
<s:element minOccurs="1" maxOccurs="1" name="BedroomsMax" type="s:int"/>
|
824
|
-
<s:element minOccurs="1" maxOccurs="1" name="BathroomsMin" type="s:int"/>
|
825
|
-
<s:element minOccurs="1" maxOccurs="1" name="BathroomsMax" type="s:int"/>
|
826
|
-
<s:element minOccurs="1" maxOccurs="1" name="QualityMin" type="s:int"/>
|
827
|
-
<s:element minOccurs="1" maxOccurs="1" name="QualityMax" type="s:int"/>
|
828
|
-
<s:element minOccurs="1" maxOccurs="1" name="DistanceToCenter" type="s:int"/>
|
829
|
-
<s:element minOccurs="1" maxOccurs="1" name="DistanceToGolfCourse" type="s:int"/>
|
830
|
-
<s:element minOccurs="1" maxOccurs="1" name="DistanceToLake" type="s:int"/>
|
831
|
-
<s:element minOccurs="1" maxOccurs="1" name="DistanceToSea" type="s:int"/>
|
832
|
-
<s:element minOccurs="1" maxOccurs="1" name="DistanceToSeaOrLake" type="s:int"/>
|
833
|
-
<s:element minOccurs="1" maxOccurs="1" name="DistanceToSkiLifts" type="s:int"/>
|
834
|
-
</s:sequence>
|
835
|
-
</s:complexType>
|
836
|
-
<s:simpleType name="OrderDirection">
|
837
|
-
<s:restriction base="s:string">
|
838
|
-
<s:enumeration value="NotSet"/>
|
839
|
-
<s:enumeration value="Ascending"/>
|
840
|
-
<s:enumeration value="Descending"/>
|
841
|
-
</s:restriction>
|
842
|
-
</s:simpleType>
|
843
|
-
<s:simpleType name="OrderBy">
|
844
|
-
<s:restriction base="s:string">
|
845
|
-
<s:enumeration value="NotSet"/>
|
846
|
-
<s:enumeration value="Favorite"/>
|
847
|
-
<s:enumeration value="Price"/>
|
848
|
-
<s:enumeration value="Place"/>
|
849
|
-
</s:restriction>
|
850
|
-
</s:simpleType>
|
851
|
-
<s:simpleType name="ThemeFilterTypes">
|
852
|
-
<s:restriction base="s:string">
|
853
|
-
<s:enumeration value="NotSet"/>
|
854
|
-
<s:enumeration value="Cheepcheep"/>
|
855
|
-
<s:enumeration value="Countryside"/>
|
856
|
-
<s:enumeration value="Familyfriendly"/>
|
857
|
-
<s:enumeration value="HolidayVillage"/>
|
858
|
-
<s:enumeration value="LakesAndMountains"/>
|
859
|
-
<s:enumeration value="Nightlife"/>
|
860
|
-
<s:enumeration value="Selection"/>
|
861
|
-
<s:enumeration value="SomewhereQuiet"/>
|
862
|
-
<s:enumeration value="SummerHoliday"/>
|
863
|
-
<s:enumeration value="Cities"/>
|
864
|
-
<s:enumeration value="SuitableForSeniors"/>
|
865
|
-
</s:restriction>
|
866
|
-
</s:simpleType>
|
867
|
-
<s:simpleType name="HouseApartmentTypes">
|
868
|
-
<s:restriction base="s:string">
|
869
|
-
<s:enumeration value="NotSet"/>
|
870
|
-
<s:enumeration value="Apartment"/>
|
871
|
-
<s:enumeration value="DetachedHouse"/>
|
872
|
-
<s:enumeration value="House"/>
|
873
|
-
</s:restriction>
|
874
|
-
</s:simpleType>
|
875
|
-
<s:complexType name="ArrayOfFacilities">
|
876
|
-
<s:sequence>
|
877
|
-
<s:element minOccurs="0" maxOccurs="unbounded" name="Facilities" type="tns:Facilities"/>
|
878
|
-
</s:sequence>
|
879
|
-
</s:complexType>
|
880
|
-
<s:simpleType name="Facilities">
|
881
|
-
<s:restriction base="s:string">
|
882
|
-
<s:enumeration value="NotSet"/>
|
883
|
-
<s:enumeration value="Aircondition"/>
|
884
|
-
<s:enumeration value="Balcony"/>
|
885
|
-
<s:enumeration value="BBQ"/>
|
886
|
-
<s:enumeration value="Cot"/>
|
887
|
-
<s:enumeration value="Dishwasher"/>
|
888
|
-
<s:enumeration value="Fireplace"/>
|
889
|
-
<s:enumeration value="Internet"/>
|
890
|
-
<s:enumeration value="InternetWiFi"/>
|
891
|
-
<s:enumeration value="Jacuzzi"/>
|
892
|
-
<s:enumeration value="LuxuriousFurnishings"/>
|
893
|
-
<s:enumeration value="ModernFurnishings"/>
|
894
|
-
<s:enumeration value="NiceKitchen"/>
|
895
|
-
<s:enumeration value="NiceSourroundings"/>
|
896
|
-
<s:enumeration value="Parking"/>
|
897
|
-
<s:enumeration value="LiftsInhouse"/>
|
898
|
-
<s:enumeration value="NonSmoker"/>
|
899
|
-
<s:enumeration value="Pets1"/>
|
900
|
-
<s:enumeration value="Pets2"/>
|
901
|
-
<s:enumeration value="Pets3"/>
|
902
|
-
<s:enumeration value="PetsNo"/>
|
903
|
-
<s:enumeration value="PoolAll"/>
|
904
|
-
<s:enumeration value="PoolChildren"/>
|
905
|
-
<s:enumeration value="PoolIndoor"/>
|
906
|
-
<s:enumeration value="PoolPrivate"/>
|
907
|
-
<s:enumeration value="Sauna"/>
|
908
|
-
<s:enumeration value="Swimmingpool"/>
|
909
|
-
<s:enumeration value="TV"/>
|
910
|
-
<s:enumeration value="WashingMachine"/>
|
911
|
-
<s:enumeration value="Wheelchair"/>
|
912
|
-
</s:restriction>
|
913
|
-
</s:simpleType>
|
914
|
-
<s:complexType name="ArrayOfAccessibilities">
|
915
|
-
<s:sequence>
|
916
|
-
<s:element minOccurs="0" maxOccurs="unbounded" name="Accessibilities" type="tns:Accessibilities"/>
|
917
|
-
</s:sequence>
|
918
|
-
</s:complexType>
|
919
|
-
<s:simpleType name="Accessibilities">
|
920
|
-
<s:restriction base="s:string">
|
921
|
-
<s:enumeration value="NotSet"/>
|
922
|
-
<s:enumeration value="FamilyFrienldy"/>
|
923
|
-
<s:enumeration value="LiftsInhouse"/>
|
924
|
-
<s:enumeration value="NonSmoking"/>
|
925
|
-
<s:enumeration value="PetsWelcome"/>
|
926
|
-
<s:enumeration value="PetsNotAllowed"/>
|
927
|
-
<s:enumeration value="SuitableForSeniors"/>
|
928
|
-
<s:enumeration value="WheelchairAccessible"/>
|
929
|
-
</s:restriction>
|
930
|
-
</s:simpleType>
|
931
|
-
<s:complexType name="ArrayOfActivities">
|
932
|
-
<s:sequence>
|
933
|
-
<s:element minOccurs="0" maxOccurs="unbounded" name="Activities" type="tns:Activities"/>
|
934
|
-
</s:sequence>
|
935
|
-
</s:complexType>
|
936
|
-
<s:simpleType name="Activities">
|
937
|
-
<s:restriction base="s:string">
|
938
|
-
<s:enumeration value="NotSet"/>
|
939
|
-
<s:enumeration value="Biking"/>
|
940
|
-
<s:enumeration value="CrossCountrySkiing"/>
|
941
|
-
<s:enumeration value="Golfing"/>
|
942
|
-
<s:enumeration value="Hiking"/>
|
943
|
-
<s:enumeration value="MountainBiking"/>
|
944
|
-
<s:enumeration value="Nightlife"/>
|
945
|
-
<s:enumeration value="NordicWalking"/>
|
946
|
-
<s:enumeration value="Riding"/>
|
947
|
-
<s:enumeration value="Sailing"/>
|
948
|
-
<s:enumeration value="Skiing"/>
|
949
|
-
<s:enumeration value="Snowboarding"/>
|
950
|
-
<s:enumeration value="Surfing"/>
|
951
|
-
<s:enumeration value="Tennis"/>
|
952
|
-
<s:enumeration value="ThemeParkNearby"/>
|
953
|
-
<s:enumeration value="Toboggan"/>
|
954
|
-
<s:enumeration value="Windsurfing"/>
|
955
|
-
<s:enumeration value="SkiingSnowboarding"/>
|
956
|
-
</s:restriction>
|
957
|
-
</s:simpleType>
|
958
|
-
<s:complexType name="ArrayOfSituations">
|
959
|
-
<s:sequence>
|
960
|
-
<s:element minOccurs="0" maxOccurs="unbounded" name="Situations" type="tns:Situations"/>
|
961
|
-
</s:sequence>
|
962
|
-
</s:complexType>
|
963
|
-
<s:simpleType name="Situations">
|
964
|
-
<s:restriction base="s:string">
|
965
|
-
<s:enumeration value="NotSet"/>
|
966
|
-
<s:enumeration value="ByTheSea"/>
|
967
|
-
<s:enumeration value="InAHistoricTown"/>
|
968
|
-
<s:enumeration value="InAMajorCity"/>
|
969
|
-
<s:enumeration value="InTheCountryside"/>
|
970
|
-
<s:enumeration value="InALakesideTown"/>
|
971
|
-
<s:enumeration value="SomewhereQuiet"/>
|
972
|
-
<s:enumeration value="OnAIsland"/>
|
973
|
-
<s:enumeration value="Center100"/>
|
974
|
-
<s:enumeration value="Center500"/>
|
975
|
-
<s:enumeration value="Center1000"/>
|
976
|
-
<s:enumeration value="Golf200"/>
|
977
|
-
<s:enumeration value="Golf500"/>
|
978
|
-
<s:enumeration value="Golf5000"/>
|
979
|
-
<s:enumeration value="Lake50"/>
|
980
|
-
<s:enumeration value="Lake1000"/>
|
981
|
-
<s:enumeration value="Lake10000"/>
|
982
|
-
<s:enumeration value="Sea50"/>
|
983
|
-
<s:enumeration value="Sea1000"/>
|
984
|
-
<s:enumeration value="Sea10000"/>
|
985
|
-
<s:enumeration value="Skilift50"/>
|
986
|
-
<s:enumeration value="Skilift500"/>
|
987
|
-
<s:enumeration value="Skilift10000"/>
|
988
|
-
<s:enumeration value="CountryView"/>
|
989
|
-
<s:enumeration value="LakeView"/>
|
990
|
-
<s:enumeration value="MountainView"/>
|
991
|
-
<s:enumeration value="SeaView"/>
|
992
|
-
</s:restriction>
|
993
|
-
</s:simpleType>
|
994
|
-
<s:complexType name="ArrayOfPropertyTypes">
|
995
|
-
<s:sequence>
|
996
|
-
<s:element minOccurs="0" maxOccurs="unbounded" name="PropertyTypes" type="tns:PropertyTypes"/>
|
997
|
-
</s:sequence>
|
998
|
-
</s:complexType>
|
999
|
-
<s:simpleType name="PropertyTypes">
|
1000
|
-
<s:restriction base="s:string">
|
1001
|
-
<s:enumeration value="NotSet"/>
|
1002
|
-
<s:enumeration value="Apartment"/>
|
1003
|
-
<s:enumeration value="Bungalow"/>
|
1004
|
-
<s:enumeration value="CastleManor"/>
|
1005
|
-
<s:enumeration value="Chalet"/>
|
1006
|
-
<s:enumeration value="DetachedHouse"/>
|
1007
|
-
<s:enumeration value="Farmhouse"/>
|
1008
|
-
<s:enumeration value="HistoricProperty"/>
|
1009
|
-
<s:enumeration value="HolidayVillage"/>
|
1010
|
-
<s:enumeration value="SpecialProperty"/>
|
1011
|
-
<s:enumeration value="Villa"/>
|
1012
|
-
</s:restriction>
|
1013
|
-
</s:simpleType>
|
1014
|
-
<s:simpleType name="SpecialOffers">
|
1015
|
-
<s:restriction base="s:string">
|
1016
|
-
<s:enumeration value="NotSet"/>
|
1017
|
-
<s:enumeration value="AnySpecialOffer"/>
|
1018
|
-
<s:enumeration value="EarlyBooker"/>
|
1019
|
-
<s:enumeration value="LastMinute"/>
|
1020
|
-
</s:restriction>
|
1021
|
-
</s:simpleType>
|
1022
|
-
<s:element name="SearchResponse">
|
1023
|
-
<s:complexType>
|
1024
|
-
<s:sequence>
|
1025
|
-
<s:element minOccurs="0" maxOccurs="1" name="SearchResult" type="tns:SearchReturnValue"/>
|
1026
|
-
</s:sequence>
|
1027
|
-
</s:complexType>
|
1028
|
-
</s:element>
|
1029
|
-
<s:complexType name="SearchReturnValue">
|
1030
|
-
<s:complexContent mixed="false">
|
1031
|
-
<s:extension base="tns:ReturnValue">
|
1032
|
-
<s:sequence>
|
1033
|
-
<s:element minOccurs="1" maxOccurs="1" name="ResultCount" type="s:int"/>
|
1034
|
-
<s:element minOccurs="0" maxOccurs="1" name="Items" type="tns:ArrayOfSearchResultItem"/>
|
1035
|
-
</s:sequence>
|
1036
|
-
</s:extension>
|
1037
|
-
</s:complexContent>
|
1038
|
-
</s:complexType>
|
1039
|
-
<s:complexType name="ArrayOfSearchResultItem">
|
1040
|
-
<s:sequence>
|
1041
|
-
<s:element minOccurs="0" maxOccurs="unbounded" name="SearchResultItem" nillable="true" type="tns:SearchResultItem"/>
|
1042
|
-
</s:sequence>
|
1043
|
-
</s:complexType>
|
1044
|
-
<s:complexType name="SearchResultItem">
|
1045
|
-
<s:sequence>
|
1046
|
-
<s:element minOccurs="0" maxOccurs="1" name="AccommodationCode" type="s:string"/>
|
1047
|
-
<s:element minOccurs="0" maxOccurs="1" name="Country" type="s:string"/>
|
1048
|
-
<s:element minOccurs="0" maxOccurs="1" name="CountryCode" type="s:string"/>
|
1049
|
-
<s:element minOccurs="0" maxOccurs="1" name="Region" type="s:string"/>
|
1050
|
-
<s:element minOccurs="0" maxOccurs="1" name="RegionCode" type="s:string"/>
|
1051
|
-
<s:element minOccurs="0" maxOccurs="1" name="Place" type="s:string"/>
|
1052
|
-
<s:element minOccurs="0" maxOccurs="1" name="PlaceCode" type="s:string"/>
|
1053
|
-
<s:element minOccurs="0" maxOccurs="1" name="Zip" type="s:string"/>
|
1054
|
-
<s:element minOccurs="0" maxOccurs="1" name="CurrencyCode" type="s:string"/>
|
1055
|
-
<s:element minOccurs="1" maxOccurs="1" name="Price" type="s:decimal"/>
|
1056
|
-
<s:element minOccurs="1" maxOccurs="1" name="Quality" type="s:int"/>
|
1057
|
-
<s:element minOccurs="0" maxOccurs="1" name="Type" type="s:string"/>
|
1058
|
-
<s:element minOccurs="1" maxOccurs="1" name="Pax" type="s:int"/>
|
1059
|
-
<s:element minOccurs="1" maxOccurs="1" name="Rooms" type="s:int"/>
|
1060
|
-
<s:element minOccurs="1" maxOccurs="1" name="BedRooms" type="s:int"/>
|
1061
|
-
<s:element minOccurs="1" maxOccurs="1" name="Pets" type="s:int"/>
|
1062
|
-
<s:element minOccurs="1" maxOccurs="1" name="Cots" type="s:int"/>
|
1063
|
-
<s:element minOccurs="1" maxOccurs="1" name="AdditionBeds" type="s:int"/>
|
1064
|
-
<s:element minOccurs="1" maxOccurs="1" name="Parking" type="s:boolean"/>
|
1065
|
-
<s:element minOccurs="1" maxOccurs="1" name="TV" type="s:boolean"/>
|
1066
|
-
<s:element minOccurs="1" maxOccurs="1" name="Dishwasher" type="s:boolean"/>
|
1067
|
-
<s:element minOccurs="1" maxOccurs="1" name="Washingmachine" type="s:boolean"/>
|
1068
|
-
<s:element minOccurs="1" maxOccurs="1" name="Aircondition" type="s:boolean"/>
|
1069
|
-
<s:element minOccurs="1" maxOccurs="1" name="Pool" type="s:boolean"/>
|
1070
|
-
<s:element minOccurs="1" maxOccurs="1" name="Tennis" type="s:boolean"/>
|
1071
|
-
<s:element minOccurs="1" maxOccurs="1" name="Sauna" type="s:boolean"/>
|
1072
|
-
<s:element minOccurs="1" maxOccurs="1" name="Wheelchair" type="s:boolean"/>
|
1073
|
-
<s:element minOccurs="1" maxOccurs="1" name="GeoLng" type="s:decimal"/>
|
1074
|
-
<s:element minOccurs="1" maxOccurs="1" name="GeoLat" type="s:decimal"/>
|
1075
|
-
<s:element minOccurs="0" maxOccurs="1" name="InsideDescription" type="s:string"/>
|
1076
|
-
<s:element minOccurs="0" maxOccurs="1" name="Picture" type="s:string"/>
|
1077
|
-
</s:sequence>
|
1078
|
-
</s:complexType>
|
1079
|
-
<s:element name="AccommodationDetail">
|
1080
|
-
<s:complexType>
|
1081
|
-
<s:sequence>
|
1082
|
-
<s:element minOccurs="0" maxOccurs="1" name="inputValue" type="tns:AccommodationDetailInputValue"/>
|
1083
|
-
</s:sequence>
|
1084
|
-
</s:complexType>
|
1085
|
-
</s:element>
|
1086
|
-
<s:complexType name="AccommodationDetailInputValue">
|
1087
|
-
<s:sequence>
|
1088
|
-
<s:element minOccurs="0" maxOccurs="1" name="AccommodationCode" type="s:string"/>
|
1089
|
-
<s:element minOccurs="0" maxOccurs="1" name="LanguageCode" type="s:string"/>
|
1090
|
-
</s:sequence>
|
1091
|
-
</s:complexType>
|
1092
|
-
<s:element name="AccommodationDetailResponse">
|
1093
|
-
<s:complexType>
|
1094
|
-
<s:sequence>
|
1095
|
-
<s:element minOccurs="0" maxOccurs="1" name="AccommodationDetailResult" type="tns:AccommodationDetailReturnValue"/>
|
1096
|
-
</s:sequence>
|
1097
|
-
</s:complexType>
|
1098
|
-
</s:element>
|
1099
|
-
<s:complexType name="AccommodationDetailReturnValue">
|
1100
|
-
<s:complexContent mixed="false">
|
1101
|
-
<s:extension base="tns:ReturnValue">
|
1102
|
-
<s:sequence>
|
1103
|
-
<s:element minOccurs="0" maxOccurs="1" name="AccommodationCode" type="s:string"/>
|
1104
|
-
<s:element minOccurs="0" maxOccurs="1" name="HouseName" type="s:string"/>
|
1105
|
-
<s:element minOccurs="0" maxOccurs="1" name="Country" type="s:string"/>
|
1106
|
-
<s:element minOccurs="0" maxOccurs="1" name="Region" type="s:string"/>
|
1107
|
-
<s:element minOccurs="0" maxOccurs="1" name="Place" type="s:string"/>
|
1108
|
-
<s:element minOccurs="0" maxOccurs="1" name="Zip" type="s:string"/>
|
1109
|
-
<s:element minOccurs="1" maxOccurs="1" name="Quality" type="s:int"/>
|
1110
|
-
<s:element minOccurs="0" maxOccurs="1" name="Type" type="s:string"/>
|
1111
|
-
<s:element minOccurs="1" maxOccurs="1" name="Pax" type="s:int"/>
|
1112
|
-
<s:element minOccurs="1" maxOccurs="1" name="Rooms" type="s:int"/>
|
1113
|
-
<s:element minOccurs="1" maxOccurs="1" name="BedRooms" type="s:int"/>
|
1114
|
-
<s:element minOccurs="1" maxOccurs="1" name="Location" type="s:int"/>
|
1115
|
-
<s:element minOccurs="1" maxOccurs="1" name="Interior" type="s:int"/>
|
1116
|
-
<s:element minOccurs="1" maxOccurs="1" name="Tranquility" type="s:int"/>
|
1117
|
-
<s:element minOccurs="1" maxOccurs="1" name="Kitchen" type="s:int"/>
|
1118
|
-
<s:element minOccurs="1" maxOccurs="1" name="AccessRoad" type="s:int"/>
|
1119
|
-
<s:element minOccurs="1" maxOccurs="1" name="Pets" type="s:int"/>
|
1120
|
-
<s:element minOccurs="1" maxOccurs="1" name="Cots" type="s:int"/>
|
1121
|
-
<s:element minOccurs="1" maxOccurs="1" name="AdditionBeds" type="s:int"/>
|
1122
|
-
<s:element minOccurs="1" maxOccurs="1" name="Parking" type="s:boolean"/>
|
1123
|
-
<s:element minOccurs="1" maxOccurs="1" name="TV" type="s:boolean"/>
|
1124
|
-
<s:element minOccurs="1" maxOccurs="1" name="Dishwasher" type="s:boolean"/>
|
1125
|
-
<s:element minOccurs="1" maxOccurs="1" name="Washingmachine" type="s:boolean"/>
|
1126
|
-
<s:element minOccurs="1" maxOccurs="1" name="Aircondition" type="s:boolean"/>
|
1127
|
-
<s:element minOccurs="1" maxOccurs="1" name="Pool" type="s:boolean"/>
|
1128
|
-
<s:element minOccurs="1" maxOccurs="1" name="Tennis" type="s:boolean"/>
|
1129
|
-
<s:element minOccurs="1" maxOccurs="1" name="Sauna" type="s:boolean"/>
|
1130
|
-
<s:element minOccurs="1" maxOccurs="1" name="Wheelchair" type="s:boolean"/>
|
1131
|
-
<s:element minOccurs="1" maxOccurs="1" name="GeoLng" type="s:decimal"/>
|
1132
|
-
<s:element minOccurs="1" maxOccurs="1" name="GeoLat" type="s:decimal"/>
|
1133
|
-
<s:element minOccurs="0" maxOccurs="1" name="PoolFrom" type="s:string"/>
|
1134
|
-
<s:element minOccurs="0" maxOccurs="1" name="PoolTo" type="s:string"/>
|
1135
|
-
<s:element minOccurs="0" maxOccurs="1" name="InsideDescription" type="s:string"/>
|
1136
|
-
<s:element minOccurs="0" maxOccurs="1" name="OutsideDescription" type="s:string"/>
|
1137
|
-
<s:element minOccurs="0" maxOccurs="1" name="Pictures" type="tns:ArrayOfString"/>
|
1138
|
-
</s:sequence>
|
1139
|
-
</s:extension>
|
1140
|
-
</s:complexContent>
|
1141
|
-
</s:complexType>
|
1142
|
-
<s:complexType name="ArrayOfString">
|
1143
|
-
<s:sequence>
|
1144
|
-
<s:element minOccurs="0" maxOccurs="unbounded" name="string" nillable="true" type="s:string"/>
|
1145
|
-
</s:sequence>
|
1146
|
-
</s:complexType>
|
1147
|
-
<s:element name="Trips">
|
1148
|
-
<s:complexType>
|
1149
|
-
<s:sequence>
|
1150
|
-
<s:element minOccurs="0" maxOccurs="1" name="inputValue" type="tns:TripsInputValue"/>
|
1151
|
-
</s:sequence>
|
1152
|
-
</s:complexType>
|
1153
|
-
</s:element>
|
1154
|
-
<s:complexType name="TripsInputValue">
|
1155
|
-
<s:sequence>
|
1156
|
-
<s:element minOccurs="0" maxOccurs="1" name="LanguageCode" type="s:string"/>
|
1157
|
-
<s:element minOccurs="0" maxOccurs="1" name="AccommodationCode" type="s:string"/>
|
1158
|
-
<s:element minOccurs="0" maxOccurs="1" name="CheckIn" type="s:string"/>
|
1159
|
-
<s:element minOccurs="0" maxOccurs="1" name="SalesOfficeCode" type="s:string"/>
|
1160
|
-
<s:element minOccurs="0" maxOccurs="1" name="CurrencyCode" type="s:string"/>
|
1161
|
-
</s:sequence>
|
1162
|
-
</s:complexType>
|
1163
|
-
<s:element name="TripsResponse">
|
1164
|
-
<s:complexType>
|
1165
|
-
<s:sequence>
|
1166
|
-
<s:element minOccurs="0" maxOccurs="1" name="TripsResult" type="tns:TripsReturnValue"/>
|
1167
|
-
</s:sequence>
|
1168
|
-
</s:complexType>
|
1169
|
-
</s:element>
|
1170
|
-
<s:complexType name="TripsReturnValue">
|
1171
|
-
<s:complexContent mixed="false">
|
1172
|
-
<s:extension base="tns:ReturnValue">
|
1173
|
-
<s:sequence>
|
1174
|
-
<s:element minOccurs="0" maxOccurs="1" name="Trips" type="tns:ArrayOfTripItem"/>
|
1175
|
-
</s:sequence>
|
1176
|
-
</s:extension>
|
1177
|
-
</s:complexContent>
|
1178
|
-
</s:complexType>
|
1179
|
-
<s:complexType name="ArrayOfTripItem">
|
1180
|
-
<s:sequence>
|
1181
|
-
<s:element minOccurs="0" maxOccurs="unbounded" name="TripItem" nillable="true" type="tns:TripItem"/>
|
1182
|
-
</s:sequence>
|
1183
|
-
</s:complexType>
|
1184
|
-
<s:complexType name="TripItem">
|
1185
|
-
<s:sequence>
|
1186
|
-
<s:element minOccurs="0" maxOccurs="1" name="AccommodationCode" type="s:string"/>
|
1187
|
-
<s:element minOccurs="0" maxOccurs="1" name="CheckIn" type="s:string"/>
|
1188
|
-
<s:element minOccurs="0" maxOccurs="1" name="CheckOut" type="s:string"/>
|
1189
|
-
<s:element minOccurs="0" maxOccurs="1" name="CurrencyCode" type="s:string"/>
|
1190
|
-
<s:element minOccurs="1" maxOccurs="1" name="Price" type="s:decimal"/>
|
1191
|
-
<s:element minOccurs="1" maxOccurs="1" name="SpecialPrice" type="s:decimal"/>
|
1192
|
-
<s:element minOccurs="0" maxOccurs="1" name="SpecialCode" type="s:string"/>
|
1193
|
-
<s:element minOccurs="0" maxOccurs="1" name="SpecialDescription" type="s:string"/>
|
1194
|
-
<s:element minOccurs="1" maxOccurs="1" name="OnRequest" type="s:boolean"/>
|
1195
|
-
</s:sequence>
|
1196
|
-
</s:complexType>
|
1197
|
-
<s:element name="AffiliateDetail">
|
1198
|
-
<s:complexType>
|
1199
|
-
<s:sequence>
|
1200
|
-
<s:element minOccurs="0" maxOccurs="1" name="inputValue" type="tns:AffiliateDetailInputValue"/>
|
1201
|
-
</s:sequence>
|
1202
|
-
</s:complexType>
|
1203
|
-
</s:element>
|
1204
|
-
<s:complexType name="AffiliateDetailInputValue">
|
1205
|
-
<s:sequence>
|
1206
|
-
<s:element minOccurs="0" maxOccurs="1" name="Username" type="s:string"/>
|
1207
|
-
<s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string"/>
|
1208
|
-
</s:sequence>
|
1209
|
-
</s:complexType>
|
1210
|
-
<s:element name="AffiliateDetailResponse">
|
1211
|
-
<s:complexType>
|
1212
|
-
<s:sequence>
|
1213
|
-
<s:element minOccurs="0" maxOccurs="1" name="AffiliateDetailResult" type="tns:AffiliateDetailReturnValue"/>
|
1214
|
-
</s:sequence>
|
1215
|
-
</s:complexType>
|
1216
|
-
</s:element>
|
1217
|
-
<s:complexType name="AffiliateDetailReturnValue">
|
1218
|
-
<s:complexContent mixed="false">
|
1219
|
-
<s:extension base="tns:ReturnValue">
|
1220
|
-
<s:sequence>
|
1221
|
-
<s:element minOccurs="0" maxOccurs="1" name="ResultText" type="s:string"/>
|
1222
|
-
</s:sequence>
|
1223
|
-
</s:extension>
|
1224
|
-
</s:complexContent>
|
1225
|
-
</s:complexType>
|
1226
|
-
<s:element name="VoucherDetail">
|
1227
|
-
<s:complexType>
|
1228
|
-
<s:sequence>
|
1229
|
-
<s:element minOccurs="0" maxOccurs="1" name="inputValue" type="tns:VoucherDetailInputValue"/>
|
1230
|
-
</s:sequence>
|
1231
|
-
</s:complexType>
|
1232
|
-
</s:element>
|
1233
|
-
<s:complexType name="VoucherDetailInputValue">
|
1234
|
-
<s:sequence>
|
1235
|
-
<s:element minOccurs="0" maxOccurs="1" name="BookingID" type="s:string"/>
|
1236
|
-
</s:sequence>
|
1237
|
-
</s:complexType>
|
1238
|
-
<s:element name="VoucherDetailResponse">
|
1239
|
-
<s:complexType>
|
1240
|
-
<s:sequence>
|
1241
|
-
<s:element minOccurs="0" maxOccurs="1" name="VoucherDetailResult" type="tns:VoucherDetailReturnValue"/>
|
1242
|
-
</s:sequence>
|
1243
|
-
</s:complexType>
|
1244
|
-
</s:element>
|
1245
|
-
<s:complexType name="VoucherDetailReturnValue">
|
1246
|
-
<s:complexContent mixed="false">
|
1247
|
-
<s:extension base="tns:ReturnValue">
|
1248
|
-
<s:sequence>
|
1249
|
-
<s:element minOccurs="0" maxOccurs="1" name="CustomerName" type="s:string"/>
|
1250
|
-
<s:element minOccurs="0" maxOccurs="1" name="AccommodationCode" type="s:string"/>
|
1251
|
-
<s:element minOccurs="0" maxOccurs="1" name="ReservationCode" type="s:string"/>
|
1252
|
-
<s:element minOccurs="0" maxOccurs="1" name="CheckIn" type="s:string"/>
|
1253
|
-
<s:element minOccurs="0" maxOccurs="1" name="CheckOut" type="s:string"/>
|
1254
|
-
<s:element minOccurs="1" maxOccurs="1" name="Duration" type="s:int"/>
|
1255
|
-
<s:element minOccurs="0" maxOccurs="1" name="HouseName" type="s:string"/>
|
1256
|
-
<s:element minOccurs="1" maxOccurs="1" name="PaxMax" type="s:int"/>
|
1257
|
-
<s:element minOccurs="1" maxOccurs="1" name="PaxReservation" type="s:int"/>
|
1258
|
-
<s:element minOccurs="1" maxOccurs="1" name="Rooms" type="s:int"/>
|
1259
|
-
<s:element minOccurs="1" maxOccurs="1" name="BedRooms" type="s:int"/>
|
1260
|
-
<s:element minOccurs="1" maxOccurs="1" name="Quality" type="s:int"/>
|
1261
|
-
<s:element minOccurs="1" maxOccurs="1" name="Pets" type="s:int"/>
|
1262
|
-
<s:element minOccurs="1" maxOccurs="1" name="AdditionBeds" type="s:int"/>
|
1263
|
-
<s:element minOccurs="1" maxOccurs="1" name="Cots" type="s:int"/>
|
1264
|
-
<s:element minOccurs="0" maxOccurs="1" name="Place" type="s:string"/>
|
1265
|
-
<s:element minOccurs="0" maxOccurs="1" name="AccommodationAddress" type="tns:VoucherDetailAddress"/>
|
1266
|
-
<s:element minOccurs="0" maxOccurs="1" name="VoucherCharges" type="tns:VoucherDetailCharges"/>
|
1267
|
-
<s:element minOccurs="0" maxOccurs="1" name="ArrivalDepartureInformation" type="tns:VoucherDetailDescription"/>
|
1268
|
-
<s:element minOccurs="0" maxOccurs="1" name="KeyHandoverInformation" type="tns:VoucherDetailKeyHandoverInformation"/>
|
1269
|
-
<s:element minOccurs="0" maxOccurs="1" name="ContactOnSite" type="tns:VoucherDetailAddress"/>
|
1270
|
-
<s:element minOccurs="0" maxOccurs="1" name="VoucherDescriptions" type="tns:VoucherDetailDescriptions"/>
|
1271
|
-
<s:element minOccurs="0" maxOccurs="1" name="AdditionalInformation" type="s:string"/>
|
1272
|
-
<s:element minOccurs="0" maxOccurs="1" name="Alert" type="s:string"/>
|
1273
|
-
</s:sequence>
|
1274
|
-
</s:extension>
|
1275
|
-
</s:complexContent>
|
1276
|
-
</s:complexType>
|
1277
|
-
<s:complexType name="VoucherDetailAddress">
|
1278
|
-
<s:sequence>
|
1279
|
-
<s:element minOccurs="0" maxOccurs="1" name="Title" type="s:string"/>
|
1280
|
-
<s:element minOccurs="0" maxOccurs="1" name="Salutation" type="s:string"/>
|
1281
|
-
<s:element minOccurs="0" maxOccurs="1" name="Addr1" type="s:string"/>
|
1282
|
-
<s:element minOccurs="0" maxOccurs="1" name="Addr2" type="s:string"/>
|
1283
|
-
<s:element minOccurs="0" maxOccurs="1" name="Addr3" type="s:string"/>
|
1284
|
-
<s:element minOccurs="0" maxOccurs="1" name="Addr4" type="s:string"/>
|
1285
|
-
<s:element minOccurs="0" maxOccurs="1" name="Addr5" type="s:string"/>
|
1286
|
-
<s:element minOccurs="0" maxOccurs="1" name="Country" type="s:string"/>
|
1287
|
-
<s:element minOccurs="0" maxOccurs="1" name="Place" type="s:string"/>
|
1288
|
-
<s:element minOccurs="0" maxOccurs="1" name="Zip" type="s:string"/>
|
1289
|
-
<s:element minOccurs="0" maxOccurs="1" name="Phone" type="s:string"/>
|
1290
|
-
<s:element minOccurs="0" maxOccurs="1" name="PhoneBusiness" type="s:string"/>
|
1291
|
-
<s:element minOccurs="0" maxOccurs="1" name="PhonePrivate" type="s:string"/>
|
1292
|
-
<s:element minOccurs="0" maxOccurs="1" name="Mobile" type="s:string"/>
|
1293
|
-
<s:element minOccurs="0" maxOccurs="1" name="Fax" type="s:string"/>
|
1294
|
-
<s:element minOccurs="0" maxOccurs="1" name="Email" type="s:string"/>
|
1295
|
-
<s:element minOccurs="0" maxOccurs="1" name="Url" type="s:string"/>
|
1296
|
-
</s:sequence>
|
1297
|
-
</s:complexType>
|
1298
|
-
<s:complexType name="VoucherDetailCharges">
|
1299
|
-
<s:sequence>
|
1300
|
-
<s:element minOccurs="0" maxOccurs="1" name="Title" type="s:string"/>
|
1301
|
-
<s:element minOccurs="0" maxOccurs="1" name="Charges" type="tns:ArrayOfVoucherDetailCharge"/>
|
1302
|
-
</s:sequence>
|
1303
|
-
</s:complexType>
|
1304
|
-
<s:complexType name="ArrayOfVoucherDetailCharge">
|
1305
|
-
<s:sequence>
|
1306
|
-
<s:element minOccurs="0" maxOccurs="unbounded" name="VoucherDetailCharge" nillable="true" type="tns:VoucherDetailCharge"/>
|
1307
|
-
</s:sequence>
|
1308
|
-
</s:complexType>
|
1309
|
-
<s:complexType name="VoucherDetailCharge">
|
1310
|
-
<s:sequence>
|
1311
|
-
<s:element minOccurs="0" maxOccurs="1" name="Title" type="s:string"/>
|
1312
|
-
<s:element minOccurs="0" maxOccurs="1" name="Costs" type="tns:ArrayOfVoucherDetailCost"/>
|
1313
|
-
</s:sequence>
|
1314
|
-
</s:complexType>
|
1315
|
-
<s:complexType name="ArrayOfVoucherDetailCost">
|
1316
|
-
<s:sequence>
|
1317
|
-
<s:element minOccurs="0" maxOccurs="unbounded" name="VoucherDetailCost" nillable="true" type="tns:VoucherDetailCost"/>
|
1318
|
-
</s:sequence>
|
1319
|
-
</s:complexType>
|
1320
|
-
<s:complexType name="VoucherDetailCost">
|
1321
|
-
<s:sequence>
|
1322
|
-
<s:element minOccurs="0" maxOccurs="1" name="Description" type="s:string"/>
|
1323
|
-
<s:element minOccurs="0" maxOccurs="1" name="Currency" type="s:string"/>
|
1324
|
-
<s:element minOccurs="1" maxOccurs="1" name="Amount" type="s:decimal"/>
|
1325
|
-
<s:element minOccurs="0" maxOccurs="1" name="AdditionalText" type="s:string"/>
|
1326
|
-
</s:sequence>
|
1327
|
-
</s:complexType>
|
1328
|
-
<s:complexType name="VoucherDetailDescription">
|
1329
|
-
<s:sequence>
|
1330
|
-
<s:element minOccurs="0" maxOccurs="1" name="Title" type="s:string"/>
|
1331
|
-
<s:element minOccurs="0" maxOccurs="1" name="Description" type="s:string"/>
|
1332
|
-
</s:sequence>
|
1333
|
-
</s:complexType>
|
1334
|
-
<s:complexType name="VoucherDetailKeyHandoverInformation">
|
1335
|
-
<s:sequence>
|
1336
|
-
<s:element minOccurs="0" maxOccurs="1" name="Title" type="s:string"/>
|
1337
|
-
<s:element minOccurs="1" maxOccurs="1" name="GeoLat" type="s:decimal"/>
|
1338
|
-
<s:element minOccurs="1" maxOccurs="1" name="GeoLng" type="s:decimal"/>
|
1339
|
-
<s:element minOccurs="0" maxOccurs="1" name="GoogleMapsLink" type="s:string"/>
|
1340
|
-
<s:element minOccurs="0" maxOccurs="1" name="Description" type="s:string"/>
|
1341
|
-
</s:sequence>
|
1342
|
-
</s:complexType>
|
1343
|
-
<s:complexType name="VoucherDetailDescriptions">
|
1344
|
-
<s:sequence>
|
1345
|
-
<s:element minOccurs="0" maxOccurs="1" name="DescriptionTitle" type="s:string"/>
|
1346
|
-
<s:element minOccurs="0" maxOccurs="1" name="Descriptions" type="tns:ArrayOfVoucherDetailDescription"/>
|
1347
|
-
</s:sequence>
|
1348
|
-
</s:complexType>
|
1349
|
-
<s:complexType name="ArrayOfVoucherDetailDescription">
|
1350
|
-
<s:sequence>
|
1351
|
-
<s:element minOccurs="0" maxOccurs="unbounded" name="VoucherDetailDescription" nillable="true" type="tns:VoucherDetailDescription"/>
|
1352
|
-
</s:sequence>
|
1353
|
-
</s:complexType>
|
1354
|
-
<s:element name="PaymentExtInformation">
|
1355
|
-
<s:complexType>
|
1356
|
-
<s:sequence>
|
1357
|
-
<s:element minOccurs="0" maxOccurs="1" name="inputValue" type="tns:PaymentInformationInputValue"/>
|
1358
|
-
</s:sequence>
|
1359
|
-
</s:complexType>
|
1360
|
-
</s:element>
|
1361
|
-
<s:complexType name="PaymentInformationInputValue">
|
1362
|
-
<s:sequence>
|
1363
|
-
<s:element minOccurs="0" maxOccurs="1" name="SalesOfficeCode" type="s:string"/>
|
1364
|
-
<s:element minOccurs="0" maxOccurs="1" name="ReservationCode" type="s:string"/>
|
1365
|
-
</s:sequence>
|
1366
|
-
</s:complexType>
|
1367
|
-
<s:element name="PaymentExtInformationResponse">
|
1368
|
-
<s:complexType>
|
1369
|
-
<s:sequence>
|
1370
|
-
<s:element minOccurs="0" maxOccurs="1" name="PaymentExtInformationResult" type="tns:PaymentInformationReturnValue"/>
|
1371
|
-
</s:sequence>
|
1372
|
-
</s:complexType>
|
1373
|
-
</s:element>
|
1374
|
-
<s:complexType name="PaymentInformationReturnValue">
|
1375
|
-
<s:complexContent mixed="false">
|
1376
|
-
<s:extension base="tns:ReturnValue">
|
1377
|
-
<s:sequence>
|
1378
|
-
<s:element minOccurs="1" maxOccurs="1" name="CreditCardType" type="tns:CCType"/>
|
1379
|
-
<s:element minOccurs="0" maxOccurs="1" name="CreditCardNumber" type="s:string"/>
|
1380
|
-
<s:element minOccurs="0" maxOccurs="1" name="CreditCardExpiry" type="s:string"/>
|
1381
|
-
</s:sequence>
|
1382
|
-
</s:extension>
|
1383
|
-
</s:complexContent>
|
1384
|
-
</s:complexType>
|
1385
|
-
</s:schema>
|
1386
|
-
</wsdl:types>
|
1387
|
-
<wsdl:message name="CheckServerHealthSoapIn">
|
1388
|
-
<wsdl:part name="parameters" element="tns:CheckServerHealth"/>
|
1389
|
-
</wsdl:message>
|
1390
|
-
<wsdl:message name="CheckServerHealthSoapOut">
|
1391
|
-
<wsdl:part name="parameters" element="tns:CheckServerHealthResponse"/>
|
1392
|
-
</wsdl:message>
|
1393
|
-
<wsdl:message name="CheckServerHealthV2SoapIn">
|
1394
|
-
<wsdl:part name="parameters" element="tns:CheckServerHealthV2"/>
|
1395
|
-
</wsdl:message>
|
1396
|
-
<wsdl:message name="CheckServerHealthV2SoapOut">
|
1397
|
-
<wsdl:part name="parameters" element="tns:CheckServerHealthV2Response"/>
|
1398
|
-
</wsdl:message>
|
1399
|
-
<wsdl:message name="NewsletterSoapIn">
|
1400
|
-
<wsdl:part name="parameters" element="tns:Newsletter"/>
|
1401
|
-
</wsdl:message>
|
1402
|
-
<wsdl:message name="NewsletterSoapOut">
|
1403
|
-
<wsdl:part name="parameters" element="tns:NewsletterResponse"/>
|
1404
|
-
</wsdl:message>
|
1405
|
-
<wsdl:message name="NewsletterServiceAuthHeader">
|
1406
|
-
<wsdl:part name="ServiceAuthHeader" element="tns:ServiceAuthHeader"/>
|
1407
|
-
</wsdl:message>
|
1408
|
-
<wsdl:message name="AdditionalServicesSoapIn">
|
1409
|
-
<wsdl:part name="parameters" element="tns:AdditionalServices"/>
|
1410
|
-
</wsdl:message>
|
1411
|
-
<wsdl:message name="AdditionalServicesSoapOut">
|
1412
|
-
<wsdl:part name="parameters" element="tns:AdditionalServicesResponse"/>
|
1413
|
-
</wsdl:message>
|
1414
|
-
<wsdl:message name="AdditionalServicesServiceAuthHeader">
|
1415
|
-
<wsdl:part name="ServiceAuthHeader" element="tns:ServiceAuthHeader"/>
|
1416
|
-
</wsdl:message>
|
1417
|
-
<wsdl:message name="AvailabilitySoapIn">
|
1418
|
-
<wsdl:part name="parameters" element="tns:Availability"/>
|
1419
|
-
</wsdl:message>
|
1420
|
-
<wsdl:message name="AvailabilitySoapOut">
|
1421
|
-
<wsdl:part name="parameters" element="tns:AvailabilityResponse"/>
|
1422
|
-
</wsdl:message>
|
1423
|
-
<wsdl:message name="AvailabilityServiceAuthHeader">
|
1424
|
-
<wsdl:part name="ServiceAuthHeader" element="tns:ServiceAuthHeader"/>
|
1425
|
-
</wsdl:message>
|
1426
|
-
<wsdl:message name="NearestBookingDateSoapIn">
|
1427
|
-
<wsdl:part name="parameters" element="tns:NearestBookingDate"/>
|
1428
|
-
</wsdl:message>
|
1429
|
-
<wsdl:message name="NearestBookingDateSoapOut">
|
1430
|
-
<wsdl:part name="parameters" element="tns:NearestBookingDateResponse"/>
|
1431
|
-
</wsdl:message>
|
1432
|
-
<wsdl:message name="NearestBookingDateServiceAuthHeader">
|
1433
|
-
<wsdl:part name="ServiceAuthHeader" element="tns:ServiceAuthHeader"/>
|
1434
|
-
</wsdl:message>
|
1435
|
-
<wsdl:message name="PriceDetailSoapIn">
|
1436
|
-
<wsdl:part name="parameters" element="tns:PriceDetail"/>
|
1437
|
-
</wsdl:message>
|
1438
|
-
<wsdl:message name="PriceDetailSoapOut">
|
1439
|
-
<wsdl:part name="parameters" element="tns:PriceDetailResponse"/>
|
1440
|
-
</wsdl:message>
|
1441
|
-
<wsdl:message name="PriceDetailServiceAuthHeader">
|
1442
|
-
<wsdl:part name="ServiceAuthHeader" element="tns:ServiceAuthHeader"/>
|
1443
|
-
</wsdl:message>
|
1444
|
-
<wsdl:message name="PricesSoapIn">
|
1445
|
-
<wsdl:part name="parameters" element="tns:Prices"/>
|
1446
|
-
</wsdl:message>
|
1447
|
-
<wsdl:message name="PricesSoapOut">
|
1448
|
-
<wsdl:part name="parameters" element="tns:PricesResponse"/>
|
1449
|
-
</wsdl:message>
|
1450
|
-
<wsdl:message name="PricesServiceAuthHeader">
|
1451
|
-
<wsdl:part name="ServiceAuthHeader" element="tns:ServiceAuthHeader"/>
|
1452
|
-
</wsdl:message>
|
1453
|
-
<wsdl:message name="PriceListSoapIn">
|
1454
|
-
<wsdl:part name="parameters" element="tns:PriceList"/>
|
1455
|
-
</wsdl:message>
|
1456
|
-
<wsdl:message name="PriceListSoapOut">
|
1457
|
-
<wsdl:part name="parameters" element="tns:PriceListResponse"/>
|
1458
|
-
</wsdl:message>
|
1459
|
-
<wsdl:message name="PriceListServiceAuthHeader">
|
1460
|
-
<wsdl:part name="ServiceAuthHeader" element="tns:ServiceAuthHeader"/>
|
1461
|
-
</wsdl:message>
|
1462
|
-
<wsdl:message name="ClientBookingSoapIn">
|
1463
|
-
<wsdl:part name="parameters" element="tns:ClientBooking"/>
|
1464
|
-
</wsdl:message>
|
1465
|
-
<wsdl:message name="ClientBookingSoapOut">
|
1466
|
-
<wsdl:part name="parameters" element="tns:ClientBookingResponse"/>
|
1467
|
-
</wsdl:message>
|
1468
|
-
<wsdl:message name="ClientBookingServiceAuthHeader">
|
1469
|
-
<wsdl:part name="ServiceAuthHeader" element="tns:ServiceAuthHeader"/>
|
1470
|
-
</wsdl:message>
|
1471
|
-
<wsdl:message name="RetailerBookingSoapIn">
|
1472
|
-
<wsdl:part name="parameters" element="tns:RetailerBooking"/>
|
1473
|
-
</wsdl:message>
|
1474
|
-
<wsdl:message name="RetailerBookingSoapOut">
|
1475
|
-
<wsdl:part name="parameters" element="tns:RetailerBookingResponse"/>
|
1476
|
-
</wsdl:message>
|
1477
|
-
<wsdl:message name="RetailerBookingServiceAuthHeader">
|
1478
|
-
<wsdl:part name="ServiceAuthHeader" element="tns:ServiceAuthHeader"/>
|
1479
|
-
</wsdl:message>
|
1480
|
-
<wsdl:message name="ReadBookingSoapIn">
|
1481
|
-
<wsdl:part name="parameters" element="tns:ReadBooking"/>
|
1482
|
-
</wsdl:message>
|
1483
|
-
<wsdl:message name="ReadBookingSoapOut">
|
1484
|
-
<wsdl:part name="parameters" element="tns:ReadBookingResponse"/>
|
1485
|
-
</wsdl:message>
|
1486
|
-
<wsdl:message name="ReadBookingServiceAuthHeader">
|
1487
|
-
<wsdl:part name="ServiceAuthHeader" element="tns:ServiceAuthHeader"/>
|
1488
|
-
</wsdl:message>
|
1489
|
-
<wsdl:message name="RatifyBookingSoapIn">
|
1490
|
-
<wsdl:part name="parameters" element="tns:RatifyBooking"/>
|
1491
|
-
</wsdl:message>
|
1492
|
-
<wsdl:message name="RatifyBookingSoapOut">
|
1493
|
-
<wsdl:part name="parameters" element="tns:RatifyBookingResponse"/>
|
1494
|
-
</wsdl:message>
|
1495
|
-
<wsdl:message name="RatifyBookingServiceAuthHeader">
|
1496
|
-
<wsdl:part name="ServiceAuthHeader" element="tns:ServiceAuthHeader"/>
|
1497
|
-
</wsdl:message>
|
1498
|
-
<wsdl:message name="CancelBookingSoapIn">
|
1499
|
-
<wsdl:part name="parameters" element="tns:CancelBooking"/>
|
1500
|
-
</wsdl:message>
|
1501
|
-
<wsdl:message name="CancelBookingSoapOut">
|
1502
|
-
<wsdl:part name="parameters" element="tns:CancelBookingResponse"/>
|
1503
|
-
</wsdl:message>
|
1504
|
-
<wsdl:message name="CancelBookingServiceAuthHeader">
|
1505
|
-
<wsdl:part name="ServiceAuthHeader" element="tns:ServiceAuthHeader"/>
|
1506
|
-
</wsdl:message>
|
1507
|
-
<wsdl:message name="CheckBookingSoapIn">
|
1508
|
-
<wsdl:part name="parameters" element="tns:CheckBooking"/>
|
1509
|
-
</wsdl:message>
|
1510
|
-
<wsdl:message name="CheckBookingSoapOut">
|
1511
|
-
<wsdl:part name="parameters" element="tns:CheckBookingResponse"/>
|
1512
|
-
</wsdl:message>
|
1513
|
-
<wsdl:message name="CheckBookingServiceAuthHeader">
|
1514
|
-
<wsdl:part name="ServiceAuthHeader" element="tns:ServiceAuthHeader"/>
|
1515
|
-
</wsdl:message>
|
1516
|
-
<wsdl:message name="CancellationConditionsSoapIn">
|
1517
|
-
<wsdl:part name="parameters" element="tns:CancellationConditions"/>
|
1518
|
-
</wsdl:message>
|
1519
|
-
<wsdl:message name="CancellationConditionsSoapOut">
|
1520
|
-
<wsdl:part name="parameters" element="tns:CancellationConditionsResponse"/>
|
1521
|
-
</wsdl:message>
|
1522
|
-
<wsdl:message name="CancellationConditionsServiceAuthHeader">
|
1523
|
-
<wsdl:part name="ServiceAuthHeader" element="tns:ServiceAuthHeader"/>
|
1524
|
-
</wsdl:message>
|
1525
|
-
<wsdl:message name="SearchSoapIn">
|
1526
|
-
<wsdl:part name="parameters" element="tns:Search"/>
|
1527
|
-
</wsdl:message>
|
1528
|
-
<wsdl:message name="SearchSoapOut">
|
1529
|
-
<wsdl:part name="parameters" element="tns:SearchResponse"/>
|
1530
|
-
</wsdl:message>
|
1531
|
-
<wsdl:message name="SearchServiceAuthHeader">
|
1532
|
-
<wsdl:part name="ServiceAuthHeader" element="tns:ServiceAuthHeader"/>
|
1533
|
-
</wsdl:message>
|
1534
|
-
<wsdl:message name="AccommodationDetailSoapIn">
|
1535
|
-
<wsdl:part name="parameters" element="tns:AccommodationDetail"/>
|
1536
|
-
</wsdl:message>
|
1537
|
-
<wsdl:message name="AccommodationDetailSoapOut">
|
1538
|
-
<wsdl:part name="parameters" element="tns:AccommodationDetailResponse"/>
|
1539
|
-
</wsdl:message>
|
1540
|
-
<wsdl:message name="AccommodationDetailServiceAuthHeader">
|
1541
|
-
<wsdl:part name="ServiceAuthHeader" element="tns:ServiceAuthHeader"/>
|
1542
|
-
</wsdl:message>
|
1543
|
-
<wsdl:message name="TripsSoapIn">
|
1544
|
-
<wsdl:part name="parameters" element="tns:Trips"/>
|
1545
|
-
</wsdl:message>
|
1546
|
-
<wsdl:message name="TripsSoapOut">
|
1547
|
-
<wsdl:part name="parameters" element="tns:TripsResponse"/>
|
1548
|
-
</wsdl:message>
|
1549
|
-
<wsdl:message name="TripsServiceAuthHeader">
|
1550
|
-
<wsdl:part name="ServiceAuthHeader" element="tns:ServiceAuthHeader"/>
|
1551
|
-
</wsdl:message>
|
1552
|
-
<wsdl:message name="AffiliateDetailSoapIn">
|
1553
|
-
<wsdl:part name="parameters" element="tns:AffiliateDetail"/>
|
1554
|
-
</wsdl:message>
|
1555
|
-
<wsdl:message name="AffiliateDetailSoapOut">
|
1556
|
-
<wsdl:part name="parameters" element="tns:AffiliateDetailResponse"/>
|
1557
|
-
</wsdl:message>
|
1558
|
-
<wsdl:message name="VoucherDetailSoapIn">
|
1559
|
-
<wsdl:part name="parameters" element="tns:VoucherDetail"/>
|
1560
|
-
</wsdl:message>
|
1561
|
-
<wsdl:message name="VoucherDetailSoapOut">
|
1562
|
-
<wsdl:part name="parameters" element="tns:VoucherDetailResponse"/>
|
1563
|
-
</wsdl:message>
|
1564
|
-
<wsdl:message name="VoucherDetailServiceAuthHeader">
|
1565
|
-
<wsdl:part name="ServiceAuthHeader" element="tns:ServiceAuthHeader"/>
|
1566
|
-
</wsdl:message>
|
1567
|
-
<wsdl:message name="PaymentExtInformationSoapIn">
|
1568
|
-
<wsdl:part name="parameters" element="tns:PaymentExtInformation"/>
|
1569
|
-
</wsdl:message>
|
1570
|
-
<wsdl:message name="PaymentExtInformationSoapOut">
|
1571
|
-
<wsdl:part name="parameters" element="tns:PaymentExtInformationResponse"/>
|
1572
|
-
</wsdl:message>
|
1573
|
-
<wsdl:message name="PaymentExtInformationServiceAuthHeader">
|
1574
|
-
<wsdl:part name="ServiceAuthHeader" element="tns:ServiceAuthHeader"/>
|
1575
|
-
</wsdl:message>
|
1576
|
-
<wsdl:portType name="WebServiceSoap">
|
1577
|
-
<wsdl:operation name="CheckServerHealth">
|
1578
|
-
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">This method is used to Monitor if the WebService is available</wsdl:documentation>
|
1579
|
-
<wsdl:input message="tns:CheckServerHealthSoapIn"/>
|
1580
|
-
<wsdl:output message="tns:CheckServerHealthSoapOut"/>
|
1581
|
-
</wsdl:operation>
|
1582
|
-
<wsdl:operation name="CheckServerHealthV2">
|
1583
|
-
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">This method is used to Monitor if the WebService is available. The 'type' parameter defines what to perform.</wsdl:documentation>
|
1584
|
-
<wsdl:input message="tns:CheckServerHealthV2SoapIn"/>
|
1585
|
-
<wsdl:output message="tns:CheckServerHealthV2SoapOut"/>
|
1586
|
-
</wsdl:operation>
|
1587
|
-
<wsdl:operation name="Newsletter">
|
1588
|
-
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Newsletter Request</wsdl:documentation>
|
1589
|
-
<wsdl:input message="tns:NewsletterSoapIn"/>
|
1590
|
-
<wsdl:output message="tns:NewsletterSoapOut"/>
|
1591
|
-
</wsdl:operation>
|
1592
|
-
<wsdl:operation name="AdditionalServices">
|
1593
|
-
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">AdditionalServices Request</wsdl:documentation>
|
1594
|
-
<wsdl:input message="tns:AdditionalServicesSoapIn"/>
|
1595
|
-
<wsdl:output message="tns:AdditionalServicesSoapOut"/>
|
1596
|
-
</wsdl:operation>
|
1597
|
-
<wsdl:operation name="Availability">
|
1598
|
-
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Availability Request</wsdl:documentation>
|
1599
|
-
<wsdl:input message="tns:AvailabilitySoapIn"/>
|
1600
|
-
<wsdl:output message="tns:AvailabilitySoapOut"/>
|
1601
|
-
</wsdl:operation>
|
1602
|
-
<wsdl:operation name="NearestBookingDate">
|
1603
|
-
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">NearestBookingDate Request</wsdl:documentation>
|
1604
|
-
<wsdl:input message="tns:NearestBookingDateSoapIn"/>
|
1605
|
-
<wsdl:output message="tns:NearestBookingDateSoapOut"/>
|
1606
|
-
</wsdl:operation>
|
1607
|
-
<wsdl:operation name="PriceDetail">
|
1608
|
-
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">PriceDetail Request</wsdl:documentation>
|
1609
|
-
<wsdl:input message="tns:PriceDetailSoapIn"/>
|
1610
|
-
<wsdl:output message="tns:PriceDetailSoapOut"/>
|
1611
|
-
</wsdl:operation>
|
1612
|
-
<wsdl:operation name="Prices">
|
1613
|
-
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Prices Request</wsdl:documentation>
|
1614
|
-
<wsdl:input message="tns:PricesSoapIn"/>
|
1615
|
-
<wsdl:output message="tns:PricesSoapOut"/>
|
1616
|
-
</wsdl:operation>
|
1617
|
-
<wsdl:operation name="PriceList">
|
1618
|
-
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">PriceList Request</wsdl:documentation>
|
1619
|
-
<wsdl:input message="tns:PriceListSoapIn"/>
|
1620
|
-
<wsdl:output message="tns:PriceListSoapOut"/>
|
1621
|
-
</wsdl:operation>
|
1622
|
-
<wsdl:operation name="ClientBooking">
|
1623
|
-
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">ClientBooking Request</wsdl:documentation>
|
1624
|
-
<wsdl:input message="tns:ClientBookingSoapIn"/>
|
1625
|
-
<wsdl:output message="tns:ClientBookingSoapOut"/>
|
1626
|
-
</wsdl:operation>
|
1627
|
-
<wsdl:operation name="RetailerBooking">
|
1628
|
-
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">RetailerBooking Request</wsdl:documentation>
|
1629
|
-
<wsdl:input message="tns:RetailerBookingSoapIn"/>
|
1630
|
-
<wsdl:output message="tns:RetailerBookingSoapOut"/>
|
1631
|
-
</wsdl:operation>
|
1632
|
-
<wsdl:operation name="ReadBooking">
|
1633
|
-
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">ReadBooking Request</wsdl:documentation>
|
1634
|
-
<wsdl:input message="tns:ReadBookingSoapIn"/>
|
1635
|
-
<wsdl:output message="tns:ReadBookingSoapOut"/>
|
1636
|
-
</wsdl:operation>
|
1637
|
-
<wsdl:operation name="RatifyBooking">
|
1638
|
-
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">RatifyBooking Request</wsdl:documentation>
|
1639
|
-
<wsdl:input message="tns:RatifyBookingSoapIn"/>
|
1640
|
-
<wsdl:output message="tns:RatifyBookingSoapOut"/>
|
1641
|
-
</wsdl:operation>
|
1642
|
-
<wsdl:operation name="CancelBooking">
|
1643
|
-
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">CancelBooking Request</wsdl:documentation>
|
1644
|
-
<wsdl:input message="tns:CancelBookingSoapIn"/>
|
1645
|
-
<wsdl:output message="tns:CancelBookingSoapOut"/>
|
1646
|
-
</wsdl:operation>
|
1647
|
-
<wsdl:operation name="CheckBooking">
|
1648
|
-
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">CheckBooking Request</wsdl:documentation>
|
1649
|
-
<wsdl:input message="tns:CheckBookingSoapIn"/>
|
1650
|
-
<wsdl:output message="tns:CheckBookingSoapOut"/>
|
1651
|
-
</wsdl:operation>
|
1652
|
-
<wsdl:operation name="CancellationConditions">
|
1653
|
-
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">CancellationConditions Request</wsdl:documentation>
|
1654
|
-
<wsdl:input message="tns:CancellationConditionsSoapIn"/>
|
1655
|
-
<wsdl:output message="tns:CancellationConditionsSoapOut"/>
|
1656
|
-
</wsdl:operation>
|
1657
|
-
<wsdl:operation name="Search">
|
1658
|
-
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Search Request</wsdl:documentation>
|
1659
|
-
<wsdl:input message="tns:SearchSoapIn"/>
|
1660
|
-
<wsdl:output message="tns:SearchSoapOut"/>
|
1661
|
-
</wsdl:operation>
|
1662
|
-
<wsdl:operation name="AccommodationDetail">
|
1663
|
-
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Accommodation details Request</wsdl:documentation>
|
1664
|
-
<wsdl:input message="tns:AccommodationDetailSoapIn"/>
|
1665
|
-
<wsdl:output message="tns:AccommodationDetailSoapOut"/>
|
1666
|
-
</wsdl:operation>
|
1667
|
-
<wsdl:operation name="Trips">
|
1668
|
-
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Trips Request</wsdl:documentation>
|
1669
|
-
<wsdl:input message="tns:TripsSoapIn"/>
|
1670
|
-
<wsdl:output message="tns:TripsSoapOut"/>
|
1671
|
-
</wsdl:operation>
|
1672
|
-
<wsdl:operation name="AffiliateDetail">
|
1673
|
-
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">AffiliateDetail Request</wsdl:documentation>
|
1674
|
-
<wsdl:input message="tns:AffiliateDetailSoapIn"/>
|
1675
|
-
<wsdl:output message="tns:AffiliateDetailSoapOut"/>
|
1676
|
-
</wsdl:operation>
|
1677
|
-
<wsdl:operation name="VoucherDetail">
|
1678
|
-
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">VoucherDetail Request</wsdl:documentation>
|
1679
|
-
<wsdl:input message="tns:VoucherDetailSoapIn"/>
|
1680
|
-
<wsdl:output message="tns:VoucherDetailSoapOut"/>
|
1681
|
-
</wsdl:operation>
|
1682
|
-
<wsdl:operation name="PaymentExtInformation">
|
1683
|
-
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">PaymentExtInformation Request</wsdl:documentation>
|
1684
|
-
<wsdl:input message="tns:PaymentExtInformationSoapIn"/>
|
1685
|
-
<wsdl:output message="tns:PaymentExtInformationSoapOut"/>
|
1686
|
-
</wsdl:operation>
|
1687
|
-
</wsdl:portType>
|
1688
|
-
<wsdl:binding name="WebServiceSoap" type="tns:WebServiceSoap">
|
1689
|
-
<soap:binding transport="http://schemas.xmlsoap.org/soap/http"/>
|
1690
|
-
<wsdl:operation name="CheckServerHealth">
|
1691
|
-
<soap:operation soapAction="http://www.interhome.com/webservice/CheckServerHealth" style="document"/>
|
1692
|
-
<wsdl:input>
|
1693
|
-
<soap:body use="literal"/>
|
1694
|
-
</wsdl:input>
|
1695
|
-
<wsdl:output>
|
1696
|
-
<soap:body use="literal"/>
|
1697
|
-
</wsdl:output>
|
1698
|
-
</wsdl:operation>
|
1699
|
-
<wsdl:operation name="CheckServerHealthV2">
|
1700
|
-
<soap:operation soapAction="http://www.interhome.com/webservice/CheckServerHealthV2" style="document"/>
|
1701
|
-
<wsdl:input>
|
1702
|
-
<soap:body use="literal"/>
|
1703
|
-
</wsdl:input>
|
1704
|
-
<wsdl:output>
|
1705
|
-
<soap:body use="literal"/>
|
1706
|
-
</wsdl:output>
|
1707
|
-
</wsdl:operation>
|
1708
|
-
<wsdl:operation name="Newsletter">
|
1709
|
-
<soap:operation soapAction="http://www.interhome.com/webservice/Newsletter" style="document"/>
|
1710
|
-
<wsdl:input>
|
1711
|
-
<soap:body use="literal"/>
|
1712
|
-
<soap:header message="tns:NewsletterServiceAuthHeader" part="ServiceAuthHeader" use="literal"/>
|
1713
|
-
</wsdl:input>
|
1714
|
-
<wsdl:output>
|
1715
|
-
<soap:body use="literal"/>
|
1716
|
-
</wsdl:output>
|
1717
|
-
</wsdl:operation>
|
1718
|
-
<wsdl:operation name="AdditionalServices">
|
1719
|
-
<soap:operation soapAction="http://www.interhome.com/webservice/AdditionalServices" style="document"/>
|
1720
|
-
<wsdl:input>
|
1721
|
-
<soap:body use="literal"/>
|
1722
|
-
<soap:header message="tns:AdditionalServicesServiceAuthHeader" part="ServiceAuthHeader" use="literal"/>
|
1723
|
-
</wsdl:input>
|
1724
|
-
<wsdl:output>
|
1725
|
-
<soap:body use="literal"/>
|
1726
|
-
</wsdl:output>
|
1727
|
-
</wsdl:operation>
|
1728
|
-
<wsdl:operation name="Availability">
|
1729
|
-
<soap:operation soapAction="http://www.interhome.com/webservice/Availability" style="document"/>
|
1730
|
-
<wsdl:input>
|
1731
|
-
<soap:body use="literal"/>
|
1732
|
-
<soap:header message="tns:AvailabilityServiceAuthHeader" part="ServiceAuthHeader" use="literal"/>
|
1733
|
-
</wsdl:input>
|
1734
|
-
<wsdl:output>
|
1735
|
-
<soap:body use="literal"/>
|
1736
|
-
</wsdl:output>
|
1737
|
-
</wsdl:operation>
|
1738
|
-
<wsdl:operation name="NearestBookingDate">
|
1739
|
-
<soap:operation soapAction="http://www.interhome.com/webservice/NearestBookingDate" style="document"/>
|
1740
|
-
<wsdl:input>
|
1741
|
-
<soap:body use="literal"/>
|
1742
|
-
<soap:header message="tns:NearestBookingDateServiceAuthHeader" part="ServiceAuthHeader" use="literal"/>
|
1743
|
-
</wsdl:input>
|
1744
|
-
<wsdl:output>
|
1745
|
-
<soap:body use="literal"/>
|
1746
|
-
</wsdl:output>
|
1747
|
-
</wsdl:operation>
|
1748
|
-
<wsdl:operation name="PriceDetail">
|
1749
|
-
<soap:operation soapAction="http://www.interhome.com/webservice/PriceDetail" style="document"/>
|
1750
|
-
<wsdl:input>
|
1751
|
-
<soap:body use="literal"/>
|
1752
|
-
<soap:header message="tns:PriceDetailServiceAuthHeader" part="ServiceAuthHeader" use="literal"/>
|
1753
|
-
</wsdl:input>
|
1754
|
-
<wsdl:output>
|
1755
|
-
<soap:body use="literal"/>
|
1756
|
-
</wsdl:output>
|
1757
|
-
</wsdl:operation>
|
1758
|
-
<wsdl:operation name="Prices">
|
1759
|
-
<soap:operation soapAction="http://www.interhome.com/webservice/Prices" style="document"/>
|
1760
|
-
<wsdl:input>
|
1761
|
-
<soap:body use="literal"/>
|
1762
|
-
<soap:header message="tns:PricesServiceAuthHeader" part="ServiceAuthHeader" use="literal"/>
|
1763
|
-
</wsdl:input>
|
1764
|
-
<wsdl:output>
|
1765
|
-
<soap:body use="literal"/>
|
1766
|
-
</wsdl:output>
|
1767
|
-
</wsdl:operation>
|
1768
|
-
<wsdl:operation name="PriceList">
|
1769
|
-
<soap:operation soapAction="http://www.interhome.com/webservice/PriceList" style="document"/>
|
1770
|
-
<wsdl:input>
|
1771
|
-
<soap:body use="literal"/>
|
1772
|
-
<soap:header message="tns:PriceListServiceAuthHeader" part="ServiceAuthHeader" use="literal"/>
|
1773
|
-
</wsdl:input>
|
1774
|
-
<wsdl:output>
|
1775
|
-
<soap:body use="literal"/>
|
1776
|
-
</wsdl:output>
|
1777
|
-
</wsdl:operation>
|
1778
|
-
<wsdl:operation name="ClientBooking">
|
1779
|
-
<soap:operation soapAction="http://www.interhome.com/webservice/ClientBooking" style="document"/>
|
1780
|
-
<wsdl:input>
|
1781
|
-
<soap:body use="literal"/>
|
1782
|
-
<soap:header message="tns:ClientBookingServiceAuthHeader" part="ServiceAuthHeader" use="literal"/>
|
1783
|
-
</wsdl:input>
|
1784
|
-
<wsdl:output>
|
1785
|
-
<soap:body use="literal"/>
|
1786
|
-
</wsdl:output>
|
1787
|
-
</wsdl:operation>
|
1788
|
-
<wsdl:operation name="RetailerBooking">
|
1789
|
-
<soap:operation soapAction="http://www.interhome.com/webservice/RetailerBooking" style="document"/>
|
1790
|
-
<wsdl:input>
|
1791
|
-
<soap:body use="literal"/>
|
1792
|
-
<soap:header message="tns:RetailerBookingServiceAuthHeader" part="ServiceAuthHeader" use="literal"/>
|
1793
|
-
</wsdl:input>
|
1794
|
-
<wsdl:output>
|
1795
|
-
<soap:body use="literal"/>
|
1796
|
-
</wsdl:output>
|
1797
|
-
</wsdl:operation>
|
1798
|
-
<wsdl:operation name="ReadBooking">
|
1799
|
-
<soap:operation soapAction="http://www.interhome.com/webservice/ReadBooking" style="document"/>
|
1800
|
-
<wsdl:input>
|
1801
|
-
<soap:body use="literal"/>
|
1802
|
-
<soap:header message="tns:ReadBookingServiceAuthHeader" part="ServiceAuthHeader" use="literal"/>
|
1803
|
-
</wsdl:input>
|
1804
|
-
<wsdl:output>
|
1805
|
-
<soap:body use="literal"/>
|
1806
|
-
</wsdl:output>
|
1807
|
-
</wsdl:operation>
|
1808
|
-
<wsdl:operation name="RatifyBooking">
|
1809
|
-
<soap:operation soapAction="http://www.interhome.com/webservice/RatifyBooking" style="document"/>
|
1810
|
-
<wsdl:input>
|
1811
|
-
<soap:body use="literal"/>
|
1812
|
-
<soap:header message="tns:RatifyBookingServiceAuthHeader" part="ServiceAuthHeader" use="literal"/>
|
1813
|
-
</wsdl:input>
|
1814
|
-
<wsdl:output>
|
1815
|
-
<soap:body use="literal"/>
|
1816
|
-
</wsdl:output>
|
1817
|
-
</wsdl:operation>
|
1818
|
-
<wsdl:operation name="CancelBooking">
|
1819
|
-
<soap:operation soapAction="http://www.interhome.com/webservice/CancelBooking" style="document"/>
|
1820
|
-
<wsdl:input>
|
1821
|
-
<soap:body use="literal"/>
|
1822
|
-
<soap:header message="tns:CancelBookingServiceAuthHeader" part="ServiceAuthHeader" use="literal"/>
|
1823
|
-
</wsdl:input>
|
1824
|
-
<wsdl:output>
|
1825
|
-
<soap:body use="literal"/>
|
1826
|
-
</wsdl:output>
|
1827
|
-
</wsdl:operation>
|
1828
|
-
<wsdl:operation name="CheckBooking">
|
1829
|
-
<soap:operation soapAction="http://www.interhome.com/webservice/CheckBooking" style="document"/>
|
1830
|
-
<wsdl:input>
|
1831
|
-
<soap:body use="literal"/>
|
1832
|
-
<soap:header message="tns:CheckBookingServiceAuthHeader" part="ServiceAuthHeader" use="literal"/>
|
1833
|
-
</wsdl:input>
|
1834
|
-
<wsdl:output>
|
1835
|
-
<soap:body use="literal"/>
|
1836
|
-
</wsdl:output>
|
1837
|
-
</wsdl:operation>
|
1838
|
-
<wsdl:operation name="CancellationConditions">
|
1839
|
-
<soap:operation soapAction="http://www.interhome.com/webservice/CancellationConditions" style="document"/>
|
1840
|
-
<wsdl:input>
|
1841
|
-
<soap:body use="literal"/>
|
1842
|
-
<soap:header message="tns:CancellationConditionsServiceAuthHeader" part="ServiceAuthHeader" use="literal"/>
|
1843
|
-
</wsdl:input>
|
1844
|
-
<wsdl:output>
|
1845
|
-
<soap:body use="literal"/>
|
1846
|
-
</wsdl:output>
|
1847
|
-
</wsdl:operation>
|
1848
|
-
<wsdl:operation name="Search">
|
1849
|
-
<soap:operation soapAction="http://www.interhome.com/webservice/Search" style="document"/>
|
1850
|
-
<wsdl:input>
|
1851
|
-
<soap:body use="literal"/>
|
1852
|
-
<soap:header message="tns:SearchServiceAuthHeader" part="ServiceAuthHeader" use="literal"/>
|
1853
|
-
</wsdl:input>
|
1854
|
-
<wsdl:output>
|
1855
|
-
<soap:body use="literal"/>
|
1856
|
-
</wsdl:output>
|
1857
|
-
</wsdl:operation>
|
1858
|
-
<wsdl:operation name="AccommodationDetail">
|
1859
|
-
<soap:operation soapAction="http://www.interhome.com/webservice/AccommodationDetail" style="document"/>
|
1860
|
-
<wsdl:input>
|
1861
|
-
<soap:body use="literal"/>
|
1862
|
-
<soap:header message="tns:AccommodationDetailServiceAuthHeader" part="ServiceAuthHeader" use="literal"/>
|
1863
|
-
</wsdl:input>
|
1864
|
-
<wsdl:output>
|
1865
|
-
<soap:body use="literal"/>
|
1866
|
-
</wsdl:output>
|
1867
|
-
</wsdl:operation>
|
1868
|
-
<wsdl:operation name="Trips">
|
1869
|
-
<soap:operation soapAction="http://www.interhome.com/webservice/Trips" style="document"/>
|
1870
|
-
<wsdl:input>
|
1871
|
-
<soap:body use="literal"/>
|
1872
|
-
<soap:header message="tns:TripsServiceAuthHeader" part="ServiceAuthHeader" use="literal"/>
|
1873
|
-
</wsdl:input>
|
1874
|
-
<wsdl:output>
|
1875
|
-
<soap:body use="literal"/>
|
1876
|
-
</wsdl:output>
|
1877
|
-
</wsdl:operation>
|
1878
|
-
<wsdl:operation name="AffiliateDetail">
|
1879
|
-
<soap:operation soapAction="http://www.interhome.com/webservice/AffiliateDetail" style="document"/>
|
1880
|
-
<wsdl:input>
|
1881
|
-
<soap:body use="literal"/>
|
1882
|
-
</wsdl:input>
|
1883
|
-
<wsdl:output>
|
1884
|
-
<soap:body use="literal"/>
|
1885
|
-
</wsdl:output>
|
1886
|
-
</wsdl:operation>
|
1887
|
-
<wsdl:operation name="VoucherDetail">
|
1888
|
-
<soap:operation soapAction="http://www.interhome.com/webservice/VoucherDetail" style="document"/>
|
1889
|
-
<wsdl:input>
|
1890
|
-
<soap:body use="literal"/>
|
1891
|
-
<soap:header message="tns:VoucherDetailServiceAuthHeader" part="ServiceAuthHeader" use="literal"/>
|
1892
|
-
</wsdl:input>
|
1893
|
-
<wsdl:output>
|
1894
|
-
<soap:body use="literal"/>
|
1895
|
-
</wsdl:output>
|
1896
|
-
</wsdl:operation>
|
1897
|
-
<wsdl:operation name="PaymentExtInformation">
|
1898
|
-
<soap:operation soapAction="http://www.interhome.com/webservice/PaymentExtInformation" style="document"/>
|
1899
|
-
<wsdl:input>
|
1900
|
-
<soap:body use="literal"/>
|
1901
|
-
<soap:header message="tns:PaymentExtInformationServiceAuthHeader" part="ServiceAuthHeader" use="literal"/>
|
1902
|
-
</wsdl:input>
|
1903
|
-
<wsdl:output>
|
1904
|
-
<soap:body use="literal"/>
|
1905
|
-
</wsdl:output>
|
1906
|
-
</wsdl:operation>
|
1907
|
-
</wsdl:binding>
|
1908
|
-
<wsdl:binding name="WebServiceSoap12" type="tns:WebServiceSoap">
|
1909
|
-
<soap12:binding transport="http://schemas.xmlsoap.org/soap/http"/>
|
1910
|
-
<wsdl:operation name="CheckServerHealth">
|
1911
|
-
<soap12:operation soapAction="http://www.interhome.com/webservice/CheckServerHealth" style="document"/>
|
1912
|
-
<wsdl:input>
|
1913
|
-
<soap12:body use="literal"/>
|
1914
|
-
</wsdl:input>
|
1915
|
-
<wsdl:output>
|
1916
|
-
<soap12:body use="literal"/>
|
1917
|
-
</wsdl:output>
|
1918
|
-
</wsdl:operation>
|
1919
|
-
<wsdl:operation name="CheckServerHealthV2">
|
1920
|
-
<soap12:operation soapAction="http://www.interhome.com/webservice/CheckServerHealthV2" style="document"/>
|
1921
|
-
<wsdl:input>
|
1922
|
-
<soap12:body use="literal"/>
|
1923
|
-
</wsdl:input>
|
1924
|
-
<wsdl:output>
|
1925
|
-
<soap12:body use="literal"/>
|
1926
|
-
</wsdl:output>
|
1927
|
-
</wsdl:operation>
|
1928
|
-
<wsdl:operation name="Newsletter">
|
1929
|
-
<soap12:operation soapAction="http://www.interhome.com/webservice/Newsletter" style="document"/>
|
1930
|
-
<wsdl:input>
|
1931
|
-
<soap12:body use="literal"/>
|
1932
|
-
<soap12:header message="tns:NewsletterServiceAuthHeader" part="ServiceAuthHeader" use="literal"/>
|
1933
|
-
</wsdl:input>
|
1934
|
-
<wsdl:output>
|
1935
|
-
<soap12:body use="literal"/>
|
1936
|
-
</wsdl:output>
|
1937
|
-
</wsdl:operation>
|
1938
|
-
<wsdl:operation name="AdditionalServices">
|
1939
|
-
<soap12:operation soapAction="http://www.interhome.com/webservice/AdditionalServices" style="document"/>
|
1940
|
-
<wsdl:input>
|
1941
|
-
<soap12:body use="literal"/>
|
1942
|
-
<soap12:header message="tns:AdditionalServicesServiceAuthHeader" part="ServiceAuthHeader" use="literal"/>
|
1943
|
-
</wsdl:input>
|
1944
|
-
<wsdl:output>
|
1945
|
-
<soap12:body use="literal"/>
|
1946
|
-
</wsdl:output>
|
1947
|
-
</wsdl:operation>
|
1948
|
-
<wsdl:operation name="Availability">
|
1949
|
-
<soap12:operation soapAction="http://www.interhome.com/webservice/Availability" style="document"/>
|
1950
|
-
<wsdl:input>
|
1951
|
-
<soap12:body use="literal"/>
|
1952
|
-
<soap12:header message="tns:AvailabilityServiceAuthHeader" part="ServiceAuthHeader" use="literal"/>
|
1953
|
-
</wsdl:input>
|
1954
|
-
<wsdl:output>
|
1955
|
-
<soap12:body use="literal"/>
|
1956
|
-
</wsdl:output>
|
1957
|
-
</wsdl:operation>
|
1958
|
-
<wsdl:operation name="NearestBookingDate">
|
1959
|
-
<soap12:operation soapAction="http://www.interhome.com/webservice/NearestBookingDate" style="document"/>
|
1960
|
-
<wsdl:input>
|
1961
|
-
<soap12:body use="literal"/>
|
1962
|
-
<soap12:header message="tns:NearestBookingDateServiceAuthHeader" part="ServiceAuthHeader" use="literal"/>
|
1963
|
-
</wsdl:input>
|
1964
|
-
<wsdl:output>
|
1965
|
-
<soap12:body use="literal"/>
|
1966
|
-
</wsdl:output>
|
1967
|
-
</wsdl:operation>
|
1968
|
-
<wsdl:operation name="PriceDetail">
|
1969
|
-
<soap12:operation soapAction="http://www.interhome.com/webservice/PriceDetail" style="document"/>
|
1970
|
-
<wsdl:input>
|
1971
|
-
<soap12:body use="literal"/>
|
1972
|
-
<soap12:header message="tns:PriceDetailServiceAuthHeader" part="ServiceAuthHeader" use="literal"/>
|
1973
|
-
</wsdl:input>
|
1974
|
-
<wsdl:output>
|
1975
|
-
<soap12:body use="literal"/>
|
1976
|
-
</wsdl:output>
|
1977
|
-
</wsdl:operation>
|
1978
|
-
<wsdl:operation name="Prices">
|
1979
|
-
<soap12:operation soapAction="http://www.interhome.com/webservice/Prices" style="document"/>
|
1980
|
-
<wsdl:input>
|
1981
|
-
<soap12:body use="literal"/>
|
1982
|
-
<soap12:header message="tns:PricesServiceAuthHeader" part="ServiceAuthHeader" use="literal"/>
|
1983
|
-
</wsdl:input>
|
1984
|
-
<wsdl:output>
|
1985
|
-
<soap12:body use="literal"/>
|
1986
|
-
</wsdl:output>
|
1987
|
-
</wsdl:operation>
|
1988
|
-
<wsdl:operation name="PriceList">
|
1989
|
-
<soap12:operation soapAction="http://www.interhome.com/webservice/PriceList" style="document"/>
|
1990
|
-
<wsdl:input>
|
1991
|
-
<soap12:body use="literal"/>
|
1992
|
-
<soap12:header message="tns:PriceListServiceAuthHeader" part="ServiceAuthHeader" use="literal"/>
|
1993
|
-
</wsdl:input>
|
1994
|
-
<wsdl:output>
|
1995
|
-
<soap12:body use="literal"/>
|
1996
|
-
</wsdl:output>
|
1997
|
-
</wsdl:operation>
|
1998
|
-
<wsdl:operation name="ClientBooking">
|
1999
|
-
<soap12:operation soapAction="http://www.interhome.com/webservice/ClientBooking" style="document"/>
|
2000
|
-
<wsdl:input>
|
2001
|
-
<soap12:body use="literal"/>
|
2002
|
-
<soap12:header message="tns:ClientBookingServiceAuthHeader" part="ServiceAuthHeader" use="literal"/>
|
2003
|
-
</wsdl:input>
|
2004
|
-
<wsdl:output>
|
2005
|
-
<soap12:body use="literal"/>
|
2006
|
-
</wsdl:output>
|
2007
|
-
</wsdl:operation>
|
2008
|
-
<wsdl:operation name="RetailerBooking">
|
2009
|
-
<soap12:operation soapAction="http://www.interhome.com/webservice/RetailerBooking" style="document"/>
|
2010
|
-
<wsdl:input>
|
2011
|
-
<soap12:body use="literal"/>
|
2012
|
-
<soap12:header message="tns:RetailerBookingServiceAuthHeader" part="ServiceAuthHeader" use="literal"/>
|
2013
|
-
</wsdl:input>
|
2014
|
-
<wsdl:output>
|
2015
|
-
<soap12:body use="literal"/>
|
2016
|
-
</wsdl:output>
|
2017
|
-
</wsdl:operation>
|
2018
|
-
<wsdl:operation name="ReadBooking">
|
2019
|
-
<soap12:operation soapAction="http://www.interhome.com/webservice/ReadBooking" style="document"/>
|
2020
|
-
<wsdl:input>
|
2021
|
-
<soap12:body use="literal"/>
|
2022
|
-
<soap12:header message="tns:ReadBookingServiceAuthHeader" part="ServiceAuthHeader" use="literal"/>
|
2023
|
-
</wsdl:input>
|
2024
|
-
<wsdl:output>
|
2025
|
-
<soap12:body use="literal"/>
|
2026
|
-
</wsdl:output>
|
2027
|
-
</wsdl:operation>
|
2028
|
-
<wsdl:operation name="RatifyBooking">
|
2029
|
-
<soap12:operation soapAction="http://www.interhome.com/webservice/RatifyBooking" style="document"/>
|
2030
|
-
<wsdl:input>
|
2031
|
-
<soap12:body use="literal"/>
|
2032
|
-
<soap12:header message="tns:RatifyBookingServiceAuthHeader" part="ServiceAuthHeader" use="literal"/>
|
2033
|
-
</wsdl:input>
|
2034
|
-
<wsdl:output>
|
2035
|
-
<soap12:body use="literal"/>
|
2036
|
-
</wsdl:output>
|
2037
|
-
</wsdl:operation>
|
2038
|
-
<wsdl:operation name="CancelBooking">
|
2039
|
-
<soap12:operation soapAction="http://www.interhome.com/webservice/CancelBooking" style="document"/>
|
2040
|
-
<wsdl:input>
|
2041
|
-
<soap12:body use="literal"/>
|
2042
|
-
<soap12:header message="tns:CancelBookingServiceAuthHeader" part="ServiceAuthHeader" use="literal"/>
|
2043
|
-
</wsdl:input>
|
2044
|
-
<wsdl:output>
|
2045
|
-
<soap12:body use="literal"/>
|
2046
|
-
</wsdl:output>
|
2047
|
-
</wsdl:operation>
|
2048
|
-
<wsdl:operation name="CheckBooking">
|
2049
|
-
<soap12:operation soapAction="http://www.interhome.com/webservice/CheckBooking" style="document"/>
|
2050
|
-
<wsdl:input>
|
2051
|
-
<soap12:body use="literal"/>
|
2052
|
-
<soap12:header message="tns:CheckBookingServiceAuthHeader" part="ServiceAuthHeader" use="literal"/>
|
2053
|
-
</wsdl:input>
|
2054
|
-
<wsdl:output>
|
2055
|
-
<soap12:body use="literal"/>
|
2056
|
-
</wsdl:output>
|
2057
|
-
</wsdl:operation>
|
2058
|
-
<wsdl:operation name="CancellationConditions">
|
2059
|
-
<soap12:operation soapAction="http://www.interhome.com/webservice/CancellationConditions" style="document"/>
|
2060
|
-
<wsdl:input>
|
2061
|
-
<soap12:body use="literal"/>
|
2062
|
-
<soap12:header message="tns:CancellationConditionsServiceAuthHeader" part="ServiceAuthHeader" use="literal"/>
|
2063
|
-
</wsdl:input>
|
2064
|
-
<wsdl:output>
|
2065
|
-
<soap12:body use="literal"/>
|
2066
|
-
</wsdl:output>
|
2067
|
-
</wsdl:operation>
|
2068
|
-
<wsdl:operation name="Search">
|
2069
|
-
<soap12:operation soapAction="http://www.interhome.com/webservice/Search" style="document"/>
|
2070
|
-
<wsdl:input>
|
2071
|
-
<soap12:body use="literal"/>
|
2072
|
-
<soap12:header message="tns:SearchServiceAuthHeader" part="ServiceAuthHeader" use="literal"/>
|
2073
|
-
</wsdl:input>
|
2074
|
-
<wsdl:output>
|
2075
|
-
<soap12:body use="literal"/>
|
2076
|
-
</wsdl:output>
|
2077
|
-
</wsdl:operation>
|
2078
|
-
<wsdl:operation name="AccommodationDetail">
|
2079
|
-
<soap12:operation soapAction="http://www.interhome.com/webservice/AccommodationDetail" style="document"/>
|
2080
|
-
<wsdl:input>
|
2081
|
-
<soap12:body use="literal"/>
|
2082
|
-
<soap12:header message="tns:AccommodationDetailServiceAuthHeader" part="ServiceAuthHeader" use="literal"/>
|
2083
|
-
</wsdl:input>
|
2084
|
-
<wsdl:output>
|
2085
|
-
<soap12:body use="literal"/>
|
2086
|
-
</wsdl:output>
|
2087
|
-
</wsdl:operation>
|
2088
|
-
<wsdl:operation name="Trips">
|
2089
|
-
<soap12:operation soapAction="http://www.interhome.com/webservice/Trips" style="document"/>
|
2090
|
-
<wsdl:input>
|
2091
|
-
<soap12:body use="literal"/>
|
2092
|
-
<soap12:header message="tns:TripsServiceAuthHeader" part="ServiceAuthHeader" use="literal"/>
|
2093
|
-
</wsdl:input>
|
2094
|
-
<wsdl:output>
|
2095
|
-
<soap12:body use="literal"/>
|
2096
|
-
</wsdl:output>
|
2097
|
-
</wsdl:operation>
|
2098
|
-
<wsdl:operation name="AffiliateDetail">
|
2099
|
-
<soap12:operation soapAction="http://www.interhome.com/webservice/AffiliateDetail" style="document"/>
|
2100
|
-
<wsdl:input>
|
2101
|
-
<soap12:body use="literal"/>
|
2102
|
-
</wsdl:input>
|
2103
|
-
<wsdl:output>
|
2104
|
-
<soap12:body use="literal"/>
|
2105
|
-
</wsdl:output>
|
2106
|
-
</wsdl:operation>
|
2107
|
-
<wsdl:operation name="VoucherDetail">
|
2108
|
-
<soap12:operation soapAction="http://www.interhome.com/webservice/VoucherDetail" style="document"/>
|
2109
|
-
<wsdl:input>
|
2110
|
-
<soap12:body use="literal"/>
|
2111
|
-
<soap12:header message="tns:VoucherDetailServiceAuthHeader" part="ServiceAuthHeader" use="literal"/>
|
2112
|
-
</wsdl:input>
|
2113
|
-
<wsdl:output>
|
2114
|
-
<soap12:body use="literal"/>
|
2115
|
-
</wsdl:output>
|
2116
|
-
</wsdl:operation>
|
2117
|
-
<wsdl:operation name="PaymentExtInformation">
|
2118
|
-
<soap12:operation soapAction="http://www.interhome.com/webservice/PaymentExtInformation" style="document"/>
|
2119
|
-
<wsdl:input>
|
2120
|
-
<soap12:body use="literal"/>
|
2121
|
-
<soap12:header message="tns:PaymentExtInformationServiceAuthHeader" part="ServiceAuthHeader" use="literal"/>
|
2122
|
-
</wsdl:input>
|
2123
|
-
<wsdl:output>
|
2124
|
-
<soap12:body use="literal"/>
|
2125
|
-
</wsdl:output>
|
2126
|
-
</wsdl:operation>
|
2127
|
-
</wsdl:binding>
|
2128
|
-
<wsdl:service name="WebService">
|
2129
|
-
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Interhome WebService</wsdl:documentation>
|
2130
|
-
<wsdl:port name="WebServiceSoap" binding="tns:WebServiceSoap">
|
2131
|
-
<soap:address location="https://webservices.interhome.com/quality/partnerV3/WebService.asmx"/>
|
2132
|
-
</wsdl:port>
|
2133
|
-
<wsdl:port name="WebServiceSoap12" binding="tns:WebServiceSoap12">
|
2134
|
-
<soap12:address location="https://webservices.interhome.com/quality/partnerV3/WebService.asmx"/>
|
2135
|
-
</wsdl:port>
|
2136
|
-
</wsdl:service>
|
2137
|
-
</wsdl:definitions>
|