interfax-ruby 0.1.2
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.
- data/.document +5 -0
- data/.rspec +1 -0
- data/.rvmrc +1 -0
- data/Gemfile +14 -0
- data/Gemfile.lock +77 -0
- data/LICENSE.txt +7 -0
- data/README.md +64 -0
- data/Rakefile +49 -0
- data/VERSION +1 -0
- data/interfax-ruby.gemspec +86 -0
- data/lib/interfax.rb +81 -0
- data/spec/fixtures/mickey01.jpg +0 -0
- data/spec/fixtures/vcr_cassettes/cancel_file_upload.yml +42 -0
- data/spec/fixtures/vcr_cassettes/cancel_file_upload_with_session.yml +1505 -0
- data/spec/fixtures/vcr_cassettes/sendfax_ex_2_authorized_default_values.yml +1505 -0
- data/spec/fixtures/vcr_cassettes/sendfax_ex_2_authorized_required_values.yml +4559 -0
- data/spec/fixtures/vcr_cassettes/start_file_upload_authorized.yml +1505 -0
- data/spec/fixtures/vcr_cassettes/start_file_upload_unauthorized.yml +1506 -0
- data/spec/fixtures/vcr_cassettes/upload_file_chunk_authorized.yml +3139 -0
- data/spec/interfax_spec.rb +208 -0
- data/spec/spec_helper.rb +12 -0
- data/spec/support/savon.rb +3 -0
- data/spec/support/vcr.rb +6 -0
- metadata +217 -0
@@ -0,0 +1,1506 @@
|
|
1
|
+
---
|
2
|
+
- !ruby/struct:VCR::HTTPInteraction
|
3
|
+
request: !ruby/struct:VCR::Request
|
4
|
+
method: :get
|
5
|
+
uri: https://ws.interfax.net:443/dfs.asmx?WSDL
|
6
|
+
body: !!null
|
7
|
+
headers: !!null
|
8
|
+
response: !ruby/struct:VCR::Response
|
9
|
+
status: !ruby/struct:VCR::ResponseStatus
|
10
|
+
code: 200
|
11
|
+
message: OK
|
12
|
+
headers:
|
13
|
+
date:
|
14
|
+
- Wed, 22 Feb 2012 18:24:25 GMT
|
15
|
+
server:
|
16
|
+
- Microsoft-IIS/6.0
|
17
|
+
iisexport:
|
18
|
+
- This web site was exported using IIS Export v4.2
|
19
|
+
- This web site was exported using IIS Export v4.2
|
20
|
+
x-powered-by:
|
21
|
+
- ASP.NET
|
22
|
+
x-aspnet-version:
|
23
|
+
- 2.0.50727
|
24
|
+
cache-control:
|
25
|
+
- private, max-age=0
|
26
|
+
content-type:
|
27
|
+
- text/xml; charset=utf-8
|
28
|
+
content-length:
|
29
|
+
- '115183'
|
30
|
+
body: ! "<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n<wsdl:definitions xmlns:soap=\"http://schemas.xmlsoap.org/wsdl/soap/\"
|
31
|
+
xmlns:tm=\"http://microsoft.com/wsdl/mime/textMatching/\" xmlns:soapenc=\"http://schemas.xmlsoap.org/soap/encoding/\"
|
32
|
+
xmlns:mime=\"http://schemas.xmlsoap.org/wsdl/mime/\" xmlns:tns=\"http://www.interfax.cc\"
|
33
|
+
xmlns:s1=\"http://www.interfax.cc/AbstractTypes\" xmlns:s=\"http://www.w3.org/2001/XMLSchema\"
|
34
|
+
xmlns:soap12=\"http://schemas.xmlsoap.org/wsdl/soap12/\" xmlns:http=\"http://schemas.xmlsoap.org/wsdl/http/\"
|
35
|
+
targetNamespace=\"http://www.interfax.cc\" xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">\r\n
|
36
|
+
\ <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">The InterFAX
|
37
|
+
FAX Web Service allows developers to send faxes from any environment, including
|
38
|
+
VB, .NET, Java, C# and any SOAP client. Build 2011-08-28</wsdl:documentation>\r\n
|
39
|
+
\ <wsdl:types>\r\n <s:schema elementFormDefault=\"qualified\" targetNamespace=\"http://www.interfax.cc\">\r\n
|
40
|
+
\ <s:element name=\"GetListPP\">\r\n <s:complexType>\r\n <s:sequence>\r\n
|
41
|
+
\ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"Username\" type=\"s:string\"
|
42
|
+
/>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"Password\"
|
43
|
+
type=\"s:string\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
|
44
|
+
\ </s:element>\r\n <s:element name=\"GetListPPResponse\">\r\n <s:complexType>\r\n
|
45
|
+
\ <s:sequence>\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\"
|
46
|
+
name=\"GetListPPResult\" type=\"tns:ListPPResult\" />\r\n </s:sequence>\r\n
|
47
|
+
\ </s:complexType>\r\n </s:element>\r\n <s:complexType name=\"ListPPResult\">\r\n
|
48
|
+
\ <s:sequence>\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\"
|
49
|
+
name=\"Valid\" type=\"s:boolean\" />\r\n <s:element minOccurs=\"1\"
|
50
|
+
maxOccurs=\"1\" name=\"AccountID\" type=\"s:int\" />\r\n <s:element
|
51
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"CurrencyCode\" type=\"s:string\" />\r\n
|
52
|
+
\ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"DateFormat\" type=\"s:string\"
|
53
|
+
/>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"AccountType\"
|
54
|
+
type=\"s:string\" />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
55
|
+
name=\"PPCardsDetails\" type=\"tns:ArrayOfPPCardDetails\" />\r\n <s:element
|
56
|
+
minOccurs=\"1\" maxOccurs=\"1\" name=\"ResultCode\" type=\"s:int\" />\r\n </s:sequence>\r\n
|
57
|
+
\ </s:complexType>\r\n <s:complexType name=\"ArrayOfPPCardDetails\">\r\n
|
58
|
+
\ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"unbounded\"
|
59
|
+
name=\"PPCardDetails\" type=\"tns:PPCardDetails\" />\r\n </s:sequence>\r\n
|
60
|
+
\ </s:complexType>\r\n <s:complexType name=\"PPCardDetails\">\r\n <s:sequence>\r\n
|
61
|
+
\ <s:element minOccurs=\"1\" maxOccurs=\"1\" name=\"Balance\" type=\"s:decimal\"
|
62
|
+
/>\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\" name=\"Bonus\" type=\"s:decimal\"
|
63
|
+
/>\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\" name=\"CloseDate\"
|
64
|
+
type=\"s:dateTime\" />\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\"
|
65
|
+
name=\"CurrentUsage\" type=\"s:decimal\" />\r\n <s:element minOccurs=\"1\"
|
66
|
+
maxOccurs=\"1\" name=\"FaceValue\" type=\"s:decimal\" />\r\n <s:element
|
67
|
+
minOccurs=\"1\" maxOccurs=\"1\" name=\"IssueDate\" type=\"s:dateTime\" />\r\n
|
68
|
+
\ <s:element minOccurs=\"1\" maxOccurs=\"1\" name=\"PPCardID\" type=\"s:int\"
|
69
|
+
/>\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\" name=\"PreviousCharge\"
|
70
|
+
type=\"s:decimal\" />\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\"
|
71
|
+
name=\"PreviousPPCard\" type=\"s:int\" />\r\n <s:element minOccurs=\"1\"
|
72
|
+
maxOccurs=\"1\" name=\"OriginalBalance\" type=\"s:decimal\" />\r\n </s:sequence>\r\n
|
73
|
+
\ </s:complexType>\r\n <s:element name=\"GetPPCardDetails\">\r\n <s:complexType>\r\n
|
74
|
+
\ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
75
|
+
name=\"Username\" type=\"s:string\" />\r\n <s:element minOccurs=\"0\"
|
76
|
+
maxOccurs=\"1\" name=\"Password\" type=\"s:string\" />\r\n <s:element
|
77
|
+
minOccurs=\"1\" maxOccurs=\"1\" name=\"PPCardID\" type=\"s:int\" />\r\n </s:sequence>\r\n
|
78
|
+
\ </s:complexType>\r\n </s:element>\r\n <s:element name=\"GetPPCardDetailsResponse\">\r\n
|
79
|
+
\ <s:complexType>\r\n <s:sequence>\r\n <s:element
|
80
|
+
minOccurs=\"1\" maxOccurs=\"1\" name=\"GetPPCardDetailsResult\" type=\"tns:PPCardResult\"
|
81
|
+
/>\r\n </s:sequence>\r\n </s:complexType>\r\n </s:element>\r\n
|
82
|
+
\ <s:complexType name=\"PPCardResult\">\r\n <s:sequence>\r\n <s:element
|
83
|
+
minOccurs=\"1\" maxOccurs=\"1\" name=\"Details\" type=\"tns:PPCardDetails\"
|
84
|
+
/>\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\" name=\"ResultCode\"
|
85
|
+
type=\"s:int\" />\r\n </s:sequence>\r\n </s:complexType>\r\n <s:element
|
86
|
+
name=\"GetPPCardTransactions\">\r\n <s:complexType>\r\n <s:sequence>\r\n
|
87
|
+
\ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"Username\" type=\"s:string\"
|
88
|
+
/>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"Password\"
|
89
|
+
type=\"s:string\" />\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\"
|
90
|
+
name=\"PPCardID\" type=\"s:int\" />\r\n <s:element minOccurs=\"1\"
|
91
|
+
maxOccurs=\"1\" name=\"FirstResult\" type=\"s:int\" />\r\n <s:element
|
92
|
+
minOccurs=\"1\" maxOccurs=\"1\" name=\"NumOfResults\" type=\"s:int\" />\r\n
|
93
|
+
\ </s:sequence>\r\n </s:complexType>\r\n </s:element>\r\n
|
94
|
+
\ <s:element name=\"GetPPCardTransactionsResponse\">\r\n <s:complexType>\r\n
|
95
|
+
\ <s:sequence>\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\"
|
96
|
+
name=\"GetPPCardTransactionsResult\" type=\"tns:PPCardTransactions\" />\r\n
|
97
|
+
\ </s:sequence>\r\n </s:complexType>\r\n </s:element>\r\n
|
98
|
+
\ <s:complexType name=\"PPCardTransactions\">\r\n <s:sequence>\r\n
|
99
|
+
\ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"Transactions\" type=\"tns:ArrayOfFaxItemEx\"
|
100
|
+
/>\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\" name=\"TotalNumOfTransactions\"
|
101
|
+
type=\"s:int\" />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"Currency\"
|
102
|
+
type=\"s:string\" />\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\"
|
103
|
+
name=\"FirstResult\" type=\"s:int\" />\r\n <s:element minOccurs=\"1\"
|
104
|
+
maxOccurs=\"1\" name=\"NumOfResults\" type=\"s:int\" />\r\n <s:element
|
105
|
+
minOccurs=\"1\" maxOccurs=\"1\" name=\"ResultCode\" type=\"s:int\" />\r\n <s:element
|
106
|
+
minOccurs=\"1\" maxOccurs=\"1\" name=\"LastBalance\" type=\"s:decimal\" />\r\n
|
107
|
+
\ </s:sequence>\r\n </s:complexType>\r\n <s:complexType name=\"ArrayOfFaxItemEx\">\r\n
|
108
|
+
\ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"unbounded\"
|
109
|
+
name=\"FaxItemEx\" type=\"tns:FaxItemEx\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
|
110
|
+
\ <s:complexType name=\"FaxItemEx\">\r\n <s:sequence>\r\n <s:element
|
111
|
+
minOccurs=\"1\" maxOccurs=\"1\" name=\"ParentTransactionID\" type=\"s:int\"
|
112
|
+
/>\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\" name=\"TransactionID\"
|
113
|
+
type=\"s:int\" />\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\" name=\"SubmitTime\"
|
114
|
+
type=\"s:dateTime\" />\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\"
|
115
|
+
name=\"PostponeTime\" type=\"s:dateTime\" />\r\n <s:element minOccurs=\"1\"
|
116
|
+
maxOccurs=\"1\" name=\"CompletionTime\" type=\"s:dateTime\" />\r\n <s:element
|
117
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"UserID\" type=\"s:string\" />\r\n <s:element
|
118
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"Contact\" type=\"s:string\" />\r\n <s:element
|
119
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"JobID\" type=\"s:string\" />\r\n <s:element
|
120
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"DestinationFax\" type=\"s:string\" />\r\n
|
121
|
+
\ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"ReplyEmail\" type=\"s:string\"
|
122
|
+
/>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"RemoteCSID\"
|
123
|
+
type=\"s:string\" />\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\"
|
124
|
+
name=\"PagesSent\" type=\"s:short\" />\r\n <s:element minOccurs=\"1\"
|
125
|
+
maxOccurs=\"1\" name=\"Status\" type=\"s:int\" />\r\n <s:element minOccurs=\"1\"
|
126
|
+
maxOccurs=\"1\" name=\"Duration\" type=\"s:int\" />\r\n <s:element
|
127
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"Subject\" type=\"s:string\" />\r\n <s:element
|
128
|
+
minOccurs=\"1\" maxOccurs=\"1\" name=\"PagesSubmitted\" type=\"s:short\" />\r\n
|
129
|
+
\ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"SenderCSID\" type=\"s:string\"
|
130
|
+
/>\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\" name=\"Priority\"
|
131
|
+
type=\"s:short\" />\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\"
|
132
|
+
name=\"Units\" type=\"s:decimal\" />\r\n <s:element minOccurs=\"1\"
|
133
|
+
maxOccurs=\"1\" name=\"CostPerUnit\" type=\"s:decimal\" />\r\n <s:element
|
134
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"PageSize\" type=\"s:string\" />\r\n <s:element
|
135
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"PageOrientation\" type=\"s:string\" />\r\n
|
136
|
+
\ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"PageResolution\"
|
137
|
+
type=\"s:string\" />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
138
|
+
name=\"RenderingQuality\" type=\"s:string\" />\r\n <s:element minOccurs=\"0\"
|
139
|
+
maxOccurs=\"1\" name=\"PageHeader\" type=\"s:string\" />\r\n <s:element
|
140
|
+
minOccurs=\"1\" maxOccurs=\"1\" name=\"RetriesToPerform\" type=\"s:short\" />\r\n
|
141
|
+
\ <s:element minOccurs=\"1\" maxOccurs=\"1\" name=\"TrialsPerformed\"
|
142
|
+
type=\"s:short\" />\r\n </s:sequence>\r\n </s:complexType>\r\n <s:element
|
143
|
+
name=\"GetPPCardTransactionsAsByteArray\">\r\n <s:complexType>\r\n <s:sequence>\r\n
|
144
|
+
\ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"Username\" type=\"s:string\"
|
145
|
+
/>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"Password\"
|
146
|
+
type=\"s:string\" />\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\"
|
147
|
+
name=\"Year\" type=\"s:int\" />\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\"
|
148
|
+
name=\"Month\" type=\"s:int\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
|
149
|
+
\ </s:element>\r\n <s:element name=\"GetPPCardTransactionsAsByteArrayResponse\">\r\n
|
150
|
+
\ <s:complexType>\r\n <s:sequence>\r\n <s:element
|
151
|
+
minOccurs=\"1\" maxOccurs=\"1\" name=\"GetPPCardTransactionsAsByteArrayResult\"
|
152
|
+
type=\"tns:PPCardTrasnactionsByteArray\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
|
153
|
+
\ </s:element>\r\n <s:complexType name=\"PPCardTrasnactionsByteArray\">\r\n
|
154
|
+
\ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
155
|
+
name=\"Transactions\" type=\"s:base64Binary\" />\r\n <s:element minOccurs=\"1\"
|
156
|
+
maxOccurs=\"1\" name=\"ResultCode\" type=\"s:int\" />\r\n </s:sequence>\r\n
|
157
|
+
\ </s:complexType>\r\n <s:element name=\"FaxStatusEx\">\r\n <s:complexType>\r\n
|
158
|
+
\ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
159
|
+
name=\"Username\" type=\"s:string\" />\r\n <s:element minOccurs=\"0\"
|
160
|
+
maxOccurs=\"1\" name=\"Password\" type=\"s:string\" />\r\n <s:element
|
161
|
+
minOccurs=\"1\" maxOccurs=\"1\" name=\"LastTransactionID\" type=\"s:int\" />\r\n
|
162
|
+
\ <s:element minOccurs=\"1\" maxOccurs=\"1\" name=\"MaxItems\" type=\"s:int\"
|
163
|
+
/>\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\" name=\"TotalCount\"
|
164
|
+
type=\"s:int\" />\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\"
|
165
|
+
name=\"ListSize\" type=\"s:int\" />\r\n <s:element minOccurs=\"1\"
|
166
|
+
maxOccurs=\"1\" name=\"ResultCode\" type=\"s:int\" />\r\n </s:sequence>\r\n
|
167
|
+
\ </s:complexType>\r\n </s:element>\r\n <s:element name=\"FaxStatusExResponse\">\r\n
|
168
|
+
\ <s:complexType>\r\n <s:sequence>\r\n <s:element
|
169
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"FaxStatusExResult\" type=\"tns:ArrayOfFaxItemEx\"
|
170
|
+
/>\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\" name=\"TotalCount\"
|
171
|
+
type=\"s:int\" />\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\"
|
172
|
+
name=\"ListSize\" type=\"s:int\" />\r\n <s:element minOccurs=\"1\"
|
173
|
+
maxOccurs=\"1\" name=\"ResultCode\" type=\"s:int\" />\r\n </s:sequence>\r\n
|
174
|
+
\ </s:complexType>\r\n </s:element>\r\n <s:element name=\"FaxQuery2\">\r\n
|
175
|
+
\ <s:complexType>\r\n <s:sequence>\r\n <s:element
|
176
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"Username\" type=\"s:string\" />\r\n <s:element
|
177
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"Password\" type=\"s:string\" />\r\n <s:element
|
178
|
+
minOccurs=\"1\" maxOccurs=\"1\" name=\"QueryForm\" type=\"tns:QueryForm\" />\r\n
|
179
|
+
\ <s:element minOccurs=\"1\" maxOccurs=\"1\" name=\"QueryControl\"
|
180
|
+
type=\"tns:QueryControl\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
|
181
|
+
\ </s:element>\r\n <s:complexType name=\"QueryForm\">\r\n <s:sequence>\r\n
|
182
|
+
\ <s:element minOccurs=\"1\" maxOccurs=\"1\" name=\"Subject\" type=\"tns:QueryCondition\"
|
183
|
+
/>\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\" name=\"FaxNumber\"
|
184
|
+
type=\"tns:QueryCondition\" />\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\"
|
185
|
+
name=\"DateFrom\" type=\"s:dateTime\" />\r\n <s:element minOccurs=\"1\"
|
186
|
+
maxOccurs=\"1\" name=\"DateTo\" type=\"s:dateTime\" />\r\n <s:element
|
187
|
+
minOccurs=\"1\" maxOccurs=\"1\" name=\"UserID\" type=\"tns:QueryCondition\"
|
188
|
+
/>\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\" name=\"ReplyAddress\"
|
189
|
+
type=\"tns:QueryCondition\" />\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\"
|
190
|
+
name=\"TransactionID\" type=\"tns:QueryCondition\" />\r\n <s:element
|
191
|
+
minOccurs=\"1\" maxOccurs=\"1\" name=\"ParentTransactionID\" type=\"tns:QueryCondition\"
|
192
|
+
/>\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\" name=\"Status\" type=\"tns:QueryCondition\"
|
193
|
+
/>\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\" name=\"ShowHiddenTransactions\"
|
194
|
+
type=\"s:boolean\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
|
195
|
+
\ <s:complexType name=\"QueryCondition\">\r\n <s:sequence>\r\n <s:element
|
196
|
+
minOccurs=\"1\" maxOccurs=\"1\" name=\"Verb\" type=\"tns:SQLOperatorEnum\" />\r\n
|
197
|
+
\ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"VerbData\" type=\"s:string\"
|
198
|
+
/>\r\n </s:sequence>\r\n </s:complexType>\r\n <s:simpleType
|
199
|
+
name=\"SQLOperatorEnum\">\r\n <s:restriction base=\"s:string\">\r\n <s:enumeration
|
200
|
+
value=\"Equals\" />\r\n <s:enumeration value=\"GreaterThan\" />\r\n
|
201
|
+
\ <s:enumeration value=\"GreaterOrEqual\" />\r\n <s:enumeration
|
202
|
+
value=\"LessThan\" />\r\n <s:enumeration value=\"LessOrEqual\" />\r\n
|
203
|
+
\ <s:enumeration value=\"Like\" />\r\n <s:enumeration value=\"IncludedIn\"
|
204
|
+
/>\r\n <s:enumeration value=\"Between\" />\r\n </s:restriction>\r\n
|
205
|
+
\ </s:simpleType>\r\n <s:complexType name=\"QueryControl\">\r\n <s:sequence>\r\n
|
206
|
+
\ <s:element minOccurs=\"1\" maxOccurs=\"1\" name=\"OnlyParents\" type=\"s:boolean\"
|
207
|
+
/>\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\" name=\"NumOfResults\"
|
208
|
+
type=\"s:int\" />\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\" name=\"StartingRecord\"
|
209
|
+
type=\"s:int\" />\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\" name=\"OrderBy\"
|
210
|
+
type=\"tns:OrderByColumnEnum\" />\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\"
|
211
|
+
name=\"AscOrderDirection\" type=\"s:boolean\" />\r\n <s:element minOccurs=\"1\"
|
212
|
+
maxOccurs=\"1\" name=\"ReturnItems\" type=\"s:boolean\" />\r\n <s:element
|
213
|
+
minOccurs=\"1\" maxOccurs=\"1\" name=\"ReturnStats\" type=\"s:boolean\" />\r\n
|
214
|
+
\ </s:sequence>\r\n </s:complexType>\r\n <s:simpleType name=\"OrderByColumnEnum\">\r\n
|
215
|
+
\ <s:restriction base=\"s:string\">\r\n <s:enumeration value=\"TransactionID\"
|
216
|
+
/>\r\n <s:enumeration value=\"SubmitTime\" />\r\n <s:enumeration
|
217
|
+
value=\"CompletionTime\" />\r\n <s:enumeration value=\"Status\" />\r\n
|
218
|
+
\ <s:enumeration value=\"DestinationFax\" />\r\n <s:enumeration
|
219
|
+
value=\"Subject\" />\r\n <s:enumeration value=\"PagesSent\" />\r\n
|
220
|
+
\ <s:enumeration value=\"UserID\" />\r\n <s:enumeration value=\"ReplyEmail\"
|
221
|
+
/>\r\n </s:restriction>\r\n </s:simpleType>\r\n <s:element
|
222
|
+
name=\"FaxQuery2Response\">\r\n <s:complexType>\r\n <s:sequence>\r\n
|
223
|
+
\ <s:element minOccurs=\"1\" maxOccurs=\"1\" name=\"FaxQuery2Result\"
|
224
|
+
type=\"tns:FaxQueryResult\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
|
225
|
+
\ </s:element>\r\n <s:complexType name=\"FaxQueryResult\">\r\n <s:sequence>\r\n
|
226
|
+
\ <s:element minOccurs=\"1\" maxOccurs=\"1\" name=\"ResultCode\" type=\"s:int\"
|
227
|
+
/>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"FaxItems\"
|
228
|
+
type=\"tns:ArrayOfFaxItemEx2\" />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
229
|
+
name=\"Stats\" type=\"tns:ArrayOfStatusCount\" />\r\n <s:element minOccurs=\"0\"
|
230
|
+
maxOccurs=\"1\" name=\"ErrorsDescriptionHTMLFormat\" type=\"s:string\" />\r\n
|
231
|
+
\ <s:element minOccurs=\"1\" maxOccurs=\"1\" name=\"TotalTransactionsNum\"
|
232
|
+
type=\"s:int\" />\r\n </s:sequence>\r\n </s:complexType>\r\n <s:complexType
|
233
|
+
name=\"ArrayOfFaxItemEx2\">\r\n <s:sequence>\r\n <s:element
|
234
|
+
minOccurs=\"0\" maxOccurs=\"unbounded\" name=\"FaxItemEx2\" type=\"tns:FaxItemEx2\"
|
235
|
+
/>\r\n </s:sequence>\r\n </s:complexType>\r\n <s:complexType
|
236
|
+
name=\"FaxItemEx2\">\r\n <s:sequence>\r\n <s:element minOccurs=\"1\"
|
237
|
+
maxOccurs=\"1\" name=\"ParentTransactionID\" type=\"s:int\" />\r\n <s:element
|
238
|
+
minOccurs=\"1\" maxOccurs=\"1\" name=\"TransactionID\" type=\"s:int\" />\r\n
|
239
|
+
\ <s:element minOccurs=\"1\" maxOccurs=\"1\" name=\"SubmitTime\" type=\"s:dateTime\"
|
240
|
+
/>\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\" name=\"PostponeTime\"
|
241
|
+
type=\"s:dateTime\" />\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\"
|
242
|
+
name=\"CompletionTime\" type=\"s:dateTime\" />\r\n <s:element minOccurs=\"0\"
|
243
|
+
maxOccurs=\"1\" name=\"UserID\" type=\"s:string\" />\r\n <s:element
|
244
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"Contact\" type=\"s:string\" />\r\n <s:element
|
245
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"JobID\" type=\"s:string\" />\r\n <s:element
|
246
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"DestinationFax\" type=\"s:string\" />\r\n
|
247
|
+
\ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"ReplyEmail\" type=\"s:string\"
|
248
|
+
/>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"RemoteCSID\"
|
249
|
+
type=\"s:string\" />\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\"
|
250
|
+
name=\"PagesSent\" type=\"s:short\" />\r\n <s:element minOccurs=\"1\"
|
251
|
+
maxOccurs=\"1\" name=\"Status\" type=\"s:int\" />\r\n <s:element minOccurs=\"1\"
|
252
|
+
maxOccurs=\"1\" name=\"Duration\" type=\"s:int\" />\r\n <s:element
|
253
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"Subject\" type=\"s:string\" />\r\n <s:element
|
254
|
+
minOccurs=\"1\" maxOccurs=\"1\" name=\"PagesSubmitted\" type=\"s:short\" />\r\n
|
255
|
+
\ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"SenderCSID\" type=\"s:string\"
|
256
|
+
/>\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\" name=\"Priority\"
|
257
|
+
type=\"s:short\" />\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\"
|
258
|
+
name=\"Units\" type=\"s:decimal\" />\r\n <s:element minOccurs=\"1\"
|
259
|
+
maxOccurs=\"1\" name=\"CostPerUnit\" type=\"s:decimal\" />\r\n <s:element
|
260
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"PageSize\" type=\"s:string\" />\r\n <s:element
|
261
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"PageOrientation\" type=\"s:string\" />\r\n
|
262
|
+
\ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"PageResolution\"
|
263
|
+
type=\"s:string\" />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
264
|
+
name=\"RenderingQuality\" type=\"s:string\" />\r\n <s:element minOccurs=\"0\"
|
265
|
+
maxOccurs=\"1\" name=\"PageHeader\" type=\"s:string\" />\r\n <s:element
|
266
|
+
minOccurs=\"1\" maxOccurs=\"1\" name=\"RetriesToPerform\" type=\"s:short\" />\r\n
|
267
|
+
\ <s:element minOccurs=\"1\" maxOccurs=\"1\" name=\"TrialsPerformed\"
|
268
|
+
type=\"s:short\" />\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\"
|
269
|
+
name=\"LocaleID\" type=\"s:int\" />\r\n <s:element minOccurs=\"1\"
|
270
|
+
maxOccurs=\"1\" name=\"GMTBias\" type=\"s:int\" />\r\n <s:element minOccurs=\"1\"
|
271
|
+
maxOccurs=\"1\" name=\"RetriesInterval\" type=\"s:int\" />\r\n <s:element
|
272
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"UserData\" type=\"s:string\" />\r\n <s:element
|
273
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"DeleteAfterUsage\" type=\"s:string\"
|
274
|
+
/>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"Mode\" type=\"s:string\"
|
275
|
+
/>\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\" name=\"NumOfTransactions\"
|
276
|
+
type=\"s:int\" />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"MessageID\"
|
277
|
+
type=\"s:string\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
|
278
|
+
\ <s:complexType name=\"ArrayOfStatusCount\">\r\n <s:sequence>\r\n
|
279
|
+
\ <s:element minOccurs=\"0\" maxOccurs=\"unbounded\" name=\"StatusCount\"
|
280
|
+
type=\"tns:StatusCount\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
|
281
|
+
\ <s:complexType name=\"StatusCount\">\r\n <s:sequence>\r\n <s:element
|
282
|
+
minOccurs=\"1\" maxOccurs=\"1\" name=\"Status\" type=\"s:int\" />\r\n <s:element
|
283
|
+
minOccurs=\"1\" maxOccurs=\"1\" name=\"Count\" type=\"s:int\" />\r\n </s:sequence>\r\n
|
284
|
+
\ </s:complexType>\r\n <s:element name=\"FaxQuery\">\r\n <s:complexType>\r\n
|
285
|
+
\ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
286
|
+
name=\"Username\" type=\"s:string\" />\r\n <s:element minOccurs=\"0\"
|
287
|
+
maxOccurs=\"1\" name=\"Password\" type=\"s:string\" />\r\n <s:element
|
288
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"Verb\" type=\"s:string\" />\r\n <s:element
|
289
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"VerbData\" type=\"s:string\" />\r\n <s:element
|
290
|
+
minOccurs=\"1\" maxOccurs=\"1\" name=\"MaxItems\" type=\"s:int\" />\r\n <s:element
|
291
|
+
minOccurs=\"1\" maxOccurs=\"1\" name=\"ResultCode\" type=\"s:int\" />\r\n </s:sequence>\r\n
|
292
|
+
\ </s:complexType>\r\n </s:element>\r\n <s:element name=\"FaxQueryResponse\">\r\n
|
293
|
+
\ <s:complexType>\r\n <s:sequence>\r\n <s:element
|
294
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"FaxQueryResult\" type=\"tns:ArrayOfFaxItemEx\"
|
295
|
+
/>\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\" name=\"ResultCode\"
|
296
|
+
type=\"s:int\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
|
297
|
+
\ </s:element>\r\n <s:element name=\"FaxStatus\">\r\n <s:complexType>\r\n
|
298
|
+
\ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
299
|
+
name=\"Username\" type=\"s:string\" />\r\n <s:element minOccurs=\"0\"
|
300
|
+
maxOccurs=\"1\" name=\"Password\" type=\"s:string\" />\r\n <s:element
|
301
|
+
minOccurs=\"1\" maxOccurs=\"1\" name=\"LastTransactionID\" type=\"s:int\" />\r\n
|
302
|
+
\ <s:element minOccurs=\"1\" maxOccurs=\"1\" name=\"MaxItems\" type=\"s:int\"
|
303
|
+
/>\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\" name=\"TotalCount\"
|
304
|
+
type=\"s:int\" />\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\"
|
305
|
+
name=\"ListSize\" type=\"s:int\" />\r\n <s:element minOccurs=\"1\"
|
306
|
+
maxOccurs=\"1\" name=\"ResultCode\" type=\"s:int\" />\r\n </s:sequence>\r\n
|
307
|
+
\ </s:complexType>\r\n </s:element>\r\n <s:element name=\"FaxStatusResponse\">\r\n
|
308
|
+
\ <s:complexType>\r\n <s:sequence>\r\n <s:element
|
309
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"FaxStatusResult\" type=\"tns:ArrayOfFaxItem\"
|
310
|
+
/>\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\" name=\"TotalCount\"
|
311
|
+
type=\"s:int\" />\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\"
|
312
|
+
name=\"ListSize\" type=\"s:int\" />\r\n <s:element minOccurs=\"1\"
|
313
|
+
maxOccurs=\"1\" name=\"ResultCode\" type=\"s:int\" />\r\n </s:sequence>\r\n
|
314
|
+
\ </s:complexType>\r\n </s:element>\r\n <s:complexType name=\"ArrayOfFaxItem\">\r\n
|
315
|
+
\ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"unbounded\"
|
316
|
+
name=\"FaxItem\" type=\"tns:FaxItem\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
|
317
|
+
\ <s:complexType name=\"FaxItem\">\r\n <s:sequence>\r\n <s:element
|
318
|
+
minOccurs=\"1\" maxOccurs=\"1\" name=\"TransactionID\" type=\"s:int\" />\r\n
|
319
|
+
\ <s:element minOccurs=\"1\" maxOccurs=\"1\" name=\"SubmitTime\" type=\"s:dateTime\"
|
320
|
+
/>\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\" name=\"PostponeTime\"
|
321
|
+
type=\"s:dateTime\" />\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\"
|
322
|
+
name=\"CompletionTime\" type=\"s:dateTime\" />\r\n <s:element minOccurs=\"0\"
|
323
|
+
maxOccurs=\"1\" name=\"DestinationFax\" type=\"s:string\" />\r\n <s:element
|
324
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"RemoteCSID\" type=\"s:string\" />\r\n
|
325
|
+
\ <s:element minOccurs=\"1\" maxOccurs=\"1\" name=\"PagesSent\" type=\"s:short\"
|
326
|
+
/>\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\" name=\"Status\" type=\"s:int\"
|
327
|
+
/>\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\" name=\"Duration\"
|
328
|
+
type=\"s:int\" />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"Subject\"
|
329
|
+
type=\"s:string\" />\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\"
|
330
|
+
name=\"PagesSubmitted\" type=\"s:short\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
|
331
|
+
\ <s:element name=\"FaxStatusXML\">\r\n <s:complexType>\r\n <s:sequence>\r\n
|
332
|
+
\ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"Username\" type=\"s:string\"
|
333
|
+
/>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"Password\"
|
334
|
+
type=\"s:string\" />\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\"
|
335
|
+
name=\"LastTransactionID\" type=\"s:int\" />\r\n <s:element minOccurs=\"1\"
|
336
|
+
maxOccurs=\"1\" name=\"MaxItems\" type=\"s:int\" />\r\n <s:element
|
337
|
+
minOccurs=\"1\" maxOccurs=\"1\" name=\"TotalCount\" type=\"s:int\" />\r\n <s:element
|
338
|
+
minOccurs=\"1\" maxOccurs=\"1\" name=\"ListSize\" type=\"s:int\" />\r\n <s:element
|
339
|
+
minOccurs=\"1\" maxOccurs=\"1\" name=\"ResultCode\" type=\"s:int\" />\r\n </s:sequence>\r\n
|
340
|
+
\ </s:complexType>\r\n </s:element>\r\n <s:element name=\"FaxStatusXMLResponse\">\r\n
|
341
|
+
\ <s:complexType>\r\n <s:sequence>\r\n <s:element
|
342
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"FaxStatusXMLResult\" type=\"s:string\"
|
343
|
+
/>\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\" name=\"TotalCount\"
|
344
|
+
type=\"s:int\" />\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\"
|
345
|
+
name=\"ListSize\" type=\"s:int\" />\r\n <s:element minOccurs=\"1\"
|
346
|
+
maxOccurs=\"1\" name=\"ResultCode\" type=\"s:int\" />\r\n </s:sequence>\r\n
|
347
|
+
\ </s:complexType>\r\n </s:element>\r\n <s:element name=\"SendCharFax\">\r\n
|
348
|
+
\ <s:complexType>\r\n <s:sequence>\r\n <s:element
|
349
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"Username\" type=\"s:string\" />\r\n <s:element
|
350
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"Password\" type=\"s:string\" />\r\n <s:element
|
351
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"FaxNumber\" type=\"s:string\" />\r\n
|
352
|
+
\ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"Data\" type=\"s:string\"
|
353
|
+
/>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"FileType\"
|
354
|
+
type=\"s:string\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
|
355
|
+
\ </s:element>\r\n <s:element name=\"SendCharFaxResponse\">\r\n <s:complexType>\r\n
|
356
|
+
\ <s:sequence>\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\"
|
357
|
+
name=\"SendCharFaxResult\" type=\"s:long\" />\r\n </s:sequence>\r\n
|
358
|
+
\ </s:complexType>\r\n </s:element>\r\n <s:element name=\"Sendfax\">\r\n
|
359
|
+
\ <s:complexType>\r\n <s:sequence>\r\n <s:element
|
360
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"Username\" type=\"s:string\" />\r\n <s:element
|
361
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"Password\" type=\"s:string\" />\r\n <s:element
|
362
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"FaxNumber\" type=\"s:string\" />\r\n
|
363
|
+
\ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"FileData\" type=\"s:base64Binary\"
|
364
|
+
/>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"FileType\"
|
365
|
+
type=\"s:string\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
|
366
|
+
\ </s:element>\r\n <s:element name=\"SendfaxResponse\">\r\n <s:complexType>\r\n
|
367
|
+
\ <s:sequence>\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\"
|
368
|
+
name=\"SendfaxResult\" type=\"s:long\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
|
369
|
+
\ </s:element>\r\n <s:element name=\"CancelFax\">\r\n <s:complexType>\r\n
|
370
|
+
\ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
371
|
+
name=\"Username\" type=\"s:string\" />\r\n <s:element minOccurs=\"0\"
|
372
|
+
maxOccurs=\"1\" name=\"Password\" type=\"s:string\" />\r\n <s:element
|
373
|
+
minOccurs=\"1\" maxOccurs=\"1\" name=\"TransactionID\" type=\"s:int\" />\r\n
|
374
|
+
\ </s:sequence>\r\n </s:complexType>\r\n </s:element>\r\n
|
375
|
+
\ <s:element name=\"CancelFaxResponse\">\r\n <s:complexType>\r\n
|
376
|
+
\ <s:sequence>\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\"
|
377
|
+
name=\"CancelFaxResult\" type=\"s:int\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
|
378
|
+
\ </s:element>\r\n <s:element name=\"CancelBatch\">\r\n <s:complexType>\r\n
|
379
|
+
\ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
380
|
+
name=\"Username\" type=\"s:string\" />\r\n <s:element minOccurs=\"0\"
|
381
|
+
maxOccurs=\"1\" name=\"Password\" type=\"s:string\" />\r\n <s:element
|
382
|
+
minOccurs=\"1\" maxOccurs=\"1\" name=\"ParentTransactionID\" type=\"s:int\"
|
383
|
+
/>\r\n </s:sequence>\r\n </s:complexType>\r\n </s:element>\r\n
|
384
|
+
\ <s:element name=\"CancelBatchResponse\">\r\n <s:complexType>\r\n
|
385
|
+
\ <s:sequence>\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\"
|
386
|
+
name=\"CancelBatchResult\" type=\"s:int\" />\r\n </s:sequence>\r\n
|
387
|
+
\ </s:complexType>\r\n </s:element>\r\n <s:element name=\"SendfaxEx\">\r\n
|
388
|
+
\ <s:complexType>\r\n <s:sequence>\r\n <s:element
|
389
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"Username\" type=\"s:string\" />\r\n <s:element
|
390
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"Password\" type=\"s:string\" />\r\n <s:element
|
391
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"FaxNumbers\" type=\"s:string\" />\r\n
|
392
|
+
\ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"FilesData\" type=\"s:base64Binary\"
|
393
|
+
/>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"FileTypes\"
|
394
|
+
type=\"s:string\" />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
395
|
+
name=\"FileSizes\" type=\"s:string\" />\r\n <s:element minOccurs=\"1\"
|
396
|
+
maxOccurs=\"1\" name=\"Postpone\" type=\"s:dateTime\" />\r\n <s:element
|
397
|
+
minOccurs=\"1\" maxOccurs=\"1\" name=\"IsHighResolution\" type=\"s:boolean\"
|
398
|
+
/>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"CSID\" type=\"s:string\"
|
399
|
+
/>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"Subject\"
|
400
|
+
type=\"s:string\" />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
401
|
+
name=\"ReplyAddress\" type=\"s:string\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
|
402
|
+
\ </s:element>\r\n <s:element name=\"SendfaxExResponse\">\r\n <s:complexType>\r\n
|
403
|
+
\ <s:sequence>\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\"
|
404
|
+
name=\"SendfaxExResult\" type=\"s:long\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
|
405
|
+
\ </s:element>\r\n <s:element name=\"SendfaxEx_2\">\r\n <s:complexType>\r\n
|
406
|
+
\ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
407
|
+
name=\"Username\" type=\"s:string\" />\r\n <s:element minOccurs=\"0\"
|
408
|
+
maxOccurs=\"1\" name=\"Password\" type=\"s:string\" />\r\n <s:element
|
409
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"FaxNumbers\" type=\"s:string\" />\r\n
|
410
|
+
\ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"Contacts\" type=\"s:string\"
|
411
|
+
/>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"FilesData\"
|
412
|
+
type=\"s:base64Binary\" />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
413
|
+
name=\"FileTypes\" type=\"s:string\" />\r\n <s:element minOccurs=\"0\"
|
414
|
+
maxOccurs=\"1\" name=\"FileSizes\" type=\"s:string\" />\r\n <s:element
|
415
|
+
minOccurs=\"1\" maxOccurs=\"1\" name=\"Postpone\" type=\"s:dateTime\" />\r\n
|
416
|
+
\ <s:element minOccurs=\"1\" maxOccurs=\"1\" name=\"RetriesToPerform\"
|
417
|
+
type=\"s:int\" />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
418
|
+
name=\"CSID\" type=\"s:string\" />\r\n <s:element minOccurs=\"0\"
|
419
|
+
maxOccurs=\"1\" name=\"PageHeader\" type=\"s:string\" />\r\n <s:element
|
420
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"JobID\" type=\"s:string\" />\r\n <s:element
|
421
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"Subject\" type=\"s:string\" />\r\n <s:element
|
422
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"ReplyAddress\" type=\"s:string\" />\r\n
|
423
|
+
\ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"PageSize\" type=\"s:string\"
|
424
|
+
/>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"PageOrientation\"
|
425
|
+
type=\"s:string\" />\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\"
|
426
|
+
name=\"IsHighResolution\" type=\"s:boolean\" />\r\n <s:element minOccurs=\"1\"
|
427
|
+
maxOccurs=\"1\" name=\"IsFineRendering\" type=\"s:boolean\" />\r\n </s:sequence>\r\n
|
428
|
+
\ </s:complexType>\r\n </s:element>\r\n <s:element name=\"SendfaxEx_2Response\">\r\n
|
429
|
+
\ <s:complexType>\r\n <s:sequence>\r\n <s:element
|
430
|
+
minOccurs=\"1\" maxOccurs=\"1\" name=\"SendfaxEx_2Result\" type=\"s:long\" />\r\n
|
431
|
+
\ </s:sequence>\r\n </s:complexType>\r\n </s:element>\r\n
|
432
|
+
\ <s:element name=\"ResendBroadcastFax\">\r\n <s:complexType>\r\n
|
433
|
+
\ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
434
|
+
name=\"Username\" type=\"s:string\" />\r\n <s:element minOccurs=\"0\"
|
435
|
+
maxOccurs=\"1\" name=\"Password\" type=\"s:string\" />\r\n <s:element
|
436
|
+
minOccurs=\"1\" maxOccurs=\"1\" name=\"ParentTransactionID\" type=\"s:long\"
|
437
|
+
/>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"Subject\"
|
438
|
+
type=\"s:string\" />\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\"
|
439
|
+
name=\"SendErrorsOnly\" type=\"s:boolean\" />\r\n </s:sequence>\r\n
|
440
|
+
\ </s:complexType>\r\n </s:element>\r\n <s:element name=\"ResendBroadcastFaxResponse\">\r\n
|
441
|
+
\ <s:complexType>\r\n <s:sequence>\r\n <s:element
|
442
|
+
minOccurs=\"1\" maxOccurs=\"1\" name=\"ResendBroadcastFaxResult\" type=\"s:long\"
|
443
|
+
/>\r\n </s:sequence>\r\n </s:complexType>\r\n </s:element>\r\n
|
444
|
+
\ <s:element name=\"ReSendFax\">\r\n <s:complexType>\r\n <s:sequence>\r\n
|
445
|
+
\ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"Username\" type=\"s:string\"
|
446
|
+
/>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"Password\"
|
447
|
+
type=\"s:string\" />\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\"
|
448
|
+
name=\"TransactionID\" type=\"s:long\" />\r\n <s:element minOccurs=\"0\"
|
449
|
+
maxOccurs=\"1\" name=\"FaxNumber\" type=\"s:string\" />\r\n </s:sequence>\r\n
|
450
|
+
\ </s:complexType>\r\n </s:element>\r\n <s:element name=\"ReSendFaxResponse\">\r\n
|
451
|
+
\ <s:complexType>\r\n <s:sequence>\r\n <s:element
|
452
|
+
minOccurs=\"1\" maxOccurs=\"1\" name=\"ReSendFaxResult\" type=\"s:long\" />\r\n
|
453
|
+
\ </s:sequence>\r\n </s:complexType>\r\n </s:element>\r\n
|
454
|
+
\ <s:element name=\"GetFaxImage\">\r\n <s:complexType>\r\n <s:sequence>\r\n
|
455
|
+
\ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"Username\" type=\"s:string\"
|
456
|
+
/>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"Password\"
|
457
|
+
type=\"s:string\" />\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\"
|
458
|
+
name=\"TransactionID\" type=\"s:long\" />\r\n <s:element minOccurs=\"0\"
|
459
|
+
maxOccurs=\"1\" name=\"Image\" type=\"s:base64Binary\" />\r\n </s:sequence>\r\n
|
460
|
+
\ </s:complexType>\r\n </s:element>\r\n <s:element name=\"GetFaxImageResponse\">\r\n
|
461
|
+
\ <s:complexType>\r\n <s:sequence>\r\n <s:element
|
462
|
+
minOccurs=\"1\" maxOccurs=\"1\" name=\"GetFaxImageResult\" type=\"s:long\" />\r\n
|
463
|
+
\ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"Image\" type=\"s:base64Binary\"
|
464
|
+
/>\r\n </s:sequence>\r\n </s:complexType>\r\n </s:element>\r\n
|
465
|
+
\ <s:element name=\"HideFax\">\r\n <s:complexType>\r\n <s:sequence>\r\n
|
466
|
+
\ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"Username\" type=\"s:string\"
|
467
|
+
/>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"Password\"
|
468
|
+
type=\"s:string\" />\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\"
|
469
|
+
name=\"TransactionID\" type=\"s:int\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
|
470
|
+
\ </s:element>\r\n <s:element name=\"HideFaxResponse\">\r\n <s:complexType>\r\n
|
471
|
+
\ <s:sequence>\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\"
|
472
|
+
name=\"HideFaxResult\" type=\"s:int\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
|
473
|
+
\ </s:element>\r\n <s:element name=\"HideBatch\">\r\n <s:complexType>\r\n
|
474
|
+
\ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
475
|
+
name=\"Username\" type=\"s:string\" />\r\n <s:element minOccurs=\"0\"
|
476
|
+
maxOccurs=\"1\" name=\"Password\" type=\"s:string\" />\r\n <s:element
|
477
|
+
minOccurs=\"1\" maxOccurs=\"1\" name=\"ParentTransactionID\" type=\"s:int\"
|
478
|
+
/>\r\n </s:sequence>\r\n </s:complexType>\r\n </s:element>\r\n
|
479
|
+
\ <s:element name=\"HideBatchResponse\">\r\n <s:complexType>\r\n
|
480
|
+
\ <s:sequence>\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\"
|
481
|
+
name=\"HideBatchResult\" type=\"s:int\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
|
482
|
+
\ </s:element>\r\n <s:element name=\"SendWordMailMerge\">\r\n <s:complexType>\r\n
|
483
|
+
\ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
484
|
+
name=\"Username\" type=\"s:string\" />\r\n <s:element minOccurs=\"0\"
|
485
|
+
maxOccurs=\"1\" name=\"Password\" type=\"s:string\" />\r\n <s:element
|
486
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"Document\" type=\"s:base64Binary\" />\r\n
|
487
|
+
\ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"List\" type=\"s:base64Binary\"
|
488
|
+
/>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"Options\"
|
489
|
+
type=\"s:base64Binary\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
|
490
|
+
\ </s:element>\r\n <s:element name=\"SendWordMailMergeResponse\">\r\n
|
491
|
+
\ <s:complexType>\r\n <s:sequence>\r\n <s:element
|
492
|
+
minOccurs=\"1\" maxOccurs=\"1\" name=\"SendWordMailMergeResult\" type=\"s:long\"
|
493
|
+
/>\r\n </s:sequence>\r\n </s:complexType>\r\n </s:element>\r\n
|
494
|
+
\ <s:element name=\"GetSupportedFileTypes\">\r\n <s:complexType />\r\n
|
495
|
+
\ </s:element>\r\n <s:element name=\"GetSupportedFileTypesResponse\">\r\n
|
496
|
+
\ <s:complexType>\r\n <s:sequence>\r\n <s:element
|
497
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"GetSupportedFileTypesResult\" type=\"s:string\"
|
498
|
+
/>\r\n </s:sequence>\r\n </s:complexType>\r\n </s:element>\r\n
|
499
|
+
\ <s:element name=\"IsSupportedFileType\">\r\n <s:complexType>\r\n
|
500
|
+
\ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
501
|
+
name=\"FileType\" type=\"s:string\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
|
502
|
+
\ </s:element>\r\n <s:element name=\"IsSupportedFileTypeResponse\">\r\n
|
503
|
+
\ <s:complexType>\r\n <s:sequence>\r\n <s:element
|
504
|
+
minOccurs=\"1\" maxOccurs=\"1\" name=\"IsSupportedFileTypeResult\" type=\"s:boolean\"
|
505
|
+
/>\r\n </s:sequence>\r\n </s:complexType>\r\n </s:element>\r\n
|
506
|
+
\ <s:element name=\"StartFileUpload\">\r\n <s:complexType>\r\n <s:sequence>\r\n
|
507
|
+
\ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"Username\" type=\"s:string\"
|
508
|
+
/>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"Password\"
|
509
|
+
type=\"s:string\" />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
510
|
+
name=\"SessionID\" type=\"s:string\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
|
511
|
+
\ </s:element>\r\n <s:element name=\"StartFileUploadResponse\">\r\n
|
512
|
+
\ <s:complexType>\r\n <s:sequence>\r\n <s:element
|
513
|
+
minOccurs=\"1\" maxOccurs=\"1\" name=\"StartFileUploadResult\" type=\"s:int\"
|
514
|
+
/>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"SessionID\"
|
515
|
+
type=\"s:string\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
|
516
|
+
\ </s:element>\r\n <s:element name=\"UploadFileChunk\">\r\n <s:complexType>\r\n
|
517
|
+
\ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
518
|
+
name=\"SessionID\" type=\"s:string\" />\r\n <s:element minOccurs=\"0\"
|
519
|
+
maxOccurs=\"1\" name=\"Chunk\" type=\"s:base64Binary\" />\r\n <s:element
|
520
|
+
minOccurs=\"1\" maxOccurs=\"1\" name=\"IsLast\" type=\"s:boolean\" />\r\n </s:sequence>\r\n
|
521
|
+
\ </s:complexType>\r\n </s:element>\r\n <s:element name=\"UploadFileChunkResponse\">\r\n
|
522
|
+
\ <s:complexType>\r\n <s:sequence>\r\n <s:element
|
523
|
+
minOccurs=\"1\" maxOccurs=\"1\" name=\"UploadFileChunkResult\" type=\"s:int\"
|
524
|
+
/>\r\n </s:sequence>\r\n </s:complexType>\r\n </s:element>\r\n
|
525
|
+
\ <s:element name=\"CancelFileUpload\">\r\n <s:complexType>\r\n <s:sequence>\r\n
|
526
|
+
\ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"SessionID\" type=\"s:string\"
|
527
|
+
/>\r\n </s:sequence>\r\n </s:complexType>\r\n </s:element>\r\n
|
528
|
+
\ <s:element name=\"CancelFileUploadResponse\">\r\n <s:complexType>\r\n
|
529
|
+
\ <s:sequence>\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\"
|
530
|
+
name=\"CancelFileUploadResult\" type=\"s:int\" />\r\n </s:sequence>\r\n
|
531
|
+
\ </s:complexType>\r\n </s:element>\r\n <s:element name=\"ListPPResult\"
|
532
|
+
type=\"tns:ListPPResult\" />\r\n <s:element name=\"PPCardResult\" type=\"tns:PPCardResult\"
|
533
|
+
/>\r\n <s:element name=\"PPCardTransactions\" type=\"tns:PPCardTransactions\"
|
534
|
+
/>\r\n <s:element name=\"PPCardTrasnactionsByteArray\" type=\"tns:PPCardTrasnactionsByteArray\"
|
535
|
+
/>\r\n <s:element name=\"long\" type=\"s:long\" />\r\n <s:element
|
536
|
+
name=\"int\" type=\"s:int\" />\r\n <s:element name=\"string\" nillable=\"true\"
|
537
|
+
type=\"s:string\" />\r\n <s:element name=\"boolean\" type=\"s:boolean\"
|
538
|
+
/>\r\n </s:schema>\r\n <s:schema targetNamespace=\"http://www.interfax.cc/AbstractTypes\">\r\n
|
539
|
+
\ <s:import namespace=\"http://schemas.xmlsoap.org/soap/encoding/\" />\r\n
|
540
|
+
\ <s:complexType name=\"StringArray\">\r\n <s:complexContent mixed=\"false\">\r\n
|
541
|
+
\ <s:restriction base=\"soapenc:Array\">\r\n <s:sequence>\r\n
|
542
|
+
\ <s:element minOccurs=\"0\" maxOccurs=\"unbounded\" name=\"String\"
|
543
|
+
type=\"s:string\" />\r\n </s:sequence>\r\n </s:restriction>\r\n
|
544
|
+
\ </s:complexContent>\r\n </s:complexType>\r\n </s:schema>\r\n
|
545
|
+
\ </wsdl:types>\r\n <wsdl:message name=\"GetListPPSoapIn\">\r\n <wsdl:part
|
546
|
+
name=\"parameters\" element=\"tns:GetListPP\" />\r\n </wsdl:message>\r\n <wsdl:message
|
547
|
+
name=\"GetListPPSoapOut\">\r\n <wsdl:part name=\"parameters\" element=\"tns:GetListPPResponse\"
|
548
|
+
/>\r\n </wsdl:message>\r\n <wsdl:message name=\"GetPPCardDetailsSoapIn\">\r\n
|
549
|
+
\ <wsdl:part name=\"parameters\" element=\"tns:GetPPCardDetails\" />\r\n </wsdl:message>\r\n
|
550
|
+
\ <wsdl:message name=\"GetPPCardDetailsSoapOut\">\r\n <wsdl:part name=\"parameters\"
|
551
|
+
element=\"tns:GetPPCardDetailsResponse\" />\r\n </wsdl:message>\r\n <wsdl:message
|
552
|
+
name=\"GetPPCardTransactionsSoapIn\">\r\n <wsdl:part name=\"parameters\"
|
553
|
+
element=\"tns:GetPPCardTransactions\" />\r\n </wsdl:message>\r\n <wsdl:message
|
554
|
+
name=\"GetPPCardTransactionsSoapOut\">\r\n <wsdl:part name=\"parameters\"
|
555
|
+
element=\"tns:GetPPCardTransactionsResponse\" />\r\n </wsdl:message>\r\n <wsdl:message
|
556
|
+
name=\"GetPPCardTransactionsAsByteArraySoapIn\">\r\n <wsdl:part name=\"parameters\"
|
557
|
+
element=\"tns:GetPPCardTransactionsAsByteArray\" />\r\n </wsdl:message>\r\n
|
558
|
+
\ <wsdl:message name=\"GetPPCardTransactionsAsByteArraySoapOut\">\r\n <wsdl:part
|
559
|
+
name=\"parameters\" element=\"tns:GetPPCardTransactionsAsByteArrayResponse\"
|
560
|
+
/>\r\n </wsdl:message>\r\n <wsdl:message name=\"FaxStatusExSoapIn\">\r\n <wsdl:part
|
561
|
+
name=\"parameters\" element=\"tns:FaxStatusEx\" />\r\n </wsdl:message>\r\n
|
562
|
+
\ <wsdl:message name=\"FaxStatusExSoapOut\">\r\n <wsdl:part name=\"parameters\"
|
563
|
+
element=\"tns:FaxStatusExResponse\" />\r\n </wsdl:message>\r\n <wsdl:message
|
564
|
+
name=\"FaxQuery2SoapIn\">\r\n <wsdl:part name=\"parameters\" element=\"tns:FaxQuery2\"
|
565
|
+
/>\r\n </wsdl:message>\r\n <wsdl:message name=\"FaxQuery2SoapOut\">\r\n <wsdl:part
|
566
|
+
name=\"parameters\" element=\"tns:FaxQuery2Response\" />\r\n </wsdl:message>\r\n
|
567
|
+
\ <wsdl:message name=\"FaxQuerySoapIn\">\r\n <wsdl:part name=\"parameters\"
|
568
|
+
element=\"tns:FaxQuery\" />\r\n </wsdl:message>\r\n <wsdl:message name=\"FaxQuerySoapOut\">\r\n
|
569
|
+
\ <wsdl:part name=\"parameters\" element=\"tns:FaxQueryResponse\" />\r\n </wsdl:message>\r\n
|
570
|
+
\ <wsdl:message name=\"FaxStatusSoapIn\">\r\n <wsdl:part name=\"parameters\"
|
571
|
+
element=\"tns:FaxStatus\" />\r\n </wsdl:message>\r\n <wsdl:message name=\"FaxStatusSoapOut\">\r\n
|
572
|
+
\ <wsdl:part name=\"parameters\" element=\"tns:FaxStatusResponse\" />\r\n
|
573
|
+
\ </wsdl:message>\r\n <wsdl:message name=\"FaxStatusXMLSoapIn\">\r\n <wsdl:part
|
574
|
+
name=\"parameters\" element=\"tns:FaxStatusXML\" />\r\n </wsdl:message>\r\n
|
575
|
+
\ <wsdl:message name=\"FaxStatusXMLSoapOut\">\r\n <wsdl:part name=\"parameters\"
|
576
|
+
element=\"tns:FaxStatusXMLResponse\" />\r\n </wsdl:message>\r\n <wsdl:message
|
577
|
+
name=\"SendCharFaxSoapIn\">\r\n <wsdl:part name=\"parameters\" element=\"tns:SendCharFax\"
|
578
|
+
/>\r\n </wsdl:message>\r\n <wsdl:message name=\"SendCharFaxSoapOut\">\r\n
|
579
|
+
\ <wsdl:part name=\"parameters\" element=\"tns:SendCharFaxResponse\" />\r\n
|
580
|
+
\ </wsdl:message>\r\n <wsdl:message name=\"SendfaxSoapIn\">\r\n <wsdl:part
|
581
|
+
name=\"parameters\" element=\"tns:Sendfax\" />\r\n </wsdl:message>\r\n <wsdl:message
|
582
|
+
name=\"SendfaxSoapOut\">\r\n <wsdl:part name=\"parameters\" element=\"tns:SendfaxResponse\"
|
583
|
+
/>\r\n </wsdl:message>\r\n <wsdl:message name=\"CancelFaxSoapIn\">\r\n <wsdl:part
|
584
|
+
name=\"parameters\" element=\"tns:CancelFax\" />\r\n </wsdl:message>\r\n <wsdl:message
|
585
|
+
name=\"CancelFaxSoapOut\">\r\n <wsdl:part name=\"parameters\" element=\"tns:CancelFaxResponse\"
|
586
|
+
/>\r\n </wsdl:message>\r\n <wsdl:message name=\"CancelBatchSoapIn\">\r\n <wsdl:part
|
587
|
+
name=\"parameters\" element=\"tns:CancelBatch\" />\r\n </wsdl:message>\r\n
|
588
|
+
\ <wsdl:message name=\"CancelBatchSoapOut\">\r\n <wsdl:part name=\"parameters\"
|
589
|
+
element=\"tns:CancelBatchResponse\" />\r\n </wsdl:message>\r\n <wsdl:message
|
590
|
+
name=\"SendfaxExSoapIn\">\r\n <wsdl:part name=\"parameters\" element=\"tns:SendfaxEx\"
|
591
|
+
/>\r\n </wsdl:message>\r\n <wsdl:message name=\"SendfaxExSoapOut\">\r\n <wsdl:part
|
592
|
+
name=\"parameters\" element=\"tns:SendfaxExResponse\" />\r\n </wsdl:message>\r\n
|
593
|
+
\ <wsdl:message name=\"SendfaxEx_2SoapIn\">\r\n <wsdl:part name=\"parameters\"
|
594
|
+
element=\"tns:SendfaxEx_2\" />\r\n </wsdl:message>\r\n <wsdl:message name=\"SendfaxEx_2SoapOut\">\r\n
|
595
|
+
\ <wsdl:part name=\"parameters\" element=\"tns:SendfaxEx_2Response\" />\r\n
|
596
|
+
\ </wsdl:message>\r\n <wsdl:message name=\"ResendBroadcastFaxSoapIn\">\r\n
|
597
|
+
\ <wsdl:part name=\"parameters\" element=\"tns:ResendBroadcastFax\" />\r\n
|
598
|
+
\ </wsdl:message>\r\n <wsdl:message name=\"ResendBroadcastFaxSoapOut\">\r\n
|
599
|
+
\ <wsdl:part name=\"parameters\" element=\"tns:ResendBroadcastFaxResponse\"
|
600
|
+
/>\r\n </wsdl:message>\r\n <wsdl:message name=\"ReSendFaxSoapIn\">\r\n <wsdl:part
|
601
|
+
name=\"parameters\" element=\"tns:ReSendFax\" />\r\n </wsdl:message>\r\n <wsdl:message
|
602
|
+
name=\"ReSendFaxSoapOut\">\r\n <wsdl:part name=\"parameters\" element=\"tns:ReSendFaxResponse\"
|
603
|
+
/>\r\n </wsdl:message>\r\n <wsdl:message name=\"GetFaxImageSoapIn\">\r\n <wsdl:part
|
604
|
+
name=\"parameters\" element=\"tns:GetFaxImage\" />\r\n </wsdl:message>\r\n
|
605
|
+
\ <wsdl:message name=\"GetFaxImageSoapOut\">\r\n <wsdl:part name=\"parameters\"
|
606
|
+
element=\"tns:GetFaxImageResponse\" />\r\n </wsdl:message>\r\n <wsdl:message
|
607
|
+
name=\"HideFaxSoapIn\">\r\n <wsdl:part name=\"parameters\" element=\"tns:HideFax\"
|
608
|
+
/>\r\n </wsdl:message>\r\n <wsdl:message name=\"HideFaxSoapOut\">\r\n <wsdl:part
|
609
|
+
name=\"parameters\" element=\"tns:HideFaxResponse\" />\r\n </wsdl:message>\r\n
|
610
|
+
\ <wsdl:message name=\"HideBatchSoapIn\">\r\n <wsdl:part name=\"parameters\"
|
611
|
+
element=\"tns:HideBatch\" />\r\n </wsdl:message>\r\n <wsdl:message name=\"HideBatchSoapOut\">\r\n
|
612
|
+
\ <wsdl:part name=\"parameters\" element=\"tns:HideBatchResponse\" />\r\n
|
613
|
+
\ </wsdl:message>\r\n <wsdl:message name=\"SendWordMailMergeSoapIn\">\r\n <wsdl:part
|
614
|
+
name=\"parameters\" element=\"tns:SendWordMailMerge\" />\r\n </wsdl:message>\r\n
|
615
|
+
\ <wsdl:message name=\"SendWordMailMergeSoapOut\">\r\n <wsdl:part name=\"parameters\"
|
616
|
+
element=\"tns:SendWordMailMergeResponse\" />\r\n </wsdl:message>\r\n <wsdl:message
|
617
|
+
name=\"GetSupportedFileTypesSoapIn\">\r\n <wsdl:part name=\"parameters\"
|
618
|
+
element=\"tns:GetSupportedFileTypes\" />\r\n </wsdl:message>\r\n <wsdl:message
|
619
|
+
name=\"GetSupportedFileTypesSoapOut\">\r\n <wsdl:part name=\"parameters\"
|
620
|
+
element=\"tns:GetSupportedFileTypesResponse\" />\r\n </wsdl:message>\r\n <wsdl:message
|
621
|
+
name=\"IsSupportedFileTypeSoapIn\">\r\n <wsdl:part name=\"parameters\" element=\"tns:IsSupportedFileType\"
|
622
|
+
/>\r\n </wsdl:message>\r\n <wsdl:message name=\"IsSupportedFileTypeSoapOut\">\r\n
|
623
|
+
\ <wsdl:part name=\"parameters\" element=\"tns:IsSupportedFileTypeResponse\"
|
624
|
+
/>\r\n </wsdl:message>\r\n <wsdl:message name=\"StartFileUploadSoapIn\">\r\n
|
625
|
+
\ <wsdl:part name=\"parameters\" element=\"tns:StartFileUpload\" />\r\n </wsdl:message>\r\n
|
626
|
+
\ <wsdl:message name=\"StartFileUploadSoapOut\">\r\n <wsdl:part name=\"parameters\"
|
627
|
+
element=\"tns:StartFileUploadResponse\" />\r\n </wsdl:message>\r\n <wsdl:message
|
628
|
+
name=\"UploadFileChunkSoapIn\">\r\n <wsdl:part name=\"parameters\" element=\"tns:UploadFileChunk\"
|
629
|
+
/>\r\n </wsdl:message>\r\n <wsdl:message name=\"UploadFileChunkSoapOut\">\r\n
|
630
|
+
\ <wsdl:part name=\"parameters\" element=\"tns:UploadFileChunkResponse\" />\r\n
|
631
|
+
\ </wsdl:message>\r\n <wsdl:message name=\"CancelFileUploadSoapIn\">\r\n <wsdl:part
|
632
|
+
name=\"parameters\" element=\"tns:CancelFileUpload\" />\r\n </wsdl:message>\r\n
|
633
|
+
\ <wsdl:message name=\"CancelFileUploadSoapOut\">\r\n <wsdl:part name=\"parameters\"
|
634
|
+
element=\"tns:CancelFileUploadResponse\" />\r\n </wsdl:message>\r\n <wsdl:message
|
635
|
+
name=\"GetListPPHttpGetIn\">\r\n <wsdl:part name=\"Username\" type=\"s:string\"
|
636
|
+
/>\r\n <wsdl:part name=\"Password\" type=\"s:string\" />\r\n </wsdl:message>\r\n
|
637
|
+
\ <wsdl:message name=\"GetListPPHttpGetOut\">\r\n <wsdl:part name=\"Body\"
|
638
|
+
element=\"tns:ListPPResult\" />\r\n </wsdl:message>\r\n <wsdl:message name=\"GetPPCardDetailsHttpGetIn\">\r\n
|
639
|
+
\ <wsdl:part name=\"Username\" type=\"s:string\" />\r\n <wsdl:part name=\"Password\"
|
640
|
+
type=\"s:string\" />\r\n <wsdl:part name=\"PPCardID\" type=\"s:string\" />\r\n
|
641
|
+
\ </wsdl:message>\r\n <wsdl:message name=\"GetPPCardDetailsHttpGetOut\">\r\n
|
642
|
+
\ <wsdl:part name=\"Body\" element=\"tns:PPCardResult\" />\r\n </wsdl:message>\r\n
|
643
|
+
\ <wsdl:message name=\"GetPPCardTransactionsHttpGetIn\">\r\n <wsdl:part name=\"Username\"
|
644
|
+
type=\"s:string\" />\r\n <wsdl:part name=\"Password\" type=\"s:string\" />\r\n
|
645
|
+
\ <wsdl:part name=\"PPCardID\" type=\"s:string\" />\r\n <wsdl:part name=\"FirstResult\"
|
646
|
+
type=\"s:string\" />\r\n <wsdl:part name=\"NumOfResults\" type=\"s:string\"
|
647
|
+
/>\r\n </wsdl:message>\r\n <wsdl:message name=\"GetPPCardTransactionsHttpGetOut\">\r\n
|
648
|
+
\ <wsdl:part name=\"Body\" element=\"tns:PPCardTransactions\" />\r\n </wsdl:message>\r\n
|
649
|
+
\ <wsdl:message name=\"GetPPCardTransactionsAsByteArrayHttpGetIn\">\r\n <wsdl:part
|
650
|
+
name=\"Username\" type=\"s:string\" />\r\n <wsdl:part name=\"Password\" type=\"s:string\"
|
651
|
+
/>\r\n <wsdl:part name=\"Year\" type=\"s:string\" />\r\n <wsdl:part name=\"Month\"
|
652
|
+
type=\"s:string\" />\r\n </wsdl:message>\r\n <wsdl:message name=\"GetPPCardTransactionsAsByteArrayHttpGetOut\">\r\n
|
653
|
+
\ <wsdl:part name=\"Body\" element=\"tns:PPCardTrasnactionsByteArray\" />\r\n
|
654
|
+
\ </wsdl:message>\r\n <wsdl:message name=\"SendCharFaxHttpGetIn\">\r\n <wsdl:part
|
655
|
+
name=\"Username\" type=\"s:string\" />\r\n <wsdl:part name=\"Password\" type=\"s:string\"
|
656
|
+
/>\r\n <wsdl:part name=\"FaxNumber\" type=\"s:string\" />\r\n <wsdl:part
|
657
|
+
name=\"Data\" type=\"s:string\" />\r\n <wsdl:part name=\"FileType\" type=\"s:string\"
|
658
|
+
/>\r\n </wsdl:message>\r\n <wsdl:message name=\"SendCharFaxHttpGetOut\">\r\n
|
659
|
+
\ <wsdl:part name=\"Body\" element=\"tns:long\" />\r\n </wsdl:message>\r\n
|
660
|
+
\ <wsdl:message name=\"SendfaxHttpGetIn\">\r\n <wsdl:part name=\"Username\"
|
661
|
+
type=\"s:string\" />\r\n <wsdl:part name=\"Password\" type=\"s:string\" />\r\n
|
662
|
+
\ <wsdl:part name=\"FaxNumber\" type=\"s:string\" />\r\n <wsdl:part name=\"FileData\"
|
663
|
+
type=\"s1:StringArray\" />\r\n <wsdl:part name=\"FileType\" type=\"s:string\"
|
664
|
+
/>\r\n </wsdl:message>\r\n <wsdl:message name=\"SendfaxHttpGetOut\">\r\n <wsdl:part
|
665
|
+
name=\"Body\" element=\"tns:long\" />\r\n </wsdl:message>\r\n <wsdl:message
|
666
|
+
name=\"CancelFaxHttpGetIn\">\r\n <wsdl:part name=\"Username\" type=\"s:string\"
|
667
|
+
/>\r\n <wsdl:part name=\"Password\" type=\"s:string\" />\r\n <wsdl:part
|
668
|
+
name=\"TransactionID\" type=\"s:string\" />\r\n </wsdl:message>\r\n <wsdl:message
|
669
|
+
name=\"CancelFaxHttpGetOut\">\r\n <wsdl:part name=\"Body\" element=\"tns:int\"
|
670
|
+
/>\r\n </wsdl:message>\r\n <wsdl:message name=\"CancelBatchHttpGetIn\">\r\n
|
671
|
+
\ <wsdl:part name=\"Username\" type=\"s:string\" />\r\n <wsdl:part name=\"Password\"
|
672
|
+
type=\"s:string\" />\r\n <wsdl:part name=\"ParentTransactionID\" type=\"s:string\"
|
673
|
+
/>\r\n </wsdl:message>\r\n <wsdl:message name=\"CancelBatchHttpGetOut\">\r\n
|
674
|
+
\ <wsdl:part name=\"Body\" element=\"tns:int\" />\r\n </wsdl:message>\r\n
|
675
|
+
\ <wsdl:message name=\"SendfaxExHttpGetIn\">\r\n <wsdl:part name=\"Username\"
|
676
|
+
type=\"s:string\" />\r\n <wsdl:part name=\"Password\" type=\"s:string\" />\r\n
|
677
|
+
\ <wsdl:part name=\"FaxNumbers\" type=\"s:string\" />\r\n <wsdl:part name=\"FilesData\"
|
678
|
+
type=\"s1:StringArray\" />\r\n <wsdl:part name=\"FileTypes\" type=\"s:string\"
|
679
|
+
/>\r\n <wsdl:part name=\"FileSizes\" type=\"s:string\" />\r\n <wsdl:part
|
680
|
+
name=\"Postpone\" type=\"s:string\" />\r\n <wsdl:part name=\"IsHighResolution\"
|
681
|
+
type=\"s:string\" />\r\n <wsdl:part name=\"CSID\" type=\"s:string\" />\r\n
|
682
|
+
\ <wsdl:part name=\"Subject\" type=\"s:string\" />\r\n <wsdl:part name=\"ReplyAddress\"
|
683
|
+
type=\"s:string\" />\r\n </wsdl:message>\r\n <wsdl:message name=\"SendfaxExHttpGetOut\">\r\n
|
684
|
+
\ <wsdl:part name=\"Body\" element=\"tns:long\" />\r\n </wsdl:message>\r\n
|
685
|
+
\ <wsdl:message name=\"SendfaxEx_2HttpGetIn\">\r\n <wsdl:part name=\"Username\"
|
686
|
+
type=\"s:string\" />\r\n <wsdl:part name=\"Password\" type=\"s:string\" />\r\n
|
687
|
+
\ <wsdl:part name=\"FaxNumbers\" type=\"s:string\" />\r\n <wsdl:part name=\"Contacts\"
|
688
|
+
type=\"s:string\" />\r\n <wsdl:part name=\"FilesData\" type=\"s1:StringArray\"
|
689
|
+
/>\r\n <wsdl:part name=\"FileTypes\" type=\"s:string\" />\r\n <wsdl:part
|
690
|
+
name=\"FileSizes\" type=\"s:string\" />\r\n <wsdl:part name=\"Postpone\"
|
691
|
+
type=\"s:string\" />\r\n <wsdl:part name=\"RetriesToPerform\" type=\"s:string\"
|
692
|
+
/>\r\n <wsdl:part name=\"CSID\" type=\"s:string\" />\r\n <wsdl:part name=\"PageHeader\"
|
693
|
+
type=\"s:string\" />\r\n <wsdl:part name=\"JobID\" type=\"s:string\" />\r\n
|
694
|
+
\ <wsdl:part name=\"Subject\" type=\"s:string\" />\r\n <wsdl:part name=\"ReplyAddress\"
|
695
|
+
type=\"s:string\" />\r\n <wsdl:part name=\"PageSize\" type=\"s:string\" />\r\n
|
696
|
+
\ <wsdl:part name=\"PageOrientation\" type=\"s:string\" />\r\n <wsdl:part
|
697
|
+
name=\"IsHighResolution\" type=\"s:string\" />\r\n <wsdl:part name=\"IsFineRendering\"
|
698
|
+
type=\"s:string\" />\r\n </wsdl:message>\r\n <wsdl:message name=\"SendfaxEx_2HttpGetOut\">\r\n
|
699
|
+
\ <wsdl:part name=\"Body\" element=\"tns:long\" />\r\n </wsdl:message>\r\n
|
700
|
+
\ <wsdl:message name=\"ResendBroadcastFaxHttpGetIn\">\r\n <wsdl:part name=\"Username\"
|
701
|
+
type=\"s:string\" />\r\n <wsdl:part name=\"Password\" type=\"s:string\" />\r\n
|
702
|
+
\ <wsdl:part name=\"ParentTransactionID\" type=\"s:string\" />\r\n <wsdl:part
|
703
|
+
name=\"Subject\" type=\"s:string\" />\r\n <wsdl:part name=\"SendErrorsOnly\"
|
704
|
+
type=\"s:string\" />\r\n </wsdl:message>\r\n <wsdl:message name=\"ResendBroadcastFaxHttpGetOut\">\r\n
|
705
|
+
\ <wsdl:part name=\"Body\" element=\"tns:long\" />\r\n </wsdl:message>\r\n
|
706
|
+
\ <wsdl:message name=\"ReSendFaxHttpGetIn\">\r\n <wsdl:part name=\"Username\"
|
707
|
+
type=\"s:string\" />\r\n <wsdl:part name=\"Password\" type=\"s:string\" />\r\n
|
708
|
+
\ <wsdl:part name=\"TransactionID\" type=\"s:string\" />\r\n <wsdl:part
|
709
|
+
name=\"FaxNumber\" type=\"s:string\" />\r\n </wsdl:message>\r\n <wsdl:message
|
710
|
+
name=\"ReSendFaxHttpGetOut\">\r\n <wsdl:part name=\"Body\" element=\"tns:long\"
|
711
|
+
/>\r\n </wsdl:message>\r\n <wsdl:message name=\"HideFaxHttpGetIn\">\r\n <wsdl:part
|
712
|
+
name=\"Username\" type=\"s:string\" />\r\n <wsdl:part name=\"Password\" type=\"s:string\"
|
713
|
+
/>\r\n <wsdl:part name=\"TransactionID\" type=\"s:string\" />\r\n </wsdl:message>\r\n
|
714
|
+
\ <wsdl:message name=\"HideFaxHttpGetOut\">\r\n <wsdl:part name=\"Body\"
|
715
|
+
element=\"tns:int\" />\r\n </wsdl:message>\r\n <wsdl:message name=\"HideBatchHttpGetIn\">\r\n
|
716
|
+
\ <wsdl:part name=\"Username\" type=\"s:string\" />\r\n <wsdl:part name=\"Password\"
|
717
|
+
type=\"s:string\" />\r\n <wsdl:part name=\"ParentTransactionID\" type=\"s:string\"
|
718
|
+
/>\r\n </wsdl:message>\r\n <wsdl:message name=\"HideBatchHttpGetOut\">\r\n
|
719
|
+
\ <wsdl:part name=\"Body\" element=\"tns:int\" />\r\n </wsdl:message>\r\n
|
720
|
+
\ <wsdl:message name=\"SendWordMailMergeHttpGetIn\">\r\n <wsdl:part name=\"Username\"
|
721
|
+
type=\"s:string\" />\r\n <wsdl:part name=\"Password\" type=\"s:string\" />\r\n
|
722
|
+
\ <wsdl:part name=\"Document\" type=\"s1:StringArray\" />\r\n <wsdl:part
|
723
|
+
name=\"List\" type=\"s1:StringArray\" />\r\n <wsdl:part name=\"Options\"
|
724
|
+
type=\"s1:StringArray\" />\r\n </wsdl:message>\r\n <wsdl:message name=\"SendWordMailMergeHttpGetOut\">\r\n
|
725
|
+
\ <wsdl:part name=\"Body\" element=\"tns:long\" />\r\n </wsdl:message>\r\n
|
726
|
+
\ <wsdl:message name=\"GetSupportedFileTypesHttpGetIn\" />\r\n <wsdl:message
|
727
|
+
name=\"GetSupportedFileTypesHttpGetOut\">\r\n <wsdl:part name=\"Body\" element=\"tns:string\"
|
728
|
+
/>\r\n </wsdl:message>\r\n <wsdl:message name=\"IsSupportedFileTypeHttpGetIn\">\r\n
|
729
|
+
\ <wsdl:part name=\"FileType\" type=\"s:string\" />\r\n </wsdl:message>\r\n
|
730
|
+
\ <wsdl:message name=\"IsSupportedFileTypeHttpGetOut\">\r\n <wsdl:part name=\"Body\"
|
731
|
+
element=\"tns:boolean\" />\r\n </wsdl:message>\r\n <wsdl:message name=\"UploadFileChunkHttpGetIn\">\r\n
|
732
|
+
\ <wsdl:part name=\"SessionID\" type=\"s:string\" />\r\n <wsdl:part name=\"Chunk\"
|
733
|
+
type=\"s1:StringArray\" />\r\n <wsdl:part name=\"IsLast\" type=\"s:string\"
|
734
|
+
/>\r\n </wsdl:message>\r\n <wsdl:message name=\"UploadFileChunkHttpGetOut\">\r\n
|
735
|
+
\ <wsdl:part name=\"Body\" element=\"tns:int\" />\r\n </wsdl:message>\r\n
|
736
|
+
\ <wsdl:message name=\"CancelFileUploadHttpGetIn\">\r\n <wsdl:part name=\"SessionID\"
|
737
|
+
type=\"s:string\" />\r\n </wsdl:message>\r\n <wsdl:message name=\"CancelFileUploadHttpGetOut\">\r\n
|
738
|
+
\ <wsdl:part name=\"Body\" element=\"tns:int\" />\r\n </wsdl:message>\r\n
|
739
|
+
\ <wsdl:message name=\"GetListPPHttpPostIn\">\r\n <wsdl:part name=\"Username\"
|
740
|
+
type=\"s:string\" />\r\n <wsdl:part name=\"Password\" type=\"s:string\" />\r\n
|
741
|
+
\ </wsdl:message>\r\n <wsdl:message name=\"GetListPPHttpPostOut\">\r\n <wsdl:part
|
742
|
+
name=\"Body\" element=\"tns:ListPPResult\" />\r\n </wsdl:message>\r\n <wsdl:message
|
743
|
+
name=\"GetPPCardDetailsHttpPostIn\">\r\n <wsdl:part name=\"Username\" type=\"s:string\"
|
744
|
+
/>\r\n <wsdl:part name=\"Password\" type=\"s:string\" />\r\n <wsdl:part
|
745
|
+
name=\"PPCardID\" type=\"s:string\" />\r\n </wsdl:message>\r\n <wsdl:message
|
746
|
+
name=\"GetPPCardDetailsHttpPostOut\">\r\n <wsdl:part name=\"Body\" element=\"tns:PPCardResult\"
|
747
|
+
/>\r\n </wsdl:message>\r\n <wsdl:message name=\"GetPPCardTransactionsHttpPostIn\">\r\n
|
748
|
+
\ <wsdl:part name=\"Username\" type=\"s:string\" />\r\n <wsdl:part name=\"Password\"
|
749
|
+
type=\"s:string\" />\r\n <wsdl:part name=\"PPCardID\" type=\"s:string\" />\r\n
|
750
|
+
\ <wsdl:part name=\"FirstResult\" type=\"s:string\" />\r\n <wsdl:part name=\"NumOfResults\"
|
751
|
+
type=\"s:string\" />\r\n </wsdl:message>\r\n <wsdl:message name=\"GetPPCardTransactionsHttpPostOut\">\r\n
|
752
|
+
\ <wsdl:part name=\"Body\" element=\"tns:PPCardTransactions\" />\r\n </wsdl:message>\r\n
|
753
|
+
\ <wsdl:message name=\"GetPPCardTransactionsAsByteArrayHttpPostIn\">\r\n <wsdl:part
|
754
|
+
name=\"Username\" type=\"s:string\" />\r\n <wsdl:part name=\"Password\" type=\"s:string\"
|
755
|
+
/>\r\n <wsdl:part name=\"Year\" type=\"s:string\" />\r\n <wsdl:part name=\"Month\"
|
756
|
+
type=\"s:string\" />\r\n </wsdl:message>\r\n <wsdl:message name=\"GetPPCardTransactionsAsByteArrayHttpPostOut\">\r\n
|
757
|
+
\ <wsdl:part name=\"Body\" element=\"tns:PPCardTrasnactionsByteArray\" />\r\n
|
758
|
+
\ </wsdl:message>\r\n <wsdl:message name=\"SendCharFaxHttpPostIn\">\r\n <wsdl:part
|
759
|
+
name=\"Username\" type=\"s:string\" />\r\n <wsdl:part name=\"Password\" type=\"s:string\"
|
760
|
+
/>\r\n <wsdl:part name=\"FaxNumber\" type=\"s:string\" />\r\n <wsdl:part
|
761
|
+
name=\"Data\" type=\"s:string\" />\r\n <wsdl:part name=\"FileType\" type=\"s:string\"
|
762
|
+
/>\r\n </wsdl:message>\r\n <wsdl:message name=\"SendCharFaxHttpPostOut\">\r\n
|
763
|
+
\ <wsdl:part name=\"Body\" element=\"tns:long\" />\r\n </wsdl:message>\r\n
|
764
|
+
\ <wsdl:message name=\"SendfaxHttpPostIn\">\r\n <wsdl:part name=\"Username\"
|
765
|
+
type=\"s:string\" />\r\n <wsdl:part name=\"Password\" type=\"s:string\" />\r\n
|
766
|
+
\ <wsdl:part name=\"FaxNumber\" type=\"s:string\" />\r\n <wsdl:part name=\"FileData\"
|
767
|
+
type=\"s1:StringArray\" />\r\n <wsdl:part name=\"FileType\" type=\"s:string\"
|
768
|
+
/>\r\n </wsdl:message>\r\n <wsdl:message name=\"SendfaxHttpPostOut\">\r\n
|
769
|
+
\ <wsdl:part name=\"Body\" element=\"tns:long\" />\r\n </wsdl:message>\r\n
|
770
|
+
\ <wsdl:message name=\"CancelFaxHttpPostIn\">\r\n <wsdl:part name=\"Username\"
|
771
|
+
type=\"s:string\" />\r\n <wsdl:part name=\"Password\" type=\"s:string\" />\r\n
|
772
|
+
\ <wsdl:part name=\"TransactionID\" type=\"s:string\" />\r\n </wsdl:message>\r\n
|
773
|
+
\ <wsdl:message name=\"CancelFaxHttpPostOut\">\r\n <wsdl:part name=\"Body\"
|
774
|
+
element=\"tns:int\" />\r\n </wsdl:message>\r\n <wsdl:message name=\"CancelBatchHttpPostIn\">\r\n
|
775
|
+
\ <wsdl:part name=\"Username\" type=\"s:string\" />\r\n <wsdl:part name=\"Password\"
|
776
|
+
type=\"s:string\" />\r\n <wsdl:part name=\"ParentTransactionID\" type=\"s:string\"
|
777
|
+
/>\r\n </wsdl:message>\r\n <wsdl:message name=\"CancelBatchHttpPostOut\">\r\n
|
778
|
+
\ <wsdl:part name=\"Body\" element=\"tns:int\" />\r\n </wsdl:message>\r\n
|
779
|
+
\ <wsdl:message name=\"SendfaxExHttpPostIn\">\r\n <wsdl:part name=\"Username\"
|
780
|
+
type=\"s:string\" />\r\n <wsdl:part name=\"Password\" type=\"s:string\" />\r\n
|
781
|
+
\ <wsdl:part name=\"FaxNumbers\" type=\"s:string\" />\r\n <wsdl:part name=\"FilesData\"
|
782
|
+
type=\"s1:StringArray\" />\r\n <wsdl:part name=\"FileTypes\" type=\"s:string\"
|
783
|
+
/>\r\n <wsdl:part name=\"FileSizes\" type=\"s:string\" />\r\n <wsdl:part
|
784
|
+
name=\"Postpone\" type=\"s:string\" />\r\n <wsdl:part name=\"IsHighResolution\"
|
785
|
+
type=\"s:string\" />\r\n <wsdl:part name=\"CSID\" type=\"s:string\" />\r\n
|
786
|
+
\ <wsdl:part name=\"Subject\" type=\"s:string\" />\r\n <wsdl:part name=\"ReplyAddress\"
|
787
|
+
type=\"s:string\" />\r\n </wsdl:message>\r\n <wsdl:message name=\"SendfaxExHttpPostOut\">\r\n
|
788
|
+
\ <wsdl:part name=\"Body\" element=\"tns:long\" />\r\n </wsdl:message>\r\n
|
789
|
+
\ <wsdl:message name=\"SendfaxEx_2HttpPostIn\">\r\n <wsdl:part name=\"Username\"
|
790
|
+
type=\"s:string\" />\r\n <wsdl:part name=\"Password\" type=\"s:string\" />\r\n
|
791
|
+
\ <wsdl:part name=\"FaxNumbers\" type=\"s:string\" />\r\n <wsdl:part name=\"Contacts\"
|
792
|
+
type=\"s:string\" />\r\n <wsdl:part name=\"FilesData\" type=\"s1:StringArray\"
|
793
|
+
/>\r\n <wsdl:part name=\"FileTypes\" type=\"s:string\" />\r\n <wsdl:part
|
794
|
+
name=\"FileSizes\" type=\"s:string\" />\r\n <wsdl:part name=\"Postpone\"
|
795
|
+
type=\"s:string\" />\r\n <wsdl:part name=\"RetriesToPerform\" type=\"s:string\"
|
796
|
+
/>\r\n <wsdl:part name=\"CSID\" type=\"s:string\" />\r\n <wsdl:part name=\"PageHeader\"
|
797
|
+
type=\"s:string\" />\r\n <wsdl:part name=\"JobID\" type=\"s:string\" />\r\n
|
798
|
+
\ <wsdl:part name=\"Subject\" type=\"s:string\" />\r\n <wsdl:part name=\"ReplyAddress\"
|
799
|
+
type=\"s:string\" />\r\n <wsdl:part name=\"PageSize\" type=\"s:string\" />\r\n
|
800
|
+
\ <wsdl:part name=\"PageOrientation\" type=\"s:string\" />\r\n <wsdl:part
|
801
|
+
name=\"IsHighResolution\" type=\"s:string\" />\r\n <wsdl:part name=\"IsFineRendering\"
|
802
|
+
type=\"s:string\" />\r\n </wsdl:message>\r\n <wsdl:message name=\"SendfaxEx_2HttpPostOut\">\r\n
|
803
|
+
\ <wsdl:part name=\"Body\" element=\"tns:long\" />\r\n </wsdl:message>\r\n
|
804
|
+
\ <wsdl:message name=\"ResendBroadcastFaxHttpPostIn\">\r\n <wsdl:part name=\"Username\"
|
805
|
+
type=\"s:string\" />\r\n <wsdl:part name=\"Password\" type=\"s:string\" />\r\n
|
806
|
+
\ <wsdl:part name=\"ParentTransactionID\" type=\"s:string\" />\r\n <wsdl:part
|
807
|
+
name=\"Subject\" type=\"s:string\" />\r\n <wsdl:part name=\"SendErrorsOnly\"
|
808
|
+
type=\"s:string\" />\r\n </wsdl:message>\r\n <wsdl:message name=\"ResendBroadcastFaxHttpPostOut\">\r\n
|
809
|
+
\ <wsdl:part name=\"Body\" element=\"tns:long\" />\r\n </wsdl:message>\r\n
|
810
|
+
\ <wsdl:message name=\"ReSendFaxHttpPostIn\">\r\n <wsdl:part name=\"Username\"
|
811
|
+
type=\"s:string\" />\r\n <wsdl:part name=\"Password\" type=\"s:string\" />\r\n
|
812
|
+
\ <wsdl:part name=\"TransactionID\" type=\"s:string\" />\r\n <wsdl:part
|
813
|
+
name=\"FaxNumber\" type=\"s:string\" />\r\n </wsdl:message>\r\n <wsdl:message
|
814
|
+
name=\"ReSendFaxHttpPostOut\">\r\n <wsdl:part name=\"Body\" element=\"tns:long\"
|
815
|
+
/>\r\n </wsdl:message>\r\n <wsdl:message name=\"HideFaxHttpPostIn\">\r\n <wsdl:part
|
816
|
+
name=\"Username\" type=\"s:string\" />\r\n <wsdl:part name=\"Password\" type=\"s:string\"
|
817
|
+
/>\r\n <wsdl:part name=\"TransactionID\" type=\"s:string\" />\r\n </wsdl:message>\r\n
|
818
|
+
\ <wsdl:message name=\"HideFaxHttpPostOut\">\r\n <wsdl:part name=\"Body\"
|
819
|
+
element=\"tns:int\" />\r\n </wsdl:message>\r\n <wsdl:message name=\"HideBatchHttpPostIn\">\r\n
|
820
|
+
\ <wsdl:part name=\"Username\" type=\"s:string\" />\r\n <wsdl:part name=\"Password\"
|
821
|
+
type=\"s:string\" />\r\n <wsdl:part name=\"ParentTransactionID\" type=\"s:string\"
|
822
|
+
/>\r\n </wsdl:message>\r\n <wsdl:message name=\"HideBatchHttpPostOut\">\r\n
|
823
|
+
\ <wsdl:part name=\"Body\" element=\"tns:int\" />\r\n </wsdl:message>\r\n
|
824
|
+
\ <wsdl:message name=\"SendWordMailMergeHttpPostIn\">\r\n <wsdl:part name=\"Username\"
|
825
|
+
type=\"s:string\" />\r\n <wsdl:part name=\"Password\" type=\"s:string\" />\r\n
|
826
|
+
\ <wsdl:part name=\"Document\" type=\"s1:StringArray\" />\r\n <wsdl:part
|
827
|
+
name=\"List\" type=\"s1:StringArray\" />\r\n <wsdl:part name=\"Options\"
|
828
|
+
type=\"s1:StringArray\" />\r\n </wsdl:message>\r\n <wsdl:message name=\"SendWordMailMergeHttpPostOut\">\r\n
|
829
|
+
\ <wsdl:part name=\"Body\" element=\"tns:long\" />\r\n </wsdl:message>\r\n
|
830
|
+
\ <wsdl:message name=\"GetSupportedFileTypesHttpPostIn\" />\r\n <wsdl:message
|
831
|
+
name=\"GetSupportedFileTypesHttpPostOut\">\r\n <wsdl:part name=\"Body\" element=\"tns:string\"
|
832
|
+
/>\r\n </wsdl:message>\r\n <wsdl:message name=\"IsSupportedFileTypeHttpPostIn\">\r\n
|
833
|
+
\ <wsdl:part name=\"FileType\" type=\"s:string\" />\r\n </wsdl:message>\r\n
|
834
|
+
\ <wsdl:message name=\"IsSupportedFileTypeHttpPostOut\">\r\n <wsdl:part name=\"Body\"
|
835
|
+
element=\"tns:boolean\" />\r\n </wsdl:message>\r\n <wsdl:message name=\"UploadFileChunkHttpPostIn\">\r\n
|
836
|
+
\ <wsdl:part name=\"SessionID\" type=\"s:string\" />\r\n <wsdl:part name=\"Chunk\"
|
837
|
+
type=\"s1:StringArray\" />\r\n <wsdl:part name=\"IsLast\" type=\"s:string\"
|
838
|
+
/>\r\n </wsdl:message>\r\n <wsdl:message name=\"UploadFileChunkHttpPostOut\">\r\n
|
839
|
+
\ <wsdl:part name=\"Body\" element=\"tns:int\" />\r\n </wsdl:message>\r\n
|
840
|
+
\ <wsdl:message name=\"CancelFileUploadHttpPostIn\">\r\n <wsdl:part name=\"SessionID\"
|
841
|
+
type=\"s:string\" />\r\n </wsdl:message>\r\n <wsdl:message name=\"CancelFileUploadHttpPostOut\">\r\n
|
842
|
+
\ <wsdl:part name=\"Body\" element=\"tns:int\" />\r\n </wsdl:message>\r\n
|
843
|
+
\ <wsdl:portType name=\"InterFaxSoap\">\r\n <wsdl:operation name=\"GetListPP\">\r\n
|
844
|
+
\ <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">Returns
|
845
|
+
a list of all the PP cards associated with the given user</wsdl:documentation>\r\n
|
846
|
+
\ <wsdl:input message=\"tns:GetListPPSoapIn\" />\r\n <wsdl:output message=\"tns:GetListPPSoapOut\"
|
847
|
+
/>\r\n </wsdl:operation>\r\n <wsdl:operation name=\"GetPPCardDetails\">\r\n
|
848
|
+
\ <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">Returns
|
849
|
+
the details of the given PP card</wsdl:documentation>\r\n <wsdl:input message=\"tns:GetPPCardDetailsSoapIn\"
|
850
|
+
/>\r\n <wsdl:output message=\"tns:GetPPCardDetailsSoapOut\" />\r\n </wsdl:operation>\r\n
|
851
|
+
\ <wsdl:operation name=\"GetPPCardTransactions\">\r\n <wsdl:documentation
|
852
|
+
xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">Returns NumOfResults transactions
|
853
|
+
of the given PP card, starting from FirstResult. For NumOfResults=0 all transactions
|
854
|
+
will be returned</wsdl:documentation>\r\n <wsdl:input message=\"tns:GetPPCardTransactionsSoapIn\"
|
855
|
+
/>\r\n <wsdl:output message=\"tns:GetPPCardTransactionsSoapOut\" />\r\n
|
856
|
+
\ </wsdl:operation>\r\n <wsdl:operation name=\"GetPPCardTransactionsAsByteArray\">\r\n
|
857
|
+
\ <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">Returns
|
858
|
+
a ZIP file containing a CSV file of all the transactions for the given PP Card.
|
859
|
+
The file comes as an array of bytes</wsdl:documentation>\r\n <wsdl:input
|
860
|
+
message=\"tns:GetPPCardTransactionsAsByteArraySoapIn\" />\r\n <wsdl:output
|
861
|
+
message=\"tns:GetPPCardTransactionsAsByteArraySoapOut\" />\r\n </wsdl:operation>\r\n
|
862
|
+
\ <wsdl:operation name=\"FaxStatusEx\">\r\n <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">Returns
|
863
|
+
full information (27 fields - see <a href=\"http://www.interfax.net/en/dev/webservice/reference.html#faxstatusex\">Reference</a>)
|
864
|
+
regarding a fax transaction's current status.</wsdl:documentation>\r\n <wsdl:input
|
865
|
+
message=\"tns:FaxStatusExSoapIn\" />\r\n <wsdl:output message=\"tns:FaxStatusExSoapOut\"
|
866
|
+
/>\r\n </wsdl:operation>\r\n <wsdl:operation name=\"FaxQuery2\">\r\n <wsdl:documentation
|
867
|
+
xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">Returns full information (27
|
868
|
+
fields - see <a href=\"http://www.interfax.net/en/dev/webservice/reference.html#faxstatusex\">Reference</a>)
|
869
|
+
regarding a population determined by query form.</wsdl:documentation>\r\n <wsdl:input
|
870
|
+
message=\"tns:FaxQuery2SoapIn\" />\r\n <wsdl:output message=\"tns:FaxQuery2SoapOut\"
|
871
|
+
/>\r\n </wsdl:operation>\r\n <wsdl:operation name=\"FaxQuery\">\r\n <wsdl:documentation
|
872
|
+
xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">Returns full information (27
|
873
|
+
fields - see <a href=\"http://www.interfax.net/en/dev/webservice/reference.html#faxstatusex\">Reference</a>)
|
874
|
+
regarding a population determined by Verb.</wsdl:documentation>\r\n <wsdl:input
|
875
|
+
message=\"tns:FaxQuerySoapIn\" />\r\n <wsdl:output message=\"tns:FaxQuerySoapOut\"
|
876
|
+
/>\r\n </wsdl:operation>\r\n <wsdl:operation name=\"FaxStatus\">\r\n <wsdl:documentation
|
877
|
+
xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">Returns quick and minimal information
|
878
|
+
(11 fields - see <a href=\"http://www.interfax.net/en/dev/webservice/reference.html#faxstatusex\">Reference</a>)
|
879
|
+
regarding a fax transaction's current status.</wsdl:documentation>\r\n <wsdl:input
|
880
|
+
message=\"tns:FaxStatusSoapIn\" />\r\n <wsdl:output message=\"tns:FaxStatusSoapOut\"
|
881
|
+
/>\r\n </wsdl:operation>\r\n <wsdl:operation name=\"FaxStatusXML\">\r\n
|
882
|
+
\ <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">Similar
|
883
|
+
to FaxStatusEx, however, returns information in XML-formatted structure.</wsdl:documentation>\r\n
|
884
|
+
\ <wsdl:input message=\"tns:FaxStatusXMLSoapIn\" />\r\n <wsdl:output
|
885
|
+
message=\"tns:FaxStatusXMLSoapOut\" />\r\n </wsdl:operation>\r\n <wsdl:operation
|
886
|
+
name=\"SendCharFax\">\r\n <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">This
|
887
|
+
is the simplest method to fax ASCII text. Also allows structured text documents,
|
888
|
+
such as HTML, PostScript, etc. (To fax an attachment simply - use the SendFax
|
889
|
+
method.)</wsdl:documentation>\r\n <wsdl:input message=\"tns:SendCharFaxSoapIn\"
|
890
|
+
/>\r\n <wsdl:output message=\"tns:SendCharFaxSoapOut\" />\r\n </wsdl:operation>\r\n
|
891
|
+
\ <wsdl:operation name=\"Sendfax\">\r\n <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">This
|
892
|
+
is the simplest method to fax an attached file. Five parameters are all that's
|
893
|
+
required. (To fax a simple text message - use the SendCharFax method.)</wsdl:documentation>\r\n
|
894
|
+
\ <wsdl:input message=\"tns:SendfaxSoapIn\" />\r\n <wsdl:output message=\"tns:SendfaxSoapOut\"
|
895
|
+
/>\r\n </wsdl:operation>\r\n <wsdl:operation name=\"CancelFax\">\r\n <wsdl:documentation
|
896
|
+
xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">This method is used to stop
|
897
|
+
fax transmission after it was sent</wsdl:documentation>\r\n <wsdl:input
|
898
|
+
message=\"tns:CancelFaxSoapIn\" />\r\n <wsdl:output message=\"tns:CancelFaxSoapOut\"
|
899
|
+
/>\r\n </wsdl:operation>\r\n <wsdl:operation name=\"CancelBatch\">\r\n
|
900
|
+
\ <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">This
|
901
|
+
method is used to stop processing/transmission of all still active faxes in
|
902
|
+
a batch</wsdl:documentation>\r\n <wsdl:input message=\"tns:CancelBatchSoapIn\"
|
903
|
+
/>\r\n <wsdl:output message=\"tns:CancelBatchSoapOut\" />\r\n </wsdl:operation>\r\n
|
904
|
+
\ <wsdl:operation name=\"SendfaxEx\">\r\n <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">[Retained
|
905
|
+
for backward-compatibility; replaced by SendfaxEx_2]</wsdl:documentation>\r\n
|
906
|
+
\ <wsdl:input message=\"tns:SendfaxExSoapIn\" />\r\n <wsdl:output message=\"tns:SendfaxExSoapOut\"
|
907
|
+
/>\r\n </wsdl:operation>\r\n <wsdl:operation name=\"SendfaxEx_2\">\r\n
|
908
|
+
\ <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">The
|
909
|
+
most feature-filled fax sending method. Allows full control over all aspects
|
910
|
+
of fax transmission. Adds page-control features not previously found in the
|
911
|
+
SendfaxEx method.</wsdl:documentation>\r\n <wsdl:input message=\"tns:SendfaxEx_2SoapIn\"
|
912
|
+
/>\r\n <wsdl:output message=\"tns:SendfaxEx_2SoapOut\" />\r\n </wsdl:operation>\r\n
|
913
|
+
\ <wsdl:operation name=\"ResendBroadcastFax\">\r\n <wsdl:documentation
|
914
|
+
xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">Resends a broadcast transaction
|
915
|
+
(Multiple destinations)</wsdl:documentation>\r\n <wsdl:input message=\"tns:ResendBroadcastFaxSoapIn\"
|
916
|
+
/>\r\n <wsdl:output message=\"tns:ResendBroadcastFaxSoapOut\" />\r\n </wsdl:operation>\r\n
|
917
|
+
\ <wsdl:operation name=\"ReSendFax\">\r\n <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">This
|
918
|
+
is a simple method to resend a fax. Four parameters are all that's required</wsdl:documentation>\r\n
|
919
|
+
\ <wsdl:input message=\"tns:ReSendFaxSoapIn\" />\r\n <wsdl:output message=\"tns:ReSendFaxSoapOut\"
|
920
|
+
/>\r\n </wsdl:operation>\r\n <wsdl:operation name=\"GetFaxImage\">\r\n
|
921
|
+
\ <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">Returns
|
922
|
+
a TIF file of a transactions rendered document.</wsdl:documentation>\r\n <wsdl:input
|
923
|
+
message=\"tns:GetFaxImageSoapIn\" />\r\n <wsdl:output message=\"tns:GetFaxImageSoapOut\"
|
924
|
+
/>\r\n </wsdl:operation>\r\n <wsdl:operation name=\"HideFax\">\r\n <wsdl:documentation
|
925
|
+
xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">This is a simple method to hide
|
926
|
+
a transaction in the log</wsdl:documentation>\r\n <wsdl:input message=\"tns:HideFaxSoapIn\"
|
927
|
+
/>\r\n <wsdl:output message=\"tns:HideFaxSoapOut\" />\r\n </wsdl:operation>\r\n
|
928
|
+
\ <wsdl:operation name=\"HideBatch\">\r\n <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">This
|
929
|
+
is a simple method to hide an entire batch in the log, by providing the Parent
|
930
|
+
TransactionID</wsdl:documentation>\r\n <wsdl:input message=\"tns:HideBatchSoapIn\"
|
931
|
+
/>\r\n <wsdl:output message=\"tns:HideBatchSoapOut\" />\r\n </wsdl:operation>\r\n
|
932
|
+
\ <wsdl:operation name=\"SendWordMailMerge\">\r\n <wsdl:documentation
|
933
|
+
xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">Use this method to send an MS
|
934
|
+
Word 2007 document with MailMerge</wsdl:documentation>\r\n <wsdl:input
|
935
|
+
message=\"tns:SendWordMailMergeSoapIn\" />\r\n <wsdl:output message=\"tns:SendWordMailMergeSoapOut\"
|
936
|
+
/>\r\n </wsdl:operation>\r\n <wsdl:operation name=\"GetSupportedFileTypes\">\r\n
|
937
|
+
\ <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">A
|
938
|
+
utility method to obtain the currently supported file types.</wsdl:documentation>\r\n
|
939
|
+
\ <wsdl:input message=\"tns:GetSupportedFileTypesSoapIn\" />\r\n <wsdl:output
|
940
|
+
message=\"tns:GetSupportedFileTypesSoapOut\" />\r\n </wsdl:operation>\r\n
|
941
|
+
\ <wsdl:operation name=\"IsSupportedFileType\">\r\n <wsdl:documentation
|
942
|
+
xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">A utility method to verify if
|
943
|
+
a given file type is supported.</wsdl:documentation>\r\n <wsdl:input message=\"tns:IsSupportedFileTypeSoapIn\"
|
944
|
+
/>\r\n <wsdl:output message=\"tns:IsSupportedFileTypeSoapOut\" />\r\n </wsdl:operation>\r\n
|
945
|
+
\ <wsdl:operation name=\"StartFileUpload\">\r\n <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">Start
|
946
|
+
an Upload session; Returns a Session ID string, to be used by subsequent calls.</wsdl:documentation>\r\n
|
947
|
+
\ <wsdl:input message=\"tns:StartFileUploadSoapIn\" />\r\n <wsdl:output
|
948
|
+
message=\"tns:StartFileUploadSoapOut\" />\r\n </wsdl:operation>\r\n <wsdl:operation
|
949
|
+
name=\"UploadFileChunk\">\r\n <wsdl:input message=\"tns:UploadFileChunkSoapIn\"
|
950
|
+
/>\r\n <wsdl:output message=\"tns:UploadFileChunkSoapOut\" />\r\n </wsdl:operation>\r\n
|
951
|
+
\ <wsdl:operation name=\"CancelFileUpload\">\r\n <wsdl:input message=\"tns:CancelFileUploadSoapIn\"
|
952
|
+
/>\r\n <wsdl:output message=\"tns:CancelFileUploadSoapOut\" />\r\n </wsdl:operation>\r\n
|
953
|
+
\ </wsdl:portType>\r\n <wsdl:portType name=\"InterFaxHttpGet\">\r\n <wsdl:operation
|
954
|
+
name=\"GetListPP\">\r\n <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">Returns
|
955
|
+
a list of all the PP cards associated with the given user</wsdl:documentation>\r\n
|
956
|
+
\ <wsdl:input message=\"tns:GetListPPHttpGetIn\" />\r\n <wsdl:output
|
957
|
+
message=\"tns:GetListPPHttpGetOut\" />\r\n </wsdl:operation>\r\n <wsdl:operation
|
958
|
+
name=\"GetPPCardDetails\">\r\n <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">Returns
|
959
|
+
the details of the given PP card</wsdl:documentation>\r\n <wsdl:input message=\"tns:GetPPCardDetailsHttpGetIn\"
|
960
|
+
/>\r\n <wsdl:output message=\"tns:GetPPCardDetailsHttpGetOut\" />\r\n </wsdl:operation>\r\n
|
961
|
+
\ <wsdl:operation name=\"GetPPCardTransactions\">\r\n <wsdl:documentation
|
962
|
+
xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">Returns NumOfResults transactions
|
963
|
+
of the given PP card, starting from FirstResult. For NumOfResults=0 all transactions
|
964
|
+
will be returned</wsdl:documentation>\r\n <wsdl:input message=\"tns:GetPPCardTransactionsHttpGetIn\"
|
965
|
+
/>\r\n <wsdl:output message=\"tns:GetPPCardTransactionsHttpGetOut\" />\r\n
|
966
|
+
\ </wsdl:operation>\r\n <wsdl:operation name=\"GetPPCardTransactionsAsByteArray\">\r\n
|
967
|
+
\ <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">Returns
|
968
|
+
a ZIP file containing a CSV file of all the transactions for the given PP Card.
|
969
|
+
The file comes as an array of bytes</wsdl:documentation>\r\n <wsdl:input
|
970
|
+
message=\"tns:GetPPCardTransactionsAsByteArrayHttpGetIn\" />\r\n <wsdl:output
|
971
|
+
message=\"tns:GetPPCardTransactionsAsByteArrayHttpGetOut\" />\r\n </wsdl:operation>\r\n
|
972
|
+
\ <wsdl:operation name=\"SendCharFax\">\r\n <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">This
|
973
|
+
is the simplest method to fax ASCII text. Also allows structured text documents,
|
974
|
+
such as HTML, PostScript, etc. (To fax an attachment simply - use the SendFax
|
975
|
+
method.)</wsdl:documentation>\r\n <wsdl:input message=\"tns:SendCharFaxHttpGetIn\"
|
976
|
+
/>\r\n <wsdl:output message=\"tns:SendCharFaxHttpGetOut\" />\r\n </wsdl:operation>\r\n
|
977
|
+
\ <wsdl:operation name=\"Sendfax\">\r\n <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">This
|
978
|
+
is the simplest method to fax an attached file. Five parameters are all that's
|
979
|
+
required. (To fax a simple text message - use the SendCharFax method.)</wsdl:documentation>\r\n
|
980
|
+
\ <wsdl:input message=\"tns:SendfaxHttpGetIn\" />\r\n <wsdl:output
|
981
|
+
message=\"tns:SendfaxHttpGetOut\" />\r\n </wsdl:operation>\r\n <wsdl:operation
|
982
|
+
name=\"CancelFax\">\r\n <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">This
|
983
|
+
method is used to stop fax transmission after it was sent</wsdl:documentation>\r\n
|
984
|
+
\ <wsdl:input message=\"tns:CancelFaxHttpGetIn\" />\r\n <wsdl:output
|
985
|
+
message=\"tns:CancelFaxHttpGetOut\" />\r\n </wsdl:operation>\r\n <wsdl:operation
|
986
|
+
name=\"CancelBatch\">\r\n <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">This
|
987
|
+
method is used to stop processing/transmission of all still active faxes in
|
988
|
+
a batch</wsdl:documentation>\r\n <wsdl:input message=\"tns:CancelBatchHttpGetIn\"
|
989
|
+
/>\r\n <wsdl:output message=\"tns:CancelBatchHttpGetOut\" />\r\n </wsdl:operation>\r\n
|
990
|
+
\ <wsdl:operation name=\"SendfaxEx\">\r\n <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">[Retained
|
991
|
+
for backward-compatibility; replaced by SendfaxEx_2]</wsdl:documentation>\r\n
|
992
|
+
\ <wsdl:input message=\"tns:SendfaxExHttpGetIn\" />\r\n <wsdl:output
|
993
|
+
message=\"tns:SendfaxExHttpGetOut\" />\r\n </wsdl:operation>\r\n <wsdl:operation
|
994
|
+
name=\"SendfaxEx_2\">\r\n <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">The
|
995
|
+
most feature-filled fax sending method. Allows full control over all aspects
|
996
|
+
of fax transmission. Adds page-control features not previously found in the
|
997
|
+
SendfaxEx method.</wsdl:documentation>\r\n <wsdl:input message=\"tns:SendfaxEx_2HttpGetIn\"
|
998
|
+
/>\r\n <wsdl:output message=\"tns:SendfaxEx_2HttpGetOut\" />\r\n </wsdl:operation>\r\n
|
999
|
+
\ <wsdl:operation name=\"ResendBroadcastFax\">\r\n <wsdl:documentation
|
1000
|
+
xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">Resends a broadcast transaction
|
1001
|
+
(Multiple destinations)</wsdl:documentation>\r\n <wsdl:input message=\"tns:ResendBroadcastFaxHttpGetIn\"
|
1002
|
+
/>\r\n <wsdl:output message=\"tns:ResendBroadcastFaxHttpGetOut\" />\r\n
|
1003
|
+
\ </wsdl:operation>\r\n <wsdl:operation name=\"ReSendFax\">\r\n <wsdl:documentation
|
1004
|
+
xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">This is a simple method to resend
|
1005
|
+
a fax. Four parameters are all that's required</wsdl:documentation>\r\n <wsdl:input
|
1006
|
+
message=\"tns:ReSendFaxHttpGetIn\" />\r\n <wsdl:output message=\"tns:ReSendFaxHttpGetOut\"
|
1007
|
+
/>\r\n </wsdl:operation>\r\n <wsdl:operation name=\"HideFax\">\r\n <wsdl:documentation
|
1008
|
+
xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">This is a simple method to hide
|
1009
|
+
a transaction in the log</wsdl:documentation>\r\n <wsdl:input message=\"tns:HideFaxHttpGetIn\"
|
1010
|
+
/>\r\n <wsdl:output message=\"tns:HideFaxHttpGetOut\" />\r\n </wsdl:operation>\r\n
|
1011
|
+
\ <wsdl:operation name=\"HideBatch\">\r\n <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">This
|
1012
|
+
is a simple method to hide an entire batch in the log, by providing the Parent
|
1013
|
+
TransactionID</wsdl:documentation>\r\n <wsdl:input message=\"tns:HideBatchHttpGetIn\"
|
1014
|
+
/>\r\n <wsdl:output message=\"tns:HideBatchHttpGetOut\" />\r\n </wsdl:operation>\r\n
|
1015
|
+
\ <wsdl:operation name=\"SendWordMailMerge\">\r\n <wsdl:documentation
|
1016
|
+
xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">Use this method to send an MS
|
1017
|
+
Word 2007 document with MailMerge</wsdl:documentation>\r\n <wsdl:input
|
1018
|
+
message=\"tns:SendWordMailMergeHttpGetIn\" />\r\n <wsdl:output message=\"tns:SendWordMailMergeHttpGetOut\"
|
1019
|
+
/>\r\n </wsdl:operation>\r\n <wsdl:operation name=\"GetSupportedFileTypes\">\r\n
|
1020
|
+
\ <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">A
|
1021
|
+
utility method to obtain the currently supported file types.</wsdl:documentation>\r\n
|
1022
|
+
\ <wsdl:input message=\"tns:GetSupportedFileTypesHttpGetIn\" />\r\n <wsdl:output
|
1023
|
+
message=\"tns:GetSupportedFileTypesHttpGetOut\" />\r\n </wsdl:operation>\r\n
|
1024
|
+
\ <wsdl:operation name=\"IsSupportedFileType\">\r\n <wsdl:documentation
|
1025
|
+
xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">A utility method to verify if
|
1026
|
+
a given file type is supported.</wsdl:documentation>\r\n <wsdl:input message=\"tns:IsSupportedFileTypeHttpGetIn\"
|
1027
|
+
/>\r\n <wsdl:output message=\"tns:IsSupportedFileTypeHttpGetOut\" />\r\n
|
1028
|
+
\ </wsdl:operation>\r\n <wsdl:operation name=\"UploadFileChunk\">\r\n <wsdl:input
|
1029
|
+
message=\"tns:UploadFileChunkHttpGetIn\" />\r\n <wsdl:output message=\"tns:UploadFileChunkHttpGetOut\"
|
1030
|
+
/>\r\n </wsdl:operation>\r\n <wsdl:operation name=\"CancelFileUpload\">\r\n
|
1031
|
+
\ <wsdl:input message=\"tns:CancelFileUploadHttpGetIn\" />\r\n <wsdl:output
|
1032
|
+
message=\"tns:CancelFileUploadHttpGetOut\" />\r\n </wsdl:operation>\r\n </wsdl:portType>\r\n
|
1033
|
+
\ <wsdl:portType name=\"InterFaxHttpPost\">\r\n <wsdl:operation name=\"GetListPP\">\r\n
|
1034
|
+
\ <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">Returns
|
1035
|
+
a list of all the PP cards associated with the given user</wsdl:documentation>\r\n
|
1036
|
+
\ <wsdl:input message=\"tns:GetListPPHttpPostIn\" />\r\n <wsdl:output
|
1037
|
+
message=\"tns:GetListPPHttpPostOut\" />\r\n </wsdl:operation>\r\n <wsdl:operation
|
1038
|
+
name=\"GetPPCardDetails\">\r\n <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">Returns
|
1039
|
+
the details of the given PP card</wsdl:documentation>\r\n <wsdl:input message=\"tns:GetPPCardDetailsHttpPostIn\"
|
1040
|
+
/>\r\n <wsdl:output message=\"tns:GetPPCardDetailsHttpPostOut\" />\r\n
|
1041
|
+
\ </wsdl:operation>\r\n <wsdl:operation name=\"GetPPCardTransactions\">\r\n
|
1042
|
+
\ <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">Returns
|
1043
|
+
NumOfResults transactions of the given PP card, starting from FirstResult. For
|
1044
|
+
NumOfResults=0 all transactions will be returned</wsdl:documentation>\r\n <wsdl:input
|
1045
|
+
message=\"tns:GetPPCardTransactionsHttpPostIn\" />\r\n <wsdl:output message=\"tns:GetPPCardTransactionsHttpPostOut\"
|
1046
|
+
/>\r\n </wsdl:operation>\r\n <wsdl:operation name=\"GetPPCardTransactionsAsByteArray\">\r\n
|
1047
|
+
\ <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">Returns
|
1048
|
+
a ZIP file containing a CSV file of all the transactions for the given PP Card.
|
1049
|
+
The file comes as an array of bytes</wsdl:documentation>\r\n <wsdl:input
|
1050
|
+
message=\"tns:GetPPCardTransactionsAsByteArrayHttpPostIn\" />\r\n <wsdl:output
|
1051
|
+
message=\"tns:GetPPCardTransactionsAsByteArrayHttpPostOut\" />\r\n </wsdl:operation>\r\n
|
1052
|
+
\ <wsdl:operation name=\"SendCharFax\">\r\n <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">This
|
1053
|
+
is the simplest method to fax ASCII text. Also allows structured text documents,
|
1054
|
+
such as HTML, PostScript, etc. (To fax an attachment simply - use the SendFax
|
1055
|
+
method.)</wsdl:documentation>\r\n <wsdl:input message=\"tns:SendCharFaxHttpPostIn\"
|
1056
|
+
/>\r\n <wsdl:output message=\"tns:SendCharFaxHttpPostOut\" />\r\n </wsdl:operation>\r\n
|
1057
|
+
\ <wsdl:operation name=\"Sendfax\">\r\n <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">This
|
1058
|
+
is the simplest method to fax an attached file. Five parameters are all that's
|
1059
|
+
required. (To fax a simple text message - use the SendCharFax method.)</wsdl:documentation>\r\n
|
1060
|
+
\ <wsdl:input message=\"tns:SendfaxHttpPostIn\" />\r\n <wsdl:output
|
1061
|
+
message=\"tns:SendfaxHttpPostOut\" />\r\n </wsdl:operation>\r\n <wsdl:operation
|
1062
|
+
name=\"CancelFax\">\r\n <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">This
|
1063
|
+
method is used to stop fax transmission after it was sent</wsdl:documentation>\r\n
|
1064
|
+
\ <wsdl:input message=\"tns:CancelFaxHttpPostIn\" />\r\n <wsdl:output
|
1065
|
+
message=\"tns:CancelFaxHttpPostOut\" />\r\n </wsdl:operation>\r\n <wsdl:operation
|
1066
|
+
name=\"CancelBatch\">\r\n <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">This
|
1067
|
+
method is used to stop processing/transmission of all still active faxes in
|
1068
|
+
a batch</wsdl:documentation>\r\n <wsdl:input message=\"tns:CancelBatchHttpPostIn\"
|
1069
|
+
/>\r\n <wsdl:output message=\"tns:CancelBatchHttpPostOut\" />\r\n </wsdl:operation>\r\n
|
1070
|
+
\ <wsdl:operation name=\"SendfaxEx\">\r\n <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">[Retained
|
1071
|
+
for backward-compatibility; replaced by SendfaxEx_2]</wsdl:documentation>\r\n
|
1072
|
+
\ <wsdl:input message=\"tns:SendfaxExHttpPostIn\" />\r\n <wsdl:output
|
1073
|
+
message=\"tns:SendfaxExHttpPostOut\" />\r\n </wsdl:operation>\r\n <wsdl:operation
|
1074
|
+
name=\"SendfaxEx_2\">\r\n <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">The
|
1075
|
+
most feature-filled fax sending method. Allows full control over all aspects
|
1076
|
+
of fax transmission. Adds page-control features not previously found in the
|
1077
|
+
SendfaxEx method.</wsdl:documentation>\r\n <wsdl:input message=\"tns:SendfaxEx_2HttpPostIn\"
|
1078
|
+
/>\r\n <wsdl:output message=\"tns:SendfaxEx_2HttpPostOut\" />\r\n </wsdl:operation>\r\n
|
1079
|
+
\ <wsdl:operation name=\"ResendBroadcastFax\">\r\n <wsdl:documentation
|
1080
|
+
xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">Resends a broadcast transaction
|
1081
|
+
(Multiple destinations)</wsdl:documentation>\r\n <wsdl:input message=\"tns:ResendBroadcastFaxHttpPostIn\"
|
1082
|
+
/>\r\n <wsdl:output message=\"tns:ResendBroadcastFaxHttpPostOut\" />\r\n
|
1083
|
+
\ </wsdl:operation>\r\n <wsdl:operation name=\"ReSendFax\">\r\n <wsdl:documentation
|
1084
|
+
xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">This is a simple method to resend
|
1085
|
+
a fax. Four parameters are all that's required</wsdl:documentation>\r\n <wsdl:input
|
1086
|
+
message=\"tns:ReSendFaxHttpPostIn\" />\r\n <wsdl:output message=\"tns:ReSendFaxHttpPostOut\"
|
1087
|
+
/>\r\n </wsdl:operation>\r\n <wsdl:operation name=\"HideFax\">\r\n <wsdl:documentation
|
1088
|
+
xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">This is a simple method to hide
|
1089
|
+
a transaction in the log</wsdl:documentation>\r\n <wsdl:input message=\"tns:HideFaxHttpPostIn\"
|
1090
|
+
/>\r\n <wsdl:output message=\"tns:HideFaxHttpPostOut\" />\r\n </wsdl:operation>\r\n
|
1091
|
+
\ <wsdl:operation name=\"HideBatch\">\r\n <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">This
|
1092
|
+
is a simple method to hide an entire batch in the log, by providing the Parent
|
1093
|
+
TransactionID</wsdl:documentation>\r\n <wsdl:input message=\"tns:HideBatchHttpPostIn\"
|
1094
|
+
/>\r\n <wsdl:output message=\"tns:HideBatchHttpPostOut\" />\r\n </wsdl:operation>\r\n
|
1095
|
+
\ <wsdl:operation name=\"SendWordMailMerge\">\r\n <wsdl:documentation
|
1096
|
+
xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">Use this method to send an MS
|
1097
|
+
Word 2007 document with MailMerge</wsdl:documentation>\r\n <wsdl:input
|
1098
|
+
message=\"tns:SendWordMailMergeHttpPostIn\" />\r\n <wsdl:output message=\"tns:SendWordMailMergeHttpPostOut\"
|
1099
|
+
/>\r\n </wsdl:operation>\r\n <wsdl:operation name=\"GetSupportedFileTypes\">\r\n
|
1100
|
+
\ <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">A
|
1101
|
+
utility method to obtain the currently supported file types.</wsdl:documentation>\r\n
|
1102
|
+
\ <wsdl:input message=\"tns:GetSupportedFileTypesHttpPostIn\" />\r\n <wsdl:output
|
1103
|
+
message=\"tns:GetSupportedFileTypesHttpPostOut\" />\r\n </wsdl:operation>\r\n
|
1104
|
+
\ <wsdl:operation name=\"IsSupportedFileType\">\r\n <wsdl:documentation
|
1105
|
+
xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">A utility method to verify if
|
1106
|
+
a given file type is supported.</wsdl:documentation>\r\n <wsdl:input message=\"tns:IsSupportedFileTypeHttpPostIn\"
|
1107
|
+
/>\r\n <wsdl:output message=\"tns:IsSupportedFileTypeHttpPostOut\" />\r\n
|
1108
|
+
\ </wsdl:operation>\r\n <wsdl:operation name=\"UploadFileChunk\">\r\n <wsdl:input
|
1109
|
+
message=\"tns:UploadFileChunkHttpPostIn\" />\r\n <wsdl:output message=\"tns:UploadFileChunkHttpPostOut\"
|
1110
|
+
/>\r\n </wsdl:operation>\r\n <wsdl:operation name=\"CancelFileUpload\">\r\n
|
1111
|
+
\ <wsdl:input message=\"tns:CancelFileUploadHttpPostIn\" />\r\n <wsdl:output
|
1112
|
+
message=\"tns:CancelFileUploadHttpPostOut\" />\r\n </wsdl:operation>\r\n
|
1113
|
+
\ </wsdl:portType>\r\n <wsdl:binding name=\"InterFaxSoap\" type=\"tns:InterFaxSoap\">\r\n
|
1114
|
+
\ <soap:binding transport=\"http://schemas.xmlsoap.org/soap/http\" />\r\n
|
1115
|
+
\ <wsdl:operation name=\"GetListPP\">\r\n <soap:operation soapAction=\"http://www.interfax.cc/GetListPP\"
|
1116
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
|
1117
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
|
1118
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation name=\"GetPPCardDetails\">\r\n
|
1119
|
+
\ <soap:operation soapAction=\"http://www.interfax.cc/GetPPCardDetails\"
|
1120
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
|
1121
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
|
1122
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation name=\"GetPPCardTransactions\">\r\n
|
1123
|
+
\ <soap:operation soapAction=\"http://www.interfax.cc/GetPPCardTransactions\"
|
1124
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
|
1125
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
|
1126
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation name=\"GetPPCardTransactionsAsByteArray\">\r\n
|
1127
|
+
\ <soap:operation soapAction=\"http://www.interfax.cc/GetPPCardTransactionsAsByteArray\"
|
1128
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
|
1129
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
|
1130
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation name=\"FaxStatusEx\">\r\n
|
1131
|
+
\ <soap:operation soapAction=\"http://www.interfax.cc/FaxStatusEx\" style=\"document\"
|
1132
|
+
/>\r\n <wsdl:input>\r\n <soap:body use=\"literal\" />\r\n </wsdl:input>\r\n
|
1133
|
+
\ <wsdl:output>\r\n <soap:body use=\"literal\" />\r\n </wsdl:output>\r\n
|
1134
|
+
\ </wsdl:operation>\r\n <wsdl:operation name=\"FaxQuery2\">\r\n <soap:operation
|
1135
|
+
soapAction=\"http://www.interfax.cc/FaxQuery2\" style=\"document\" />\r\n <wsdl:input>\r\n
|
1136
|
+
\ <soap:body use=\"literal\" />\r\n </wsdl:input>\r\n <wsdl:output>\r\n
|
1137
|
+
\ <soap:body use=\"literal\" />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n
|
1138
|
+
\ <wsdl:operation name=\"FaxQuery\">\r\n <soap:operation soapAction=\"http://www.interfax.cc/FaxQuery\"
|
1139
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
|
1140
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
|
1141
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation name=\"FaxStatus\">\r\n
|
1142
|
+
\ <soap:operation soapAction=\"http://www.interfax.cc/FaxStatus\" style=\"document\"
|
1143
|
+
/>\r\n <wsdl:input>\r\n <soap:body use=\"literal\" />\r\n </wsdl:input>\r\n
|
1144
|
+
\ <wsdl:output>\r\n <soap:body use=\"literal\" />\r\n </wsdl:output>\r\n
|
1145
|
+
\ </wsdl:operation>\r\n <wsdl:operation name=\"FaxStatusXML\">\r\n <soap:operation
|
1146
|
+
soapAction=\"http://www.interfax.cc/FaxStatusXML\" style=\"document\" />\r\n
|
1147
|
+
\ <wsdl:input>\r\n <soap:body use=\"literal\" />\r\n </wsdl:input>\r\n
|
1148
|
+
\ <wsdl:output>\r\n <soap:body use=\"literal\" />\r\n </wsdl:output>\r\n
|
1149
|
+
\ </wsdl:operation>\r\n <wsdl:operation name=\"SendCharFax\">\r\n <soap:operation
|
1150
|
+
soapAction=\"http://www.interfax.cc/SendCharFax\" style=\"document\" />\r\n
|
1151
|
+
\ <wsdl:input>\r\n <soap:body use=\"literal\" />\r\n </wsdl:input>\r\n
|
1152
|
+
\ <wsdl:output>\r\n <soap:body use=\"literal\" />\r\n </wsdl:output>\r\n
|
1153
|
+
\ </wsdl:operation>\r\n <wsdl:operation name=\"Sendfax\">\r\n <soap:operation
|
1154
|
+
soapAction=\"http://www.interfax.cc/Sendfax\" style=\"document\" />\r\n <wsdl:input>\r\n
|
1155
|
+
\ <soap:body use=\"literal\" />\r\n </wsdl:input>\r\n <wsdl:output>\r\n
|
1156
|
+
\ <soap:body use=\"literal\" />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n
|
1157
|
+
\ <wsdl:operation name=\"CancelFax\">\r\n <soap:operation soapAction=\"http://www.interfax.cc/CancelFax\"
|
1158
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
|
1159
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
|
1160
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation name=\"CancelBatch\">\r\n
|
1161
|
+
\ <soap:operation soapAction=\"http://www.interfax.cc/CancelBatch\" style=\"document\"
|
1162
|
+
/>\r\n <wsdl:input>\r\n <soap:body use=\"literal\" />\r\n </wsdl:input>\r\n
|
1163
|
+
\ <wsdl:output>\r\n <soap:body use=\"literal\" />\r\n </wsdl:output>\r\n
|
1164
|
+
\ </wsdl:operation>\r\n <wsdl:operation name=\"SendfaxEx\">\r\n <soap:operation
|
1165
|
+
soapAction=\"http://www.interfax.cc/SendfaxEx\" style=\"document\" />\r\n <wsdl:input>\r\n
|
1166
|
+
\ <soap:body use=\"literal\" />\r\n </wsdl:input>\r\n <wsdl:output>\r\n
|
1167
|
+
\ <soap:body use=\"literal\" />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n
|
1168
|
+
\ <wsdl:operation name=\"SendfaxEx_2\">\r\n <soap:operation soapAction=\"http://www.interfax.cc/SendfaxEx_2\"
|
1169
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
|
1170
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
|
1171
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation name=\"ResendBroadcastFax\">\r\n
|
1172
|
+
\ <soap:operation soapAction=\"http://www.interfax.cc/ResendBroadcastFax\"
|
1173
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
|
1174
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
|
1175
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation name=\"ReSendFax\">\r\n
|
1176
|
+
\ <soap:operation soapAction=\"http://www.interfax.cc/ReSendFax\" style=\"document\"
|
1177
|
+
/>\r\n <wsdl:input>\r\n <soap:body use=\"literal\" />\r\n </wsdl:input>\r\n
|
1178
|
+
\ <wsdl:output>\r\n <soap:body use=\"literal\" />\r\n </wsdl:output>\r\n
|
1179
|
+
\ </wsdl:operation>\r\n <wsdl:operation name=\"GetFaxImage\">\r\n <soap:operation
|
1180
|
+
soapAction=\"http://www.interfax.cc/GetFaxImage\" style=\"document\" />\r\n
|
1181
|
+
\ <wsdl:input>\r\n <soap:body use=\"literal\" />\r\n </wsdl:input>\r\n
|
1182
|
+
\ <wsdl:output>\r\n <soap:body use=\"literal\" />\r\n </wsdl:output>\r\n
|
1183
|
+
\ </wsdl:operation>\r\n <wsdl:operation name=\"HideFax\">\r\n <soap:operation
|
1184
|
+
soapAction=\"http://www.interfax.cc/HideFax\" style=\"document\" />\r\n <wsdl:input>\r\n
|
1185
|
+
\ <soap:body use=\"literal\" />\r\n </wsdl:input>\r\n <wsdl:output>\r\n
|
1186
|
+
\ <soap:body use=\"literal\" />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n
|
1187
|
+
\ <wsdl:operation name=\"HideBatch\">\r\n <soap:operation soapAction=\"http://www.interfax.cc/HideBatch\"
|
1188
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
|
1189
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
|
1190
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation name=\"SendWordMailMerge\">\r\n
|
1191
|
+
\ <soap:operation soapAction=\"http://www.interfax.cc/SendWordMailMerge\"
|
1192
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
|
1193
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
|
1194
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation name=\"GetSupportedFileTypes\">\r\n
|
1195
|
+
\ <soap:operation soapAction=\"http://www.interfax.cc/GetSupportedFileTypes\"
|
1196
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
|
1197
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
|
1198
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation name=\"IsSupportedFileType\">\r\n
|
1199
|
+
\ <soap:operation soapAction=\"http://www.interfax.cc/IsSupportedFileType\"
|
1200
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
|
1201
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
|
1202
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation name=\"StartFileUpload\">\r\n
|
1203
|
+
\ <soap:operation soapAction=\"http://www.interfax.cc/StartFileUpload\"
|
1204
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
|
1205
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
|
1206
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation name=\"UploadFileChunk\">\r\n
|
1207
|
+
\ <soap:operation soapAction=\"http://www.interfax.cc/UploadFileChunk\"
|
1208
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
|
1209
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
|
1210
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation name=\"CancelFileUpload\">\r\n
|
1211
|
+
\ <soap:operation soapAction=\"http://www.interfax.cc/CancelFileUpload\"
|
1212
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
|
1213
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
|
1214
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n </wsdl:binding>\r\n
|
1215
|
+
\ <wsdl:binding name=\"InterFaxSoap12\" type=\"tns:InterFaxSoap\">\r\n <soap12:binding
|
1216
|
+
transport=\"http://schemas.xmlsoap.org/soap/http\" />\r\n <wsdl:operation
|
1217
|
+
name=\"GetListPP\">\r\n <soap12:operation soapAction=\"http://www.interfax.cc/GetListPP\"
|
1218
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap12:body use=\"literal\"
|
1219
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap12:body use=\"literal\"
|
1220
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation name=\"GetPPCardDetails\">\r\n
|
1221
|
+
\ <soap12:operation soapAction=\"http://www.interfax.cc/GetPPCardDetails\"
|
1222
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap12:body use=\"literal\"
|
1223
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap12:body use=\"literal\"
|
1224
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation name=\"GetPPCardTransactions\">\r\n
|
1225
|
+
\ <soap12:operation soapAction=\"http://www.interfax.cc/GetPPCardTransactions\"
|
1226
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap12:body use=\"literal\"
|
1227
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap12:body use=\"literal\"
|
1228
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation name=\"GetPPCardTransactionsAsByteArray\">\r\n
|
1229
|
+
\ <soap12:operation soapAction=\"http://www.interfax.cc/GetPPCardTransactionsAsByteArray\"
|
1230
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap12:body use=\"literal\"
|
1231
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap12:body use=\"literal\"
|
1232
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation name=\"FaxStatusEx\">\r\n
|
1233
|
+
\ <soap12:operation soapAction=\"http://www.interfax.cc/FaxStatusEx\" style=\"document\"
|
1234
|
+
/>\r\n <wsdl:input>\r\n <soap12:body use=\"literal\" />\r\n </wsdl:input>\r\n
|
1235
|
+
\ <wsdl:output>\r\n <soap12:body use=\"literal\" />\r\n </wsdl:output>\r\n
|
1236
|
+
\ </wsdl:operation>\r\n <wsdl:operation name=\"FaxQuery2\">\r\n <soap12:operation
|
1237
|
+
soapAction=\"http://www.interfax.cc/FaxQuery2\" style=\"document\" />\r\n <wsdl:input>\r\n
|
1238
|
+
\ <soap12:body use=\"literal\" />\r\n </wsdl:input>\r\n <wsdl:output>\r\n
|
1239
|
+
\ <soap12:body use=\"literal\" />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n
|
1240
|
+
\ <wsdl:operation name=\"FaxQuery\">\r\n <soap12:operation soapAction=\"http://www.interfax.cc/FaxQuery\"
|
1241
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap12:body use=\"literal\"
|
1242
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap12:body use=\"literal\"
|
1243
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation name=\"FaxStatus\">\r\n
|
1244
|
+
\ <soap12:operation soapAction=\"http://www.interfax.cc/FaxStatus\" style=\"document\"
|
1245
|
+
/>\r\n <wsdl:input>\r\n <soap12:body use=\"literal\" />\r\n </wsdl:input>\r\n
|
1246
|
+
\ <wsdl:output>\r\n <soap12:body use=\"literal\" />\r\n </wsdl:output>\r\n
|
1247
|
+
\ </wsdl:operation>\r\n <wsdl:operation name=\"FaxStatusXML\">\r\n <soap12:operation
|
1248
|
+
soapAction=\"http://www.interfax.cc/FaxStatusXML\" style=\"document\" />\r\n
|
1249
|
+
\ <wsdl:input>\r\n <soap12:body use=\"literal\" />\r\n </wsdl:input>\r\n
|
1250
|
+
\ <wsdl:output>\r\n <soap12:body use=\"literal\" />\r\n </wsdl:output>\r\n
|
1251
|
+
\ </wsdl:operation>\r\n <wsdl:operation name=\"SendCharFax\">\r\n <soap12:operation
|
1252
|
+
soapAction=\"http://www.interfax.cc/SendCharFax\" style=\"document\" />\r\n
|
1253
|
+
\ <wsdl:input>\r\n <soap12:body use=\"literal\" />\r\n </wsdl:input>\r\n
|
1254
|
+
\ <wsdl:output>\r\n <soap12:body use=\"literal\" />\r\n </wsdl:output>\r\n
|
1255
|
+
\ </wsdl:operation>\r\n <wsdl:operation name=\"Sendfax\">\r\n <soap12:operation
|
1256
|
+
soapAction=\"http://www.interfax.cc/Sendfax\" style=\"document\" />\r\n <wsdl:input>\r\n
|
1257
|
+
\ <soap12:body use=\"literal\" />\r\n </wsdl:input>\r\n <wsdl:output>\r\n
|
1258
|
+
\ <soap12:body use=\"literal\" />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n
|
1259
|
+
\ <wsdl:operation name=\"CancelFax\">\r\n <soap12:operation soapAction=\"http://www.interfax.cc/CancelFax\"
|
1260
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap12:body use=\"literal\"
|
1261
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap12:body use=\"literal\"
|
1262
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation name=\"CancelBatch\">\r\n
|
1263
|
+
\ <soap12:operation soapAction=\"http://www.interfax.cc/CancelBatch\" style=\"document\"
|
1264
|
+
/>\r\n <wsdl:input>\r\n <soap12:body use=\"literal\" />\r\n </wsdl:input>\r\n
|
1265
|
+
\ <wsdl:output>\r\n <soap12:body use=\"literal\" />\r\n </wsdl:output>\r\n
|
1266
|
+
\ </wsdl:operation>\r\n <wsdl:operation name=\"SendfaxEx\">\r\n <soap12:operation
|
1267
|
+
soapAction=\"http://www.interfax.cc/SendfaxEx\" style=\"document\" />\r\n <wsdl:input>\r\n
|
1268
|
+
\ <soap12:body use=\"literal\" />\r\n </wsdl:input>\r\n <wsdl:output>\r\n
|
1269
|
+
\ <soap12:body use=\"literal\" />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n
|
1270
|
+
\ <wsdl:operation name=\"SendfaxEx_2\">\r\n <soap12:operation soapAction=\"http://www.interfax.cc/SendfaxEx_2\"
|
1271
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap12:body use=\"literal\"
|
1272
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap12:body use=\"literal\"
|
1273
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation name=\"ResendBroadcastFax\">\r\n
|
1274
|
+
\ <soap12:operation soapAction=\"http://www.interfax.cc/ResendBroadcastFax\"
|
1275
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap12:body use=\"literal\"
|
1276
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap12:body use=\"literal\"
|
1277
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation name=\"ReSendFax\">\r\n
|
1278
|
+
\ <soap12:operation soapAction=\"http://www.interfax.cc/ReSendFax\" style=\"document\"
|
1279
|
+
/>\r\n <wsdl:input>\r\n <soap12:body use=\"literal\" />\r\n </wsdl:input>\r\n
|
1280
|
+
\ <wsdl:output>\r\n <soap12:body use=\"literal\" />\r\n </wsdl:output>\r\n
|
1281
|
+
\ </wsdl:operation>\r\n <wsdl:operation name=\"GetFaxImage\">\r\n <soap12:operation
|
1282
|
+
soapAction=\"http://www.interfax.cc/GetFaxImage\" style=\"document\" />\r\n
|
1283
|
+
\ <wsdl:input>\r\n <soap12:body use=\"literal\" />\r\n </wsdl:input>\r\n
|
1284
|
+
\ <wsdl:output>\r\n <soap12:body use=\"literal\" />\r\n </wsdl:output>\r\n
|
1285
|
+
\ </wsdl:operation>\r\n <wsdl:operation name=\"HideFax\">\r\n <soap12:operation
|
1286
|
+
soapAction=\"http://www.interfax.cc/HideFax\" style=\"document\" />\r\n <wsdl:input>\r\n
|
1287
|
+
\ <soap12:body use=\"literal\" />\r\n </wsdl:input>\r\n <wsdl:output>\r\n
|
1288
|
+
\ <soap12:body use=\"literal\" />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n
|
1289
|
+
\ <wsdl:operation name=\"HideBatch\">\r\n <soap12:operation soapAction=\"http://www.interfax.cc/HideBatch\"
|
1290
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap12:body use=\"literal\"
|
1291
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap12:body use=\"literal\"
|
1292
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation name=\"SendWordMailMerge\">\r\n
|
1293
|
+
\ <soap12:operation soapAction=\"http://www.interfax.cc/SendWordMailMerge\"
|
1294
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap12:body use=\"literal\"
|
1295
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap12:body use=\"literal\"
|
1296
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation name=\"GetSupportedFileTypes\">\r\n
|
1297
|
+
\ <soap12:operation soapAction=\"http://www.interfax.cc/GetSupportedFileTypes\"
|
1298
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap12:body use=\"literal\"
|
1299
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap12:body use=\"literal\"
|
1300
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation name=\"IsSupportedFileType\">\r\n
|
1301
|
+
\ <soap12:operation soapAction=\"http://www.interfax.cc/IsSupportedFileType\"
|
1302
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap12:body use=\"literal\"
|
1303
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap12:body use=\"literal\"
|
1304
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation name=\"StartFileUpload\">\r\n
|
1305
|
+
\ <soap12:operation soapAction=\"http://www.interfax.cc/StartFileUpload\"
|
1306
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap12:body use=\"literal\"
|
1307
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap12:body use=\"literal\"
|
1308
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation name=\"UploadFileChunk\">\r\n
|
1309
|
+
\ <soap12:operation soapAction=\"http://www.interfax.cc/UploadFileChunk\"
|
1310
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap12:body use=\"literal\"
|
1311
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap12:body use=\"literal\"
|
1312
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation name=\"CancelFileUpload\">\r\n
|
1313
|
+
\ <soap12:operation soapAction=\"http://www.interfax.cc/CancelFileUpload\"
|
1314
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap12:body use=\"literal\"
|
1315
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap12:body use=\"literal\"
|
1316
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n </wsdl:binding>\r\n
|
1317
|
+
\ <wsdl:binding name=\"InterFaxHttpGet\" type=\"tns:InterFaxHttpGet\">\r\n <http:binding
|
1318
|
+
verb=\"GET\" />\r\n <wsdl:operation name=\"GetListPP\">\r\n <http:operation
|
1319
|
+
location=\"/GetListPP\" />\r\n <wsdl:input>\r\n <http:urlEncoded
|
1320
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <mime:mimeXml part=\"Body\"
|
1321
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation name=\"GetPPCardDetails\">\r\n
|
1322
|
+
\ <http:operation location=\"/GetPPCardDetails\" />\r\n <wsdl:input>\r\n
|
1323
|
+
\ <http:urlEncoded />\r\n </wsdl:input>\r\n <wsdl:output>\r\n
|
1324
|
+
\ <mime:mimeXml part=\"Body\" />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n
|
1325
|
+
\ <wsdl:operation name=\"GetPPCardTransactions\">\r\n <http:operation
|
1326
|
+
location=\"/GetPPCardTransactions\" />\r\n <wsdl:input>\r\n <http:urlEncoded
|
1327
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <mime:mimeXml part=\"Body\"
|
1328
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation name=\"GetPPCardTransactionsAsByteArray\">\r\n
|
1329
|
+
\ <http:operation location=\"/GetPPCardTransactionsAsByteArray\" />\r\n
|
1330
|
+
\ <wsdl:input>\r\n <http:urlEncoded />\r\n </wsdl:input>\r\n
|
1331
|
+
\ <wsdl:output>\r\n <mime:mimeXml part=\"Body\" />\r\n </wsdl:output>\r\n
|
1332
|
+
\ </wsdl:operation>\r\n <wsdl:operation name=\"SendCharFax\">\r\n <http:operation
|
1333
|
+
location=\"/SendCharFax\" />\r\n <wsdl:input>\r\n <http:urlEncoded
|
1334
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <mime:mimeXml part=\"Body\"
|
1335
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation name=\"Sendfax\">\r\n
|
1336
|
+
\ <http:operation location=\"/Sendfax\" />\r\n <wsdl:input>\r\n <http:urlEncoded
|
1337
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <mime:mimeXml part=\"Body\"
|
1338
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation name=\"CancelFax\">\r\n
|
1339
|
+
\ <http:operation location=\"/CancelFax\" />\r\n <wsdl:input>\r\n <http:urlEncoded
|
1340
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <mime:mimeXml part=\"Body\"
|
1341
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation name=\"CancelBatch\">\r\n
|
1342
|
+
\ <http:operation location=\"/CancelBatch\" />\r\n <wsdl:input>\r\n
|
1343
|
+
\ <http:urlEncoded />\r\n </wsdl:input>\r\n <wsdl:output>\r\n
|
1344
|
+
\ <mime:mimeXml part=\"Body\" />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n
|
1345
|
+
\ <wsdl:operation name=\"SendfaxEx\">\r\n <http:operation location=\"/SendfaxEx\"
|
1346
|
+
/>\r\n <wsdl:input>\r\n <http:urlEncoded />\r\n </wsdl:input>\r\n
|
1347
|
+
\ <wsdl:output>\r\n <mime:mimeXml part=\"Body\" />\r\n </wsdl:output>\r\n
|
1348
|
+
\ </wsdl:operation>\r\n <wsdl:operation name=\"SendfaxEx_2\">\r\n <http:operation
|
1349
|
+
location=\"/SendfaxEx_2\" />\r\n <wsdl:input>\r\n <http:urlEncoded
|
1350
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <mime:mimeXml part=\"Body\"
|
1351
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation name=\"ResendBroadcastFax\">\r\n
|
1352
|
+
\ <http:operation location=\"/ResendBroadcastFax\" />\r\n <wsdl:input>\r\n
|
1353
|
+
\ <http:urlEncoded />\r\n </wsdl:input>\r\n <wsdl:output>\r\n
|
1354
|
+
\ <mime:mimeXml part=\"Body\" />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n
|
1355
|
+
\ <wsdl:operation name=\"ReSendFax\">\r\n <http:operation location=\"/ReSendFax\"
|
1356
|
+
/>\r\n <wsdl:input>\r\n <http:urlEncoded />\r\n </wsdl:input>\r\n
|
1357
|
+
\ <wsdl:output>\r\n <mime:mimeXml part=\"Body\" />\r\n </wsdl:output>\r\n
|
1358
|
+
\ </wsdl:operation>\r\n <wsdl:operation name=\"HideFax\">\r\n <http:operation
|
1359
|
+
location=\"/HideFax\" />\r\n <wsdl:input>\r\n <http:urlEncoded />\r\n
|
1360
|
+
\ </wsdl:input>\r\n <wsdl:output>\r\n <mime:mimeXml part=\"Body\"
|
1361
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation name=\"HideBatch\">\r\n
|
1362
|
+
\ <http:operation location=\"/HideBatch\" />\r\n <wsdl:input>\r\n <http:urlEncoded
|
1363
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <mime:mimeXml part=\"Body\"
|
1364
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation name=\"SendWordMailMerge\">\r\n
|
1365
|
+
\ <http:operation location=\"/SendWordMailMerge\" />\r\n <wsdl:input>\r\n
|
1366
|
+
\ <http:urlEncoded />\r\n </wsdl:input>\r\n <wsdl:output>\r\n
|
1367
|
+
\ <mime:mimeXml part=\"Body\" />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n
|
1368
|
+
\ <wsdl:operation name=\"GetSupportedFileTypes\">\r\n <http:operation
|
1369
|
+
location=\"/GetSupportedFileTypes\" />\r\n <wsdl:input>\r\n <http:urlEncoded
|
1370
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <mime:mimeXml part=\"Body\"
|
1371
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation name=\"IsSupportedFileType\">\r\n
|
1372
|
+
\ <http:operation location=\"/IsSupportedFileType\" />\r\n <wsdl:input>\r\n
|
1373
|
+
\ <http:urlEncoded />\r\n </wsdl:input>\r\n <wsdl:output>\r\n
|
1374
|
+
\ <mime:mimeXml part=\"Body\" />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n
|
1375
|
+
\ <wsdl:operation name=\"UploadFileChunk\">\r\n <http:operation location=\"/UploadFileChunk\"
|
1376
|
+
/>\r\n <wsdl:input>\r\n <http:urlEncoded />\r\n </wsdl:input>\r\n
|
1377
|
+
\ <wsdl:output>\r\n <mime:mimeXml part=\"Body\" />\r\n </wsdl:output>\r\n
|
1378
|
+
\ </wsdl:operation>\r\n <wsdl:operation name=\"CancelFileUpload\">\r\n
|
1379
|
+
\ <http:operation location=\"/CancelFileUpload\" />\r\n <wsdl:input>\r\n
|
1380
|
+
\ <http:urlEncoded />\r\n </wsdl:input>\r\n <wsdl:output>\r\n
|
1381
|
+
\ <mime:mimeXml part=\"Body\" />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n
|
1382
|
+
\ </wsdl:binding>\r\n <wsdl:binding name=\"InterFaxHttpPost\" type=\"tns:InterFaxHttpPost\">\r\n
|
1383
|
+
\ <http:binding verb=\"POST\" />\r\n <wsdl:operation name=\"GetListPP\">\r\n
|
1384
|
+
\ <http:operation location=\"/GetListPP\" />\r\n <wsdl:input>\r\n <mime:content
|
1385
|
+
type=\"application/x-www-form-urlencoded\" />\r\n </wsdl:input>\r\n <wsdl:output>\r\n
|
1386
|
+
\ <mime:mimeXml part=\"Body\" />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n
|
1387
|
+
\ <wsdl:operation name=\"GetPPCardDetails\">\r\n <http:operation location=\"/GetPPCardDetails\"
|
1388
|
+
/>\r\n <wsdl:input>\r\n <mime:content type=\"application/x-www-form-urlencoded\"
|
1389
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <mime:mimeXml part=\"Body\"
|
1390
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation name=\"GetPPCardTransactions\">\r\n
|
1391
|
+
\ <http:operation location=\"/GetPPCardTransactions\" />\r\n <wsdl:input>\r\n
|
1392
|
+
\ <mime:content type=\"application/x-www-form-urlencoded\" />\r\n </wsdl:input>\r\n
|
1393
|
+
\ <wsdl:output>\r\n <mime:mimeXml part=\"Body\" />\r\n </wsdl:output>\r\n
|
1394
|
+
\ </wsdl:operation>\r\n <wsdl:operation name=\"GetPPCardTransactionsAsByteArray\">\r\n
|
1395
|
+
\ <http:operation location=\"/GetPPCardTransactionsAsByteArray\" />\r\n
|
1396
|
+
\ <wsdl:input>\r\n <mime:content type=\"application/x-www-form-urlencoded\"
|
1397
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <mime:mimeXml part=\"Body\"
|
1398
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation name=\"SendCharFax\">\r\n
|
1399
|
+
\ <http:operation location=\"/SendCharFax\" />\r\n <wsdl:input>\r\n
|
1400
|
+
\ <mime:content type=\"application/x-www-form-urlencoded\" />\r\n </wsdl:input>\r\n
|
1401
|
+
\ <wsdl:output>\r\n <mime:mimeXml part=\"Body\" />\r\n </wsdl:output>\r\n
|
1402
|
+
\ </wsdl:operation>\r\n <wsdl:operation name=\"Sendfax\">\r\n <http:operation
|
1403
|
+
location=\"/Sendfax\" />\r\n <wsdl:input>\r\n <mime:content type=\"application/x-www-form-urlencoded\"
|
1404
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <mime:mimeXml part=\"Body\"
|
1405
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation name=\"CancelFax\">\r\n
|
1406
|
+
\ <http:operation location=\"/CancelFax\" />\r\n <wsdl:input>\r\n <mime:content
|
1407
|
+
type=\"application/x-www-form-urlencoded\" />\r\n </wsdl:input>\r\n <wsdl:output>\r\n
|
1408
|
+
\ <mime:mimeXml part=\"Body\" />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n
|
1409
|
+
\ <wsdl:operation name=\"CancelBatch\">\r\n <http:operation location=\"/CancelBatch\"
|
1410
|
+
/>\r\n <wsdl:input>\r\n <mime:content type=\"application/x-www-form-urlencoded\"
|
1411
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <mime:mimeXml part=\"Body\"
|
1412
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation name=\"SendfaxEx\">\r\n
|
1413
|
+
\ <http:operation location=\"/SendfaxEx\" />\r\n <wsdl:input>\r\n <mime:content
|
1414
|
+
type=\"application/x-www-form-urlencoded\" />\r\n </wsdl:input>\r\n <wsdl:output>\r\n
|
1415
|
+
\ <mime:mimeXml part=\"Body\" />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n
|
1416
|
+
\ <wsdl:operation name=\"SendfaxEx_2\">\r\n <http:operation location=\"/SendfaxEx_2\"
|
1417
|
+
/>\r\n <wsdl:input>\r\n <mime:content type=\"application/x-www-form-urlencoded\"
|
1418
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <mime:mimeXml part=\"Body\"
|
1419
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation name=\"ResendBroadcastFax\">\r\n
|
1420
|
+
\ <http:operation location=\"/ResendBroadcastFax\" />\r\n <wsdl:input>\r\n
|
1421
|
+
\ <mime:content type=\"application/x-www-form-urlencoded\" />\r\n </wsdl:input>\r\n
|
1422
|
+
\ <wsdl:output>\r\n <mime:mimeXml part=\"Body\" />\r\n </wsdl:output>\r\n
|
1423
|
+
\ </wsdl:operation>\r\n <wsdl:operation name=\"ReSendFax\">\r\n <http:operation
|
1424
|
+
location=\"/ReSendFax\" />\r\n <wsdl:input>\r\n <mime:content type=\"application/x-www-form-urlencoded\"
|
1425
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <mime:mimeXml part=\"Body\"
|
1426
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation name=\"HideFax\">\r\n
|
1427
|
+
\ <http:operation location=\"/HideFax\" />\r\n <wsdl:input>\r\n <mime:content
|
1428
|
+
type=\"application/x-www-form-urlencoded\" />\r\n </wsdl:input>\r\n <wsdl:output>\r\n
|
1429
|
+
\ <mime:mimeXml part=\"Body\" />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n
|
1430
|
+
\ <wsdl:operation name=\"HideBatch\">\r\n <http:operation location=\"/HideBatch\"
|
1431
|
+
/>\r\n <wsdl:input>\r\n <mime:content type=\"application/x-www-form-urlencoded\"
|
1432
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <mime:mimeXml part=\"Body\"
|
1433
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation name=\"SendWordMailMerge\">\r\n
|
1434
|
+
\ <http:operation location=\"/SendWordMailMerge\" />\r\n <wsdl:input>\r\n
|
1435
|
+
\ <mime:content type=\"application/x-www-form-urlencoded\" />\r\n </wsdl:input>\r\n
|
1436
|
+
\ <wsdl:output>\r\n <mime:mimeXml part=\"Body\" />\r\n </wsdl:output>\r\n
|
1437
|
+
\ </wsdl:operation>\r\n <wsdl:operation name=\"GetSupportedFileTypes\">\r\n
|
1438
|
+
\ <http:operation location=\"/GetSupportedFileTypes\" />\r\n <wsdl:input>\r\n
|
1439
|
+
\ <mime:content type=\"application/x-www-form-urlencoded\" />\r\n </wsdl:input>\r\n
|
1440
|
+
\ <wsdl:output>\r\n <mime:mimeXml part=\"Body\" />\r\n </wsdl:output>\r\n
|
1441
|
+
\ </wsdl:operation>\r\n <wsdl:operation name=\"IsSupportedFileType\">\r\n
|
1442
|
+
\ <http:operation location=\"/IsSupportedFileType\" />\r\n <wsdl:input>\r\n
|
1443
|
+
\ <mime:content type=\"application/x-www-form-urlencoded\" />\r\n </wsdl:input>\r\n
|
1444
|
+
\ <wsdl:output>\r\n <mime:mimeXml part=\"Body\" />\r\n </wsdl:output>\r\n
|
1445
|
+
\ </wsdl:operation>\r\n <wsdl:operation name=\"UploadFileChunk\">\r\n <http:operation
|
1446
|
+
location=\"/UploadFileChunk\" />\r\n <wsdl:input>\r\n <mime:content
|
1447
|
+
type=\"application/x-www-form-urlencoded\" />\r\n </wsdl:input>\r\n <wsdl:output>\r\n
|
1448
|
+
\ <mime:mimeXml part=\"Body\" />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n
|
1449
|
+
\ <wsdl:operation name=\"CancelFileUpload\">\r\n <http:operation location=\"/CancelFileUpload\"
|
1450
|
+
/>\r\n <wsdl:input>\r\n <mime:content type=\"application/x-www-form-urlencoded\"
|
1451
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <mime:mimeXml part=\"Body\"
|
1452
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n </wsdl:binding>\r\n
|
1453
|
+
\ <wsdl:service name=\"InterFax\">\r\n <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">The
|
1454
|
+
InterFAX FAX Web Service allows developers to send faxes from any environment,
|
1455
|
+
including VB, .NET, Java, C# and any SOAP client. Build 2011-08-28</wsdl:documentation>\r\n
|
1456
|
+
\ <wsdl:port name=\"InterFaxSoap\" binding=\"tns:InterFaxSoap\">\r\n <soap:address
|
1457
|
+
location=\"https://ws.interfax.net/dfs.asmx\" />\r\n </wsdl:port>\r\n <wsdl:port
|
1458
|
+
name=\"InterFaxSoap12\" binding=\"tns:InterFaxSoap12\">\r\n <soap12:address
|
1459
|
+
location=\"https://ws.interfax.net/dfs.asmx\" />\r\n </wsdl:port>\r\n <wsdl:port
|
1460
|
+
name=\"InterFaxHttpGet\" binding=\"tns:InterFaxHttpGet\">\r\n <http:address
|
1461
|
+
location=\"https://ws.interfax.net/dfs.asmx\" />\r\n </wsdl:port>\r\n <wsdl:port
|
1462
|
+
name=\"InterFaxHttpPost\" binding=\"tns:InterFaxHttpPost\">\r\n <http:address
|
1463
|
+
location=\"https://ws.interfax.net/dfs.asmx\" />\r\n </wsdl:port>\r\n </wsdl:service>\r\n</wsdl:definitions>"
|
1464
|
+
http_version: '1.1'
|
1465
|
+
- !ruby/struct:VCR::HTTPInteraction
|
1466
|
+
request: !ruby/struct:VCR::Request
|
1467
|
+
method: :post
|
1468
|
+
uri: https://ws.interfax.net:443/dfs.asmx
|
1469
|
+
body: <?xml version="1.0" encoding="UTF-8"?><env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
1470
|
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsdl="http://www.interfax.cc"
|
1471
|
+
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ins0="http://www.interfax.cc"
|
1472
|
+
xmlns:ins1="http://www.interfax.cc/AbstractTypes"><env:Body><ins0:StartFileUpload
|
1473
|
+
Username="defaultusername" Password="defaultpassword"></ins0:StartFileUpload></env:Body></env:Envelope>
|
1474
|
+
headers:
|
1475
|
+
soapaction:
|
1476
|
+
- ! '"http://www.interfax.cc/StartFileUpload"'
|
1477
|
+
content-type:
|
1478
|
+
- text/xml;charset=UTF-8
|
1479
|
+
content-length:
|
1480
|
+
- '462'
|
1481
|
+
response: !ruby/struct:VCR::Response
|
1482
|
+
status: !ruby/struct:VCR::ResponseStatus
|
1483
|
+
code: 200
|
1484
|
+
message: OK
|
1485
|
+
headers:
|
1486
|
+
date:
|
1487
|
+
- Wed, 22 Feb 2012 18:24:33 GMT
|
1488
|
+
server:
|
1489
|
+
- Microsoft-IIS/6.0
|
1490
|
+
iisexport:
|
1491
|
+
- This web site was exported using IIS Export v4.2
|
1492
|
+
- This web site was exported using IIS Export v4.2
|
1493
|
+
x-powered-by:
|
1494
|
+
- ASP.NET
|
1495
|
+
x-aspnet-version:
|
1496
|
+
- 2.0.50727
|
1497
|
+
cache-control:
|
1498
|
+
- private, max-age=0
|
1499
|
+
content-type:
|
1500
|
+
- text/xml; charset=utf-8
|
1501
|
+
content-length:
|
1502
|
+
- '380'
|
1503
|
+
body: <?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
|
1504
|
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><StartFileUploadResponse
|
1505
|
+
xmlns="http://www.interfax.cc"><StartFileUploadResult>-1003</StartFileUploadResult></StartFileUploadResponse></soap:Body></soap:Envelope>
|
1506
|
+
http_version: '1.1'
|