postalmethods 1.0.1 → 1.1.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.
@@ -0,0 +1,868 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="PostalMethods" xmlns:s1="PostalMethods/AbstractTypes" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" targetNamespace="PostalMethods" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
3
+ <wsdl:types>
4
+ <s:schema elementFormDefault="qualified" targetNamespace="PostalMethods">
5
+ <s:element name="SendLetter">
6
+ <s:complexType>
7
+ <s:sequence>
8
+ <s:element minOccurs="0" maxOccurs="1" name="Username" type="s:string" />
9
+ <s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string" />
10
+ <s:element minOccurs="0" maxOccurs="1" name="MyDescription" type="s:string" />
11
+ <s:element minOccurs="0" maxOccurs="1" name="FileExtension" type="s:string" />
12
+ <s:element minOccurs="0" maxOccurs="1" name="FileBinaryData" type="s:base64Binary" />
13
+ </s:sequence>
14
+ </s:complexType>
15
+ </s:element>
16
+ <s:element name="SendLetterResponse">
17
+ <s:complexType>
18
+ <s:sequence>
19
+ <s:element minOccurs="1" maxOccurs="1" name="SendLetterResult" type="s:int" />
20
+ </s:sequence>
21
+ </s:complexType>
22
+ </s:element>
23
+ <s:element name="SendLetterAndAddress">
24
+ <s:complexType>
25
+ <s:sequence>
26
+ <s:element minOccurs="0" maxOccurs="1" name="Username" type="s:string" />
27
+ <s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string" />
28
+ <s:element minOccurs="0" maxOccurs="1" name="MyDescription" type="s:string" />
29
+ <s:element minOccurs="0" maxOccurs="1" name="FileExtension" type="s:string" />
30
+ <s:element minOccurs="0" maxOccurs="1" name="FileBinaryData" type="s:base64Binary" />
31
+ <s:element minOccurs="0" maxOccurs="1" name="AttentionLine1" type="s:string" />
32
+ <s:element minOccurs="0" maxOccurs="1" name="AttentionLine2" type="s:string" />
33
+ <s:element minOccurs="0" maxOccurs="1" name="AttentionLine3" type="s:string" />
34
+ <s:element minOccurs="0" maxOccurs="1" name="Company" type="s:string" />
35
+ <s:element minOccurs="0" maxOccurs="1" name="Address1" type="s:string" />
36
+ <s:element minOccurs="0" maxOccurs="1" name="Address2" type="s:string" />
37
+ <s:element minOccurs="0" maxOccurs="1" name="City" type="s:string" />
38
+ <s:element minOccurs="0" maxOccurs="1" name="State" type="s:string" />
39
+ <s:element minOccurs="0" maxOccurs="1" name="PostalCode" type="s:string" />
40
+ <s:element minOccurs="0" maxOccurs="1" name="Country" type="s:string" />
41
+ </s:sequence>
42
+ </s:complexType>
43
+ </s:element>
44
+ <s:element name="SendLetterAndAddressResponse">
45
+ <s:complexType>
46
+ <s:sequence>
47
+ <s:element minOccurs="1" maxOccurs="1" name="SendLetterAndAddressResult" type="s:int" />
48
+ </s:sequence>
49
+ </s:complexType>
50
+ </s:element>
51
+ <s:element name="GetLetterStatus">
52
+ <s:complexType>
53
+ <s:sequence>
54
+ <s:element minOccurs="0" maxOccurs="1" name="Username" type="s:string" />
55
+ <s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string" />
56
+ <s:element minOccurs="1" maxOccurs="1" name="ID" type="s:int" />
57
+ </s:sequence>
58
+ </s:complexType>
59
+ </s:element>
60
+ <s:element name="GetLetterStatusResponse">
61
+ <s:complexType>
62
+ <s:sequence>
63
+ <s:element minOccurs="1" maxOccurs="1" name="GetLetterStatusResult" type="tns:GetLetterStatusResult" />
64
+ </s:sequence>
65
+ </s:complexType>
66
+ </s:element>
67
+ <s:complexType name="GetLetterStatusResult">
68
+ <s:sequence>
69
+ <s:element minOccurs="1" maxOccurs="1" name="ResultCode" type="s:int" />
70
+ <s:element minOccurs="1" maxOccurs="1" name="Status" type="s:int" />
71
+ <s:element minOccurs="1" maxOccurs="1" name="LastUpdateTime" type="s:dateTime" />
72
+ </s:sequence>
73
+ </s:complexType>
74
+ <s:element name="GetLetterStatus_Multiple">
75
+ <s:complexType>
76
+ <s:sequence>
77
+ <s:element minOccurs="0" maxOccurs="1" name="Username" type="s:string" />
78
+ <s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string" />
79
+ <s:element minOccurs="0" maxOccurs="1" name="ID" type="s:string" />
80
+ </s:sequence>
81
+ </s:complexType>
82
+ </s:element>
83
+ <s:element name="GetLetterStatus_MultipleResponse">
84
+ <s:complexType>
85
+ <s:sequence>
86
+ <s:element minOccurs="1" maxOccurs="1" name="GetLetterStatus_MultipleResult" type="tns:GetLetterStatus_MultipleResult" />
87
+ </s:sequence>
88
+ </s:complexType>
89
+ </s:element>
90
+ <s:complexType name="GetLetterStatus_MultipleResult">
91
+ <s:sequence>
92
+ <s:element minOccurs="1" maxOccurs="1" name="ResultCode" type="s:int" />
93
+ <s:element minOccurs="0" maxOccurs="1" name="LetterStatuses" type="tns:ArrayOfLetterStatus" />
94
+ </s:sequence>
95
+ </s:complexType>
96
+ <s:complexType name="ArrayOfLetterStatus">
97
+ <s:sequence>
98
+ <s:element minOccurs="0" maxOccurs="unbounded" name="LetterStatus" type="tns:LetterStatus" />
99
+ </s:sequence>
100
+ </s:complexType>
101
+ <s:complexType name="LetterStatus">
102
+ <s:sequence>
103
+ <s:element minOccurs="1" maxOccurs="1" name="ID" type="s:int" />
104
+ <s:element minOccurs="1" maxOccurs="1" name="Status" type="s:int" />
105
+ <s:element minOccurs="1" maxOccurs="1" name="LastUpdateTime" type="s:dateTime" />
106
+ </s:sequence>
107
+ </s:complexType>
108
+ <s:element name="GetLetterStatus_Range">
109
+ <s:complexType>
110
+ <s:sequence>
111
+ <s:element minOccurs="0" maxOccurs="1" name="Username" type="s:string" />
112
+ <s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string" />
113
+ <s:element minOccurs="1" maxOccurs="1" name="MinID" type="s:int" />
114
+ <s:element minOccurs="1" maxOccurs="1" name="MaxID" type="s:int" />
115
+ </s:sequence>
116
+ </s:complexType>
117
+ </s:element>
118
+ <s:element name="GetLetterStatus_RangeResponse">
119
+ <s:complexType>
120
+ <s:sequence>
121
+ <s:element minOccurs="1" maxOccurs="1" name="GetLetterStatus_RangeResult" type="tns:GetLetterStatus_RangeResult" />
122
+ </s:sequence>
123
+ </s:complexType>
124
+ </s:element>
125
+ <s:complexType name="GetLetterStatus_RangeResult">
126
+ <s:sequence>
127
+ <s:element minOccurs="1" maxOccurs="1" name="ResultCode" type="s:int" />
128
+ <s:element minOccurs="0" maxOccurs="1" name="LetterStatuses" type="tns:ArrayOfLetterStatus" />
129
+ </s:sequence>
130
+ </s:complexType>
131
+ <s:element name="GetLetterDetails">
132
+ <s:complexType>
133
+ <s:sequence>
134
+ <s:element minOccurs="0" maxOccurs="1" name="Username" type="s:string" />
135
+ <s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string" />
136
+ <s:element minOccurs="1" maxOccurs="1" name="ID" type="s:int" />
137
+ </s:sequence>
138
+ </s:complexType>
139
+ </s:element>
140
+ <s:element name="GetLetterDetailsResponse">
141
+ <s:complexType>
142
+ <s:sequence>
143
+ <s:element minOccurs="1" maxOccurs="1" name="GetLetterDetailsResult" type="tns:GetLetterDetailsResult" />
144
+ </s:sequence>
145
+ </s:complexType>
146
+ </s:element>
147
+ <s:complexType name="GetLetterDetailsResult">
148
+ <s:sequence>
149
+ <s:element minOccurs="1" maxOccurs="1" name="ResultCode" type="s:int" />
150
+ <s:element minOccurs="1" maxOccurs="1" name="ID" type="s:int" />
151
+ <s:element minOccurs="1" maxOccurs="1" name="Price" type="s:decimal" />
152
+ <s:element minOccurs="1" maxOccurs="1" name="NumOfSheets" type="s:int" />
153
+ <s:element minOccurs="1" maxOccurs="1" name="SubmitTime" type="s:dateTime" />
154
+ <s:element minOccurs="1" maxOccurs="1" name="CompletionTime" type="s:dateTime" />
155
+ <s:element minOccurs="0" maxOccurs="1" name="Orientation" type="s:string" />
156
+ <s:element minOccurs="0" maxOccurs="1" name="Envelope" type="s:string" />
157
+ <s:element minOccurs="0" maxOccurs="1" name="Paper" type="s:string" />
158
+ <s:element minOccurs="0" maxOccurs="1" name="PrintColor" type="s:string" />
159
+ <s:element minOccurs="0" maxOccurs="1" name="PrintSides" type="s:string" />
160
+ <s:element minOccurs="0" maxOccurs="1" name="NationalMailing" type="s:string" />
161
+ <s:element minOccurs="0" maxOccurs="1" name="InternationalMailing" type="s:string" />
162
+ </s:sequence>
163
+ </s:complexType>
164
+ <s:element name="GetPDF">
165
+ <s:complexType>
166
+ <s:sequence>
167
+ <s:element minOccurs="0" maxOccurs="1" name="Username" type="s:string" />
168
+ <s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string" />
169
+ <s:element minOccurs="1" maxOccurs="1" name="ID" type="s:int" />
170
+ </s:sequence>
171
+ </s:complexType>
172
+ </s:element>
173
+ <s:element name="GetPDFResponse">
174
+ <s:complexType>
175
+ <s:sequence>
176
+ <s:element minOccurs="1" maxOccurs="1" name="GetPDFResult" type="tns:GetPDFResult" />
177
+ </s:sequence>
178
+ </s:complexType>
179
+ </s:element>
180
+ <s:complexType name="GetPDFResult">
181
+ <s:sequence>
182
+ <s:element minOccurs="1" maxOccurs="1" name="ResultCode" type="s:int" />
183
+ <s:element minOccurs="0" maxOccurs="1" name="FileData" type="s:base64Binary" />
184
+ </s:sequence>
185
+ </s:complexType>
186
+ <s:element name="CancelDelivery">
187
+ <s:complexType>
188
+ <s:sequence>
189
+ <s:element minOccurs="0" maxOccurs="1" name="Username" type="s:string" />
190
+ <s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string" />
191
+ <s:element minOccurs="1" maxOccurs="1" name="ID" type="s:int" />
192
+ </s:sequence>
193
+ </s:complexType>
194
+ </s:element>
195
+ <s:element name="CancelDeliveryResponse">
196
+ <s:complexType>
197
+ <s:sequence>
198
+ <s:element minOccurs="1" maxOccurs="1" name="CancelDeliveryResult" type="s:int" />
199
+ </s:sequence>
200
+ </s:complexType>
201
+ </s:element>
202
+ <s:element name="int" type="s:int" />
203
+ <s:element name="GetLetterStatusResult" type="tns:GetLetterStatusResult" />
204
+ <s:element name="GetLetterStatus_MultipleResult" type="tns:GetLetterStatus_MultipleResult" />
205
+ <s:element name="GetLetterStatus_RangeResult" type="tns:GetLetterStatus_RangeResult" />
206
+ <s:element name="GetLetterDetailsResult" type="tns:GetLetterDetailsResult" />
207
+ <s:element name="GetPDFResult" type="tns:GetPDFResult" />
208
+ </s:schema>
209
+ <s:schema targetNamespace="PostalMethods/AbstractTypes">
210
+ <s:import namespace="http://schemas.xmlsoap.org/soap/encoding/" />
211
+ <s:complexType name="StringArray">
212
+ <s:complexContent mixed="false">
213
+ <s:restriction base="soapenc:Array">
214
+ <s:sequence>
215
+ <s:element minOccurs="0" maxOccurs="unbounded" name="String" type="s:string" />
216
+ </s:sequence>
217
+ </s:restriction>
218
+ </s:complexContent>
219
+ </s:complexType>
220
+ </s:schema>
221
+ </wsdl:types>
222
+ <wsdl:message name="SendLetterSoapIn">
223
+ <wsdl:part name="parameters" element="tns:SendLetter" />
224
+ </wsdl:message>
225
+ <wsdl:message name="SendLetterSoapOut">
226
+ <wsdl:part name="parameters" element="tns:SendLetterResponse" />
227
+ </wsdl:message>
228
+ <wsdl:message name="SendLetterAndAddressSoapIn">
229
+ <wsdl:part name="parameters" element="tns:SendLetterAndAddress" />
230
+ </wsdl:message>
231
+ <wsdl:message name="SendLetterAndAddressSoapOut">
232
+ <wsdl:part name="parameters" element="tns:SendLetterAndAddressResponse" />
233
+ </wsdl:message>
234
+ <wsdl:message name="GetLetterStatusSoapIn">
235
+ <wsdl:part name="parameters" element="tns:GetLetterStatus" />
236
+ </wsdl:message>
237
+ <wsdl:message name="GetLetterStatusSoapOut">
238
+ <wsdl:part name="parameters" element="tns:GetLetterStatusResponse" />
239
+ </wsdl:message>
240
+ <wsdl:message name="GetLetterStatus_MultipleSoapIn">
241
+ <wsdl:part name="parameters" element="tns:GetLetterStatus_Multiple" />
242
+ </wsdl:message>
243
+ <wsdl:message name="GetLetterStatus_MultipleSoapOut">
244
+ <wsdl:part name="parameters" element="tns:GetLetterStatus_MultipleResponse" />
245
+ </wsdl:message>
246
+ <wsdl:message name="GetLetterStatus_RangeSoapIn">
247
+ <wsdl:part name="parameters" element="tns:GetLetterStatus_Range" />
248
+ </wsdl:message>
249
+ <wsdl:message name="GetLetterStatus_RangeSoapOut">
250
+ <wsdl:part name="parameters" element="tns:GetLetterStatus_RangeResponse" />
251
+ </wsdl:message>
252
+ <wsdl:message name="GetLetterDetailsSoapIn">
253
+ <wsdl:part name="parameters" element="tns:GetLetterDetails" />
254
+ </wsdl:message>
255
+ <wsdl:message name="GetLetterDetailsSoapOut">
256
+ <wsdl:part name="parameters" element="tns:GetLetterDetailsResponse" />
257
+ </wsdl:message>
258
+ <wsdl:message name="GetPDFSoapIn">
259
+ <wsdl:part name="parameters" element="tns:GetPDF" />
260
+ </wsdl:message>
261
+ <wsdl:message name="GetPDFSoapOut">
262
+ <wsdl:part name="parameters" element="tns:GetPDFResponse" />
263
+ </wsdl:message>
264
+ <wsdl:message name="CancelDeliverySoapIn">
265
+ <wsdl:part name="parameters" element="tns:CancelDelivery" />
266
+ </wsdl:message>
267
+ <wsdl:message name="CancelDeliverySoapOut">
268
+ <wsdl:part name="parameters" element="tns:CancelDeliveryResponse" />
269
+ </wsdl:message>
270
+ <wsdl:message name="SendLetterHttpGetIn">
271
+ <wsdl:part name="Username" type="s:string" />
272
+ <wsdl:part name="Password" type="s:string" />
273
+ <wsdl:part name="MyDescription" type="s:string" />
274
+ <wsdl:part name="FileExtension" type="s:string" />
275
+ <wsdl:part name="FileBinaryData" type="s1:StringArray" />
276
+ </wsdl:message>
277
+ <wsdl:message name="SendLetterHttpGetOut">
278
+ <wsdl:part name="Body" element="tns:int" />
279
+ </wsdl:message>
280
+ <wsdl:message name="SendLetterAndAddressHttpGetIn">
281
+ <wsdl:part name="Username" type="s:string" />
282
+ <wsdl:part name="Password" type="s:string" />
283
+ <wsdl:part name="MyDescription" type="s:string" />
284
+ <wsdl:part name="FileExtension" type="s:string" />
285
+ <wsdl:part name="FileBinaryData" type="s1:StringArray" />
286
+ <wsdl:part name="AttentionLine1" type="s:string" />
287
+ <wsdl:part name="AttentionLine2" type="s:string" />
288
+ <wsdl:part name="AttentionLine3" type="s:string" />
289
+ <wsdl:part name="Company" type="s:string" />
290
+ <wsdl:part name="Address1" type="s:string" />
291
+ <wsdl:part name="Address2" type="s:string" />
292
+ <wsdl:part name="City" type="s:string" />
293
+ <wsdl:part name="State" type="s:string" />
294
+ <wsdl:part name="PostalCode" type="s:string" />
295
+ <wsdl:part name="Country" type="s:string" />
296
+ </wsdl:message>
297
+ <wsdl:message name="SendLetterAndAddressHttpGetOut">
298
+ <wsdl:part name="Body" element="tns:int" />
299
+ </wsdl:message>
300
+ <wsdl:message name="GetLetterStatusHttpGetIn">
301
+ <wsdl:part name="Username" type="s:string" />
302
+ <wsdl:part name="Password" type="s:string" />
303
+ <wsdl:part name="ID" type="s:string" />
304
+ </wsdl:message>
305
+ <wsdl:message name="GetLetterStatusHttpGetOut">
306
+ <wsdl:part name="Body" element="tns:GetLetterStatusResult" />
307
+ </wsdl:message>
308
+ <wsdl:message name="GetLetterStatus_MultipleHttpGetIn">
309
+ <wsdl:part name="Username" type="s:string" />
310
+ <wsdl:part name="Password" type="s:string" />
311
+ <wsdl:part name="ID" type="s:string" />
312
+ </wsdl:message>
313
+ <wsdl:message name="GetLetterStatus_MultipleHttpGetOut">
314
+ <wsdl:part name="Body" element="tns:GetLetterStatus_MultipleResult" />
315
+ </wsdl:message>
316
+ <wsdl:message name="GetLetterStatus_RangeHttpGetIn">
317
+ <wsdl:part name="Username" type="s:string" />
318
+ <wsdl:part name="Password" type="s:string" />
319
+ <wsdl:part name="MinID" type="s:string" />
320
+ <wsdl:part name="MaxID" type="s:string" />
321
+ </wsdl:message>
322
+ <wsdl:message name="GetLetterStatus_RangeHttpGetOut">
323
+ <wsdl:part name="Body" element="tns:GetLetterStatus_RangeResult" />
324
+ </wsdl:message>
325
+ <wsdl:message name="GetLetterDetailsHttpGetIn">
326
+ <wsdl:part name="Username" type="s:string" />
327
+ <wsdl:part name="Password" type="s:string" />
328
+ <wsdl:part name="ID" type="s:string" />
329
+ </wsdl:message>
330
+ <wsdl:message name="GetLetterDetailsHttpGetOut">
331
+ <wsdl:part name="Body" element="tns:GetLetterDetailsResult" />
332
+ </wsdl:message>
333
+ <wsdl:message name="GetPDFHttpGetIn">
334
+ <wsdl:part name="Username" type="s:string" />
335
+ <wsdl:part name="Password" type="s:string" />
336
+ <wsdl:part name="ID" type="s:string" />
337
+ </wsdl:message>
338
+ <wsdl:message name="GetPDFHttpGetOut">
339
+ <wsdl:part name="Body" element="tns:GetPDFResult" />
340
+ </wsdl:message>
341
+ <wsdl:message name="CancelDeliveryHttpGetIn">
342
+ <wsdl:part name="Username" type="s:string" />
343
+ <wsdl:part name="Password" type="s:string" />
344
+ <wsdl:part name="ID" type="s:string" />
345
+ </wsdl:message>
346
+ <wsdl:message name="CancelDeliveryHttpGetOut">
347
+ <wsdl:part name="Body" element="tns:int" />
348
+ </wsdl:message>
349
+ <wsdl:message name="SendLetterHttpPostIn">
350
+ <wsdl:part name="Username" type="s:string" />
351
+ <wsdl:part name="Password" type="s:string" />
352
+ <wsdl:part name="MyDescription" type="s:string" />
353
+ <wsdl:part name="FileExtension" type="s:string" />
354
+ <wsdl:part name="FileBinaryData" type="s1:StringArray" />
355
+ </wsdl:message>
356
+ <wsdl:message name="SendLetterHttpPostOut">
357
+ <wsdl:part name="Body" element="tns:int" />
358
+ </wsdl:message>
359
+ <wsdl:message name="SendLetterAndAddressHttpPostIn">
360
+ <wsdl:part name="Username" type="s:string" />
361
+ <wsdl:part name="Password" type="s:string" />
362
+ <wsdl:part name="MyDescription" type="s:string" />
363
+ <wsdl:part name="FileExtension" type="s:string" />
364
+ <wsdl:part name="FileBinaryData" type="s1:StringArray" />
365
+ <wsdl:part name="AttentionLine1" type="s:string" />
366
+ <wsdl:part name="AttentionLine2" type="s:string" />
367
+ <wsdl:part name="AttentionLine3" type="s:string" />
368
+ <wsdl:part name="Company" type="s:string" />
369
+ <wsdl:part name="Address1" type="s:string" />
370
+ <wsdl:part name="Address2" type="s:string" />
371
+ <wsdl:part name="City" type="s:string" />
372
+ <wsdl:part name="State" type="s:string" />
373
+ <wsdl:part name="PostalCode" type="s:string" />
374
+ <wsdl:part name="Country" type="s:string" />
375
+ </wsdl:message>
376
+ <wsdl:message name="SendLetterAndAddressHttpPostOut">
377
+ <wsdl:part name="Body" element="tns:int" />
378
+ </wsdl:message>
379
+ <wsdl:message name="GetLetterStatusHttpPostIn">
380
+ <wsdl:part name="Username" type="s:string" />
381
+ <wsdl:part name="Password" type="s:string" />
382
+ <wsdl:part name="ID" type="s:string" />
383
+ </wsdl:message>
384
+ <wsdl:message name="GetLetterStatusHttpPostOut">
385
+ <wsdl:part name="Body" element="tns:GetLetterStatusResult" />
386
+ </wsdl:message>
387
+ <wsdl:message name="GetLetterStatus_MultipleHttpPostIn">
388
+ <wsdl:part name="Username" type="s:string" />
389
+ <wsdl:part name="Password" type="s:string" />
390
+ <wsdl:part name="ID" type="s:string" />
391
+ </wsdl:message>
392
+ <wsdl:message name="GetLetterStatus_MultipleHttpPostOut">
393
+ <wsdl:part name="Body" element="tns:GetLetterStatus_MultipleResult" />
394
+ </wsdl:message>
395
+ <wsdl:message name="GetLetterStatus_RangeHttpPostIn">
396
+ <wsdl:part name="Username" type="s:string" />
397
+ <wsdl:part name="Password" type="s:string" />
398
+ <wsdl:part name="MinID" type="s:string" />
399
+ <wsdl:part name="MaxID" type="s:string" />
400
+ </wsdl:message>
401
+ <wsdl:message name="GetLetterStatus_RangeHttpPostOut">
402
+ <wsdl:part name="Body" element="tns:GetLetterStatus_RangeResult" />
403
+ </wsdl:message>
404
+ <wsdl:message name="GetLetterDetailsHttpPostIn">
405
+ <wsdl:part name="Username" type="s:string" />
406
+ <wsdl:part name="Password" type="s:string" />
407
+ <wsdl:part name="ID" type="s:string" />
408
+ </wsdl:message>
409
+ <wsdl:message name="GetLetterDetailsHttpPostOut">
410
+ <wsdl:part name="Body" element="tns:GetLetterDetailsResult" />
411
+ </wsdl:message>
412
+ <wsdl:message name="GetPDFHttpPostIn">
413
+ <wsdl:part name="Username" type="s:string" />
414
+ <wsdl:part name="Password" type="s:string" />
415
+ <wsdl:part name="ID" type="s:string" />
416
+ </wsdl:message>
417
+ <wsdl:message name="GetPDFHttpPostOut">
418
+ <wsdl:part name="Body" element="tns:GetPDFResult" />
419
+ </wsdl:message>
420
+ <wsdl:message name="CancelDeliveryHttpPostIn">
421
+ <wsdl:part name="Username" type="s:string" />
422
+ <wsdl:part name="Password" type="s:string" />
423
+ <wsdl:part name="ID" type="s:string" />
424
+ </wsdl:message>
425
+ <wsdl:message name="CancelDeliveryHttpPostOut">
426
+ <wsdl:part name="Body" element="tns:int" />
427
+ </wsdl:message>
428
+ <wsdl:portType name="PostalWSSimpleSoap">
429
+ <wsdl:operation name="SendLetter">
430
+ <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">The SendLetter() method is the simplest way to send a letter through the PostalMethods service.</wsdl:documentation>
431
+ <wsdl:input message="tns:SendLetterSoapIn" />
432
+ <wsdl:output message="tns:SendLetterSoapOut" />
433
+ </wsdl:operation>
434
+ <wsdl:operation name="SendLetterAndAddress">
435
+ <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">The SendLetterAndAddress() method is the simplest way to send a letter through the PostalMethods service.</wsdl:documentation>
436
+ <wsdl:input message="tns:SendLetterAndAddressSoapIn" />
437
+ <wsdl:output message="tns:SendLetterAndAddressSoapOut" />
438
+ </wsdl:operation>
439
+ <wsdl:operation name="GetLetterStatus">
440
+ <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">The GetLetterStatus() method is the simplest way to get a status report of a single letter sent through the PostalMethods service.</wsdl:documentation>
441
+ <wsdl:input message="tns:GetLetterStatusSoapIn" />
442
+ <wsdl:output message="tns:GetLetterStatusSoapOut" />
443
+ </wsdl:operation>
444
+ <wsdl:operation name="GetLetterStatus_Multiple">
445
+ <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">The GetLetterStatus_Multiple() method is a way to get a status report of multiple letters - in a single Web Service request.</wsdl:documentation>
446
+ <wsdl:input message="tns:GetLetterStatus_MultipleSoapIn" />
447
+ <wsdl:output message="tns:GetLetterStatus_MultipleSoapOut" />
448
+ </wsdl:operation>
449
+ <wsdl:operation name="GetLetterStatus_Range">
450
+ <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">The GetLetterStatus_Range() method is a way to get a status report of multiple letters - by ID range - in a single Web Service request.</wsdl:documentation>
451
+ <wsdl:input message="tns:GetLetterStatus_RangeSoapIn" />
452
+ <wsdl:output message="tns:GetLetterStatus_RangeSoapOut" />
453
+ </wsdl:operation>
454
+ <wsdl:operation name="GetLetterDetails">
455
+ <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">The GetLetterDetails() method is a way to get a detailed report regarding a letter.</wsdl:documentation>
456
+ <wsdl:input message="tns:GetLetterDetailsSoapIn" />
457
+ <wsdl:output message="tns:GetLetterDetailsSoapOut" />
458
+ </wsdl:operation>
459
+ <wsdl:operation name="GetPDF">
460
+ <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">The GetPDF() method is a way to get the PDF file used for printing the letter as a binary file.</wsdl:documentation>
461
+ <wsdl:input message="tns:GetPDFSoapIn" />
462
+ <wsdl:output message="tns:GetPDFSoapOut" />
463
+ </wsdl:operation>
464
+ <wsdl:operation name="CancelDelivery">
465
+ <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">The CancelDelivery() method is a way to cancel fulfillment of a letter still not delivered to the postal service. Cancellation may take up to a few minutes to succeed. If funds were deducted from the account, they will be refunded immediately.</wsdl:documentation>
466
+ <wsdl:input message="tns:CancelDeliverySoapIn" />
467
+ <wsdl:output message="tns:CancelDeliverySoapOut" />
468
+ </wsdl:operation>
469
+ </wsdl:portType>
470
+ <wsdl:portType name="PostalWSSimpleHttpGet">
471
+ <wsdl:operation name="SendLetter">
472
+ <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">The SendLetter() method is the simplest way to send a letter through the PostalMethods service.</wsdl:documentation>
473
+ <wsdl:input message="tns:SendLetterHttpGetIn" />
474
+ <wsdl:output message="tns:SendLetterHttpGetOut" />
475
+ </wsdl:operation>
476
+ <wsdl:operation name="SendLetterAndAddress">
477
+ <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">The SendLetterAndAddress() method is the simplest way to send a letter through the PostalMethods service.</wsdl:documentation>
478
+ <wsdl:input message="tns:SendLetterAndAddressHttpGetIn" />
479
+ <wsdl:output message="tns:SendLetterAndAddressHttpGetOut" />
480
+ </wsdl:operation>
481
+ <wsdl:operation name="GetLetterStatus">
482
+ <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">The GetLetterStatus() method is the simplest way to get a status report of a single letter sent through the PostalMethods service.</wsdl:documentation>
483
+ <wsdl:input message="tns:GetLetterStatusHttpGetIn" />
484
+ <wsdl:output message="tns:GetLetterStatusHttpGetOut" />
485
+ </wsdl:operation>
486
+ <wsdl:operation name="GetLetterStatus_Multiple">
487
+ <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">The GetLetterStatus_Multiple() method is a way to get a status report of multiple letters - in a single Web Service request.</wsdl:documentation>
488
+ <wsdl:input message="tns:GetLetterStatus_MultipleHttpGetIn" />
489
+ <wsdl:output message="tns:GetLetterStatus_MultipleHttpGetOut" />
490
+ </wsdl:operation>
491
+ <wsdl:operation name="GetLetterStatus_Range">
492
+ <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">The GetLetterStatus_Range() method is a way to get a status report of multiple letters - by ID range - in a single Web Service request.</wsdl:documentation>
493
+ <wsdl:input message="tns:GetLetterStatus_RangeHttpGetIn" />
494
+ <wsdl:output message="tns:GetLetterStatus_RangeHttpGetOut" />
495
+ </wsdl:operation>
496
+ <wsdl:operation name="GetLetterDetails">
497
+ <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">The GetLetterDetails() method is a way to get a detailed report regarding a letter.</wsdl:documentation>
498
+ <wsdl:input message="tns:GetLetterDetailsHttpGetIn" />
499
+ <wsdl:output message="tns:GetLetterDetailsHttpGetOut" />
500
+ </wsdl:operation>
501
+ <wsdl:operation name="GetPDF">
502
+ <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">The GetPDF() method is a way to get the PDF file used for printing the letter as a binary file.</wsdl:documentation>
503
+ <wsdl:input message="tns:GetPDFHttpGetIn" />
504
+ <wsdl:output message="tns:GetPDFHttpGetOut" />
505
+ </wsdl:operation>
506
+ <wsdl:operation name="CancelDelivery">
507
+ <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">The CancelDelivery() method is a way to cancel fulfillment of a letter still not delivered to the postal service. Cancellation may take up to a few minutes to succeed. If funds were deducted from the account, they will be refunded immediately.</wsdl:documentation>
508
+ <wsdl:input message="tns:CancelDeliveryHttpGetIn" />
509
+ <wsdl:output message="tns:CancelDeliveryHttpGetOut" />
510
+ </wsdl:operation>
511
+ </wsdl:portType>
512
+ <wsdl:portType name="PostalWSSimpleHttpPost">
513
+ <wsdl:operation name="SendLetter">
514
+ <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">The SendLetter() method is the simplest way to send a letter through the PostalMethods service.</wsdl:documentation>
515
+ <wsdl:input message="tns:SendLetterHttpPostIn" />
516
+ <wsdl:output message="tns:SendLetterHttpPostOut" />
517
+ </wsdl:operation>
518
+ <wsdl:operation name="SendLetterAndAddress">
519
+ <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">The SendLetterAndAddress() method is the simplest way to send a letter through the PostalMethods service.</wsdl:documentation>
520
+ <wsdl:input message="tns:SendLetterAndAddressHttpPostIn" />
521
+ <wsdl:output message="tns:SendLetterAndAddressHttpPostOut" />
522
+ </wsdl:operation>
523
+ <wsdl:operation name="GetLetterStatus">
524
+ <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">The GetLetterStatus() method is the simplest way to get a status report of a single letter sent through the PostalMethods service.</wsdl:documentation>
525
+ <wsdl:input message="tns:GetLetterStatusHttpPostIn" />
526
+ <wsdl:output message="tns:GetLetterStatusHttpPostOut" />
527
+ </wsdl:operation>
528
+ <wsdl:operation name="GetLetterStatus_Multiple">
529
+ <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">The GetLetterStatus_Multiple() method is a way to get a status report of multiple letters - in a single Web Service request.</wsdl:documentation>
530
+ <wsdl:input message="tns:GetLetterStatus_MultipleHttpPostIn" />
531
+ <wsdl:output message="tns:GetLetterStatus_MultipleHttpPostOut" />
532
+ </wsdl:operation>
533
+ <wsdl:operation name="GetLetterStatus_Range">
534
+ <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">The GetLetterStatus_Range() method is a way to get a status report of multiple letters - by ID range - in a single Web Service request.</wsdl:documentation>
535
+ <wsdl:input message="tns:GetLetterStatus_RangeHttpPostIn" />
536
+ <wsdl:output message="tns:GetLetterStatus_RangeHttpPostOut" />
537
+ </wsdl:operation>
538
+ <wsdl:operation name="GetLetterDetails">
539
+ <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">The GetLetterDetails() method is a way to get a detailed report regarding a letter.</wsdl:documentation>
540
+ <wsdl:input message="tns:GetLetterDetailsHttpPostIn" />
541
+ <wsdl:output message="tns:GetLetterDetailsHttpPostOut" />
542
+ </wsdl:operation>
543
+ <wsdl:operation name="GetPDF">
544
+ <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">The GetPDF() method is a way to get the PDF file used for printing the letter as a binary file.</wsdl:documentation>
545
+ <wsdl:input message="tns:GetPDFHttpPostIn" />
546
+ <wsdl:output message="tns:GetPDFHttpPostOut" />
547
+ </wsdl:operation>
548
+ <wsdl:operation name="CancelDelivery">
549
+ <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">The CancelDelivery() method is a way to cancel fulfillment of a letter still not delivered to the postal service. Cancellation may take up to a few minutes to succeed. If funds were deducted from the account, they will be refunded immediately.</wsdl:documentation>
550
+ <wsdl:input message="tns:CancelDeliveryHttpPostIn" />
551
+ <wsdl:output message="tns:CancelDeliveryHttpPostOut" />
552
+ </wsdl:operation>
553
+ </wsdl:portType>
554
+ <wsdl:binding name="PostalWSSimpleSoap" type="tns:PostalWSSimpleSoap">
555
+ <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
556
+ <wsdl:operation name="SendLetter">
557
+ <soap:operation soapAction="PostalMethods/SendLetter" style="document" />
558
+ <wsdl:input>
559
+ <soap:body use="literal" />
560
+ </wsdl:input>
561
+ <wsdl:output>
562
+ <soap:body use="literal" />
563
+ </wsdl:output>
564
+ </wsdl:operation>
565
+ <wsdl:operation name="SendLetterAndAddress">
566
+ <soap:operation soapAction="PostalMethods/SendLetterAndAddress" style="document" />
567
+ <wsdl:input>
568
+ <soap:body use="literal" />
569
+ </wsdl:input>
570
+ <wsdl:output>
571
+ <soap:body use="literal" />
572
+ </wsdl:output>
573
+ </wsdl:operation>
574
+ <wsdl:operation name="GetLetterStatus">
575
+ <soap:operation soapAction="PostalMethods/GetLetterStatus" style="document" />
576
+ <wsdl:input>
577
+ <soap:body use="literal" />
578
+ </wsdl:input>
579
+ <wsdl:output>
580
+ <soap:body use="literal" />
581
+ </wsdl:output>
582
+ </wsdl:operation>
583
+ <wsdl:operation name="GetLetterStatus_Multiple">
584
+ <soap:operation soapAction="PostalMethods/GetLetterStatus_Multiple" style="document" />
585
+ <wsdl:input>
586
+ <soap:body use="literal" />
587
+ </wsdl:input>
588
+ <wsdl:output>
589
+ <soap:body use="literal" />
590
+ </wsdl:output>
591
+ </wsdl:operation>
592
+ <wsdl:operation name="GetLetterStatus_Range">
593
+ <soap:operation soapAction="PostalMethods/GetLetterStatus_Range" style="document" />
594
+ <wsdl:input>
595
+ <soap:body use="literal" />
596
+ </wsdl:input>
597
+ <wsdl:output>
598
+ <soap:body use="literal" />
599
+ </wsdl:output>
600
+ </wsdl:operation>
601
+ <wsdl:operation name="GetLetterDetails">
602
+ <soap:operation soapAction="PostalMethods/GetLetterDetails" style="document" />
603
+ <wsdl:input>
604
+ <soap:body use="literal" />
605
+ </wsdl:input>
606
+ <wsdl:output>
607
+ <soap:body use="literal" />
608
+ </wsdl:output>
609
+ </wsdl:operation>
610
+ <wsdl:operation name="GetPDF">
611
+ <soap:operation soapAction="PostalMethods/GetPDF" style="document" />
612
+ <wsdl:input>
613
+ <soap:body use="literal" />
614
+ </wsdl:input>
615
+ <wsdl:output>
616
+ <soap:body use="literal" />
617
+ </wsdl:output>
618
+ </wsdl:operation>
619
+ <wsdl:operation name="CancelDelivery">
620
+ <soap:operation soapAction="PostalMethods/CancelDelivery" style="document" />
621
+ <wsdl:input>
622
+ <soap:body use="literal" />
623
+ </wsdl:input>
624
+ <wsdl:output>
625
+ <soap:body use="literal" />
626
+ </wsdl:output>
627
+ </wsdl:operation>
628
+ </wsdl:binding>
629
+ <wsdl:binding name="PostalWSSimpleSoap12" type="tns:PostalWSSimpleSoap">
630
+ <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
631
+ <wsdl:operation name="SendLetter">
632
+ <soap12:operation soapAction="PostalMethods/SendLetter" style="document" />
633
+ <wsdl:input>
634
+ <soap12:body use="literal" />
635
+ </wsdl:input>
636
+ <wsdl:output>
637
+ <soap12:body use="literal" />
638
+ </wsdl:output>
639
+ </wsdl:operation>
640
+ <wsdl:operation name="SendLetterAndAddress">
641
+ <soap12:operation soapAction="PostalMethods/SendLetterAndAddress" style="document" />
642
+ <wsdl:input>
643
+ <soap12:body use="literal" />
644
+ </wsdl:input>
645
+ <wsdl:output>
646
+ <soap12:body use="literal" />
647
+ </wsdl:output>
648
+ </wsdl:operation>
649
+ <wsdl:operation name="GetLetterStatus">
650
+ <soap12:operation soapAction="PostalMethods/GetLetterStatus" style="document" />
651
+ <wsdl:input>
652
+ <soap12:body use="literal" />
653
+ </wsdl:input>
654
+ <wsdl:output>
655
+ <soap12:body use="literal" />
656
+ </wsdl:output>
657
+ </wsdl:operation>
658
+ <wsdl:operation name="GetLetterStatus_Multiple">
659
+ <soap12:operation soapAction="PostalMethods/GetLetterStatus_Multiple" style="document" />
660
+ <wsdl:input>
661
+ <soap12:body use="literal" />
662
+ </wsdl:input>
663
+ <wsdl:output>
664
+ <soap12:body use="literal" />
665
+ </wsdl:output>
666
+ </wsdl:operation>
667
+ <wsdl:operation name="GetLetterStatus_Range">
668
+ <soap12:operation soapAction="PostalMethods/GetLetterStatus_Range" style="document" />
669
+ <wsdl:input>
670
+ <soap12:body use="literal" />
671
+ </wsdl:input>
672
+ <wsdl:output>
673
+ <soap12:body use="literal" />
674
+ </wsdl:output>
675
+ </wsdl:operation>
676
+ <wsdl:operation name="GetLetterDetails">
677
+ <soap12:operation soapAction="PostalMethods/GetLetterDetails" style="document" />
678
+ <wsdl:input>
679
+ <soap12:body use="literal" />
680
+ </wsdl:input>
681
+ <wsdl:output>
682
+ <soap12:body use="literal" />
683
+ </wsdl:output>
684
+ </wsdl:operation>
685
+ <wsdl:operation name="GetPDF">
686
+ <soap12:operation soapAction="PostalMethods/GetPDF" style="document" />
687
+ <wsdl:input>
688
+ <soap12:body use="literal" />
689
+ </wsdl:input>
690
+ <wsdl:output>
691
+ <soap12:body use="literal" />
692
+ </wsdl:output>
693
+ </wsdl:operation>
694
+ <wsdl:operation name="CancelDelivery">
695
+ <soap12:operation soapAction="PostalMethods/CancelDelivery" style="document" />
696
+ <wsdl:input>
697
+ <soap12:body use="literal" />
698
+ </wsdl:input>
699
+ <wsdl:output>
700
+ <soap12:body use="literal" />
701
+ </wsdl:output>
702
+ </wsdl:operation>
703
+ </wsdl:binding>
704
+ <wsdl:binding name="PostalWSSimpleHttpGet" type="tns:PostalWSSimpleHttpGet">
705
+ <http:binding verb="GET" />
706
+ <wsdl:operation name="SendLetter">
707
+ <http:operation location="/SendLetter" />
708
+ <wsdl:input>
709
+ <http:urlEncoded />
710
+ </wsdl:input>
711
+ <wsdl:output>
712
+ <mime:mimeXml part="Body" />
713
+ </wsdl:output>
714
+ </wsdl:operation>
715
+ <wsdl:operation name="SendLetterAndAddress">
716
+ <http:operation location="/SendLetterAndAddress" />
717
+ <wsdl:input>
718
+ <http:urlEncoded />
719
+ </wsdl:input>
720
+ <wsdl:output>
721
+ <mime:mimeXml part="Body" />
722
+ </wsdl:output>
723
+ </wsdl:operation>
724
+ <wsdl:operation name="GetLetterStatus">
725
+ <http:operation location="/GetLetterStatus" />
726
+ <wsdl:input>
727
+ <http:urlEncoded />
728
+ </wsdl:input>
729
+ <wsdl:output>
730
+ <mime:mimeXml part="Body" />
731
+ </wsdl:output>
732
+ </wsdl:operation>
733
+ <wsdl:operation name="GetLetterStatus_Multiple">
734
+ <http:operation location="/GetLetterStatus_Multiple" />
735
+ <wsdl:input>
736
+ <http:urlEncoded />
737
+ </wsdl:input>
738
+ <wsdl:output>
739
+ <mime:mimeXml part="Body" />
740
+ </wsdl:output>
741
+ </wsdl:operation>
742
+ <wsdl:operation name="GetLetterStatus_Range">
743
+ <http:operation location="/GetLetterStatus_Range" />
744
+ <wsdl:input>
745
+ <http:urlEncoded />
746
+ </wsdl:input>
747
+ <wsdl:output>
748
+ <mime:mimeXml part="Body" />
749
+ </wsdl:output>
750
+ </wsdl:operation>
751
+ <wsdl:operation name="GetLetterDetails">
752
+ <http:operation location="/GetLetterDetails" />
753
+ <wsdl:input>
754
+ <http:urlEncoded />
755
+ </wsdl:input>
756
+ <wsdl:output>
757
+ <mime:mimeXml part="Body" />
758
+ </wsdl:output>
759
+ </wsdl:operation>
760
+ <wsdl:operation name="GetPDF">
761
+ <http:operation location="/GetPDF" />
762
+ <wsdl:input>
763
+ <http:urlEncoded />
764
+ </wsdl:input>
765
+ <wsdl:output>
766
+ <mime:mimeXml part="Body" />
767
+ </wsdl:output>
768
+ </wsdl:operation>
769
+ <wsdl:operation name="CancelDelivery">
770
+ <http:operation location="/CancelDelivery" />
771
+ <wsdl:input>
772
+ <http:urlEncoded />
773
+ </wsdl:input>
774
+ <wsdl:output>
775
+ <mime:mimeXml part="Body" />
776
+ </wsdl:output>
777
+ </wsdl:operation>
778
+ </wsdl:binding>
779
+ <wsdl:binding name="PostalWSSimpleHttpPost" type="tns:PostalWSSimpleHttpPost">
780
+ <http:binding verb="POST" />
781
+ <wsdl:operation name="SendLetter">
782
+ <http:operation location="/SendLetter" />
783
+ <wsdl:input>
784
+ <mime:content type="application/x-www-form-urlencoded" />
785
+ </wsdl:input>
786
+ <wsdl:output>
787
+ <mime:mimeXml part="Body" />
788
+ </wsdl:output>
789
+ </wsdl:operation>
790
+ <wsdl:operation name="SendLetterAndAddress">
791
+ <http:operation location="/SendLetterAndAddress" />
792
+ <wsdl:input>
793
+ <mime:content type="application/x-www-form-urlencoded" />
794
+ </wsdl:input>
795
+ <wsdl:output>
796
+ <mime:mimeXml part="Body" />
797
+ </wsdl:output>
798
+ </wsdl:operation>
799
+ <wsdl:operation name="GetLetterStatus">
800
+ <http:operation location="/GetLetterStatus" />
801
+ <wsdl:input>
802
+ <mime:content type="application/x-www-form-urlencoded" />
803
+ </wsdl:input>
804
+ <wsdl:output>
805
+ <mime:mimeXml part="Body" />
806
+ </wsdl:output>
807
+ </wsdl:operation>
808
+ <wsdl:operation name="GetLetterStatus_Multiple">
809
+ <http:operation location="/GetLetterStatus_Multiple" />
810
+ <wsdl:input>
811
+ <mime:content type="application/x-www-form-urlencoded" />
812
+ </wsdl:input>
813
+ <wsdl:output>
814
+ <mime:mimeXml part="Body" />
815
+ </wsdl:output>
816
+ </wsdl:operation>
817
+ <wsdl:operation name="GetLetterStatus_Range">
818
+ <http:operation location="/GetLetterStatus_Range" />
819
+ <wsdl:input>
820
+ <mime:content type="application/x-www-form-urlencoded" />
821
+ </wsdl:input>
822
+ <wsdl:output>
823
+ <mime:mimeXml part="Body" />
824
+ </wsdl:output>
825
+ </wsdl:operation>
826
+ <wsdl:operation name="GetLetterDetails">
827
+ <http:operation location="/GetLetterDetails" />
828
+ <wsdl:input>
829
+ <mime:content type="application/x-www-form-urlencoded" />
830
+ </wsdl:input>
831
+ <wsdl:output>
832
+ <mime:mimeXml part="Body" />
833
+ </wsdl:output>
834
+ </wsdl:operation>
835
+ <wsdl:operation name="GetPDF">
836
+ <http:operation location="/GetPDF" />
837
+ <wsdl:input>
838
+ <mime:content type="application/x-www-form-urlencoded" />
839
+ </wsdl:input>
840
+ <wsdl:output>
841
+ <mime:mimeXml part="Body" />
842
+ </wsdl:output>
843
+ </wsdl:operation>
844
+ <wsdl:operation name="CancelDelivery">
845
+ <http:operation location="/CancelDelivery" />
846
+ <wsdl:input>
847
+ <mime:content type="application/x-www-form-urlencoded" />
848
+ </wsdl:input>
849
+ <wsdl:output>
850
+ <mime:mimeXml part="Body" />
851
+ </wsdl:output>
852
+ </wsdl:operation>
853
+ </wsdl:binding>
854
+ <wsdl:service name="PostalWSSimple">
855
+ <wsdl:port name="PostalWSSimpleSoap" binding="tns:PostalWSSimpleSoap">
856
+ <soap:address location="http://api.postalmethods.com/PostalWS.asmx" />
857
+ </wsdl:port>
858
+ <wsdl:port name="PostalWSSimpleSoap12" binding="tns:PostalWSSimpleSoap12">
859
+ <soap12:address location="http://api.postalmethods.com/PostalWS.asmx" />
860
+ </wsdl:port>
861
+ <wsdl:port name="PostalWSSimpleHttpGet" binding="tns:PostalWSSimpleHttpGet">
862
+ <http:address location="http://api.postalmethods.com/PostalWS.asmx" />
863
+ </wsdl:port>
864
+ <wsdl:port name="PostalWSSimpleHttpPost" binding="tns:PostalWSSimpleHttpPost">
865
+ <http:address location="http://api.postalmethods.com/PostalWS.asmx" />
866
+ </wsdl:port>
867
+ </wsdl:service>
868
+ </wsdl:definitions>