billwise4r 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- data/.document +5 -0
- data/Gemfile +11 -0
- data/Gemfile.lock +32 -0
- data/LICENSE.txt +20 -0
- data/README.md +28 -0
- data/Rakefile +51 -0
- data/VERSION +1 -0
- data/lib/billwise4r/billwise4r.rb +85 -0
- data/lib/billwise4r.rb +3 -0
- data/spec/billwise4r_spec.rb +48 -0
- data/spec/connect_sm_service.wsdl +3574 -0
- data/spec/spec_helper.rb +11 -0
- metadata +186 -0
@@ -0,0 +1,3574 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:axis2="http://connectsm.ws.bwse.com/" xmlns:ns1="http://org.apache.axis2/xsd" xmlns:ns="http://connectsm.ws.bwse.com/xsd" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:ax24="http://connectsm.model.api.bwse.com/xsd" xmlns:ax21="http://exception.api.bwse.com/xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" targetNamespace="http://connectsm.ws.bwse.com/">
|
3
|
+
<wsp:Policy xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" wsu:Id="UsernameTokenOverHTTPS">
|
4
|
+
<wsp:ExactlyOne>
|
5
|
+
<wsp:All>
|
6
|
+
<sp:TransportBinding xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
|
7
|
+
<wsp:Policy>
|
8
|
+
<sp:TransportToken>
|
9
|
+
<wsp:Policy>
|
10
|
+
<sp:HttpsToken RequireClientCertificate="false"/>
|
11
|
+
</wsp:Policy>
|
12
|
+
</sp:TransportToken>
|
13
|
+
<sp:AlgorithmSuite>
|
14
|
+
<wsp:Policy>
|
15
|
+
<sp:Basic256/>
|
16
|
+
</wsp:Policy>
|
17
|
+
</sp:AlgorithmSuite>
|
18
|
+
<sp:Layout>
|
19
|
+
<wsp:Policy>
|
20
|
+
<sp:Lax/>
|
21
|
+
</wsp:Policy>
|
22
|
+
</sp:Layout>
|
23
|
+
</wsp:Policy>
|
24
|
+
</sp:TransportBinding>
|
25
|
+
<sp:SignedSupportingTokens xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
|
26
|
+
<wsp:Policy>
|
27
|
+
<sp:UsernameToken sp:IncludeToken="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy/IncludeToken/AlwaysToRecipient"/>
|
28
|
+
</wsp:Policy>
|
29
|
+
</sp:SignedSupportingTokens>
|
30
|
+
</wsp:All>
|
31
|
+
</wsp:ExactlyOne>
|
32
|
+
</wsp:Policy>
|
33
|
+
<wsdl:documentation>ConnectSmService</wsdl:documentation>
|
34
|
+
<wsdl:types>
|
35
|
+
<xs:schema xmlns:ax22="http://connectsm.ws.bwse.com/xsd" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://exception.api.bwse.com/xsd">
|
36
|
+
<xs:import namespace="http://connectsm.ws.bwse.com/xsd"/>
|
37
|
+
<xs:complexType name="BaseException">
|
38
|
+
<xs:complexContent>
|
39
|
+
<xs:extension base="ax22:Exception">
|
40
|
+
<xs:sequence>
|
41
|
+
<xs:element minOccurs="0" name="errorMessage" nillable="true" type="xs:string"/>
|
42
|
+
<xs:element minOccurs="0" name="errorNo" nillable="true" type="xs:string"/>
|
43
|
+
</xs:sequence>
|
44
|
+
</xs:extension>
|
45
|
+
</xs:complexContent>
|
46
|
+
</xs:complexType>
|
47
|
+
<xs:complexType name="SecurityException">
|
48
|
+
<xs:complexContent>
|
49
|
+
<xs:extension base="ax21:BaseException">
|
50
|
+
<xs:sequence/>
|
51
|
+
</xs:extension>
|
52
|
+
</xs:complexContent>
|
53
|
+
</xs:complexType>
|
54
|
+
<xs:complexType name="SystemException">
|
55
|
+
<xs:complexContent>
|
56
|
+
<xs:extension base="ax21:BaseException">
|
57
|
+
<xs:sequence/>
|
58
|
+
</xs:extension>
|
59
|
+
</xs:complexContent>
|
60
|
+
</xs:complexType>
|
61
|
+
<xs:complexType name="ApiException">
|
62
|
+
<xs:complexContent>
|
63
|
+
<xs:extension base="ax21:BaseException">
|
64
|
+
<xs:sequence/>
|
65
|
+
</xs:extension>
|
66
|
+
</xs:complexContent>
|
67
|
+
</xs:complexType>
|
68
|
+
</xs:schema>
|
69
|
+
<xs:schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://connectsm.model.api.bwse.com/xsd">
|
70
|
+
<xs:complexType name="PaymentInfo">
|
71
|
+
<xs:sequence>
|
72
|
+
<xs:element minOccurs="0" name="accountNbr" nillable="true" type="xs:string"/>
|
73
|
+
<xs:element minOccurs="0" name="accountNbrForDisplay" nillable="true" type="xs:string"/>
|
74
|
+
<xs:element minOccurs="0" name="address1" nillable="true" type="xs:string"/>
|
75
|
+
<xs:element minOccurs="0" name="address2" nillable="true" type="xs:string"/>
|
76
|
+
<xs:element minOccurs="0" name="addressSameAsAccount" nillable="true" type="xs:boolean"/>
|
77
|
+
<xs:element minOccurs="0" name="bankAccountHolderType" nillable="true" type="xs:string"/>
|
78
|
+
<xs:element minOccurs="0" name="bankAccountType" nillable="true" type="xs:string"/>
|
79
|
+
<xs:element minOccurs="0" name="bankRoutingNbr" nillable="true" type="xs:string"/>
|
80
|
+
<xs:element minOccurs="0" name="city" nillable="true" type="xs:string"/>
|
81
|
+
<xs:element minOccurs="0" name="companyCd" nillable="true" type="xs:string"/>
|
82
|
+
<xs:element minOccurs="0" name="country" nillable="true" type="xs:string"/>
|
83
|
+
<xs:element minOccurs="0" name="customerCd" nillable="true" type="xs:string"/>
|
84
|
+
<xs:element minOccurs="0" name="expirationMonth" nillable="true" type="xs:int"/>
|
85
|
+
<xs:element minOccurs="0" name="expirationYear" nillable="true" type="xs:int"/>
|
86
|
+
<xs:element minOccurs="0" name="institutionName" nillable="true" type="xs:string"/>
|
87
|
+
<xs:element minOccurs="0" name="nameOnAccount" nillable="true" type="xs:string"/>
|
88
|
+
<xs:element minOccurs="0" name="orderNumber" nillable="true" type="xs:string"/>
|
89
|
+
<xs:element minOccurs="0" name="payMethod" nillable="true" type="xs:string"/>
|
90
|
+
<xs:element minOccurs="0" name="payOption" nillable="true" type="xs:string"/>
|
91
|
+
<xs:element minOccurs="0" name="phone" nillable="true" type="xs:string"/>
|
92
|
+
<xs:element minOccurs="0" name="postalCode" nillable="true" type="xs:string"/>
|
93
|
+
<xs:element minOccurs="0" name="securityCode" nillable="true" type="xs:string"/>
|
94
|
+
<xs:element minOccurs="0" name="state" nillable="true" type="xs:string"/>
|
95
|
+
</xs:sequence>
|
96
|
+
</xs:complexType>
|
97
|
+
<xs:complexType name="Response">
|
98
|
+
<xs:sequence>
|
99
|
+
<xs:element maxOccurs="unbounded" minOccurs="0" name="additionalInfo" nillable="true" type="ax24:AdditionalInfo"/>
|
100
|
+
<xs:element minOccurs="0" name="description" nillable="true" type="xs:string"/>
|
101
|
+
<xs:element maxOccurs="unbounded" minOccurs="0" name="errorDetail" nillable="true" type="ax24:ErrorDetail"/>
|
102
|
+
<xs:element minOccurs="0" name="orderNumber" nillable="true" type="xs:string"/>
|
103
|
+
<xs:element minOccurs="0" name="status" nillable="true" type="xs:string"/>
|
104
|
+
<xs:element minOccurs="0" name="transactionId" nillable="true" type="xs:string"/>
|
105
|
+
</xs:sequence>
|
106
|
+
</xs:complexType>
|
107
|
+
<xs:complexType name="AdditionalInfo">
|
108
|
+
<xs:sequence>
|
109
|
+
<xs:element minOccurs="0" name="infoKey" nillable="true" type="xs:string"/>
|
110
|
+
<xs:element minOccurs="0" name="infoValue" nillable="true" type="xs:string"/>
|
111
|
+
</xs:sequence>
|
112
|
+
</xs:complexType>
|
113
|
+
<xs:complexType name="ErrorDetail">
|
114
|
+
<xs:sequence>
|
115
|
+
<xs:element minOccurs="0" name="errorCd" nillable="true" type="xs:string"/>
|
116
|
+
<xs:element minOccurs="0" name="errorMessage" nillable="true" type="xs:string"/>
|
117
|
+
</xs:sequence>
|
118
|
+
</xs:complexType>
|
119
|
+
<xs:complexType name="Customer">
|
120
|
+
<xs:sequence>
|
121
|
+
<xs:element minOccurs="0" name="accountType" nillable="true" type="xs:string"/>
|
122
|
+
<xs:element minOccurs="0" name="address1" nillable="true" type="xs:string"/>
|
123
|
+
<xs:element minOccurs="0" name="address2" nillable="true" type="xs:string"/>
|
124
|
+
<xs:element minOccurs="0" name="altCustomerCd" nillable="true" type="xs:string"/>
|
125
|
+
<xs:element minOccurs="0" name="attention" nillable="true" type="xs:string"/>
|
126
|
+
<xs:element minOccurs="0" name="billingMethod" nillable="true" type="xs:int"/>
|
127
|
+
<xs:element minOccurs="0" name="branchCd" nillable="true" type="xs:string"/>
|
128
|
+
<xs:element minOccurs="0" name="city" nillable="true" type="xs:string"/>
|
129
|
+
<xs:element minOccurs="0" name="companyCd" nillable="true" type="xs:string"/>
|
130
|
+
<xs:element minOccurs="0" name="country" nillable="true" type="xs:string"/>
|
131
|
+
<xs:element minOccurs="0" name="currentPeriodBalanceAmt" nillable="true" type="xs:float"/>
|
132
|
+
<xs:element minOccurs="0" name="customerCd" nillable="true" type="xs:string"/>
|
133
|
+
<xs:element minOccurs="0" name="email" nillable="true" type="xs:string"/>
|
134
|
+
<xs:element minOccurs="0" name="lastPaymentAmt" nillable="true" type="xs:float"/>
|
135
|
+
<xs:element minOccurs="0" name="lastPaymentDate" nillable="true" type="xs:dateTime"/>
|
136
|
+
<xs:element minOccurs="0" name="lastPeriodBalance1Amt" nillable="true" type="xs:float"/>
|
137
|
+
<xs:element minOccurs="0" name="lastPeriodBalance2Amt" nillable="true" type="xs:float"/>
|
138
|
+
<xs:element minOccurs="0" name="lastPeriodBalance3Amt" nillable="true" type="xs:float"/>
|
139
|
+
<xs:element minOccurs="0" name="lastPeriodBalance4Amt" nillable="true" type="xs:float"/>
|
140
|
+
<xs:element minOccurs="0" name="name" nillable="true" type="xs:string"/>
|
141
|
+
<xs:element minOccurs="0" name="nameSort" nillable="true" type="xs:string"/>
|
142
|
+
<xs:element minOccurs="0" name="onlineAccessAuthCode" nillable="true" type="xs:string"/>
|
143
|
+
<xs:element minOccurs="0" name="orderNumber" nillable="true" type="xs:string"/>
|
144
|
+
<xs:element minOccurs="0" name="organizationType" nillable="true" type="xs:string"/>
|
145
|
+
<xs:element minOccurs="0" name="outstandingBalanceAmt" nillable="true" type="xs:float"/>
|
146
|
+
<xs:element minOccurs="0" name="parentOrganizationCd" nillable="true" type="xs:string"/>
|
147
|
+
<xs:element minOccurs="0" name="pendingBalanceAmt" nillable="true" type="xs:float"/>
|
148
|
+
<xs:element minOccurs="0" name="phone1" nillable="true" type="xs:string"/>
|
149
|
+
<xs:element minOccurs="0" name="phone2" nillable="true" type="xs:string"/>
|
150
|
+
<xs:element minOccurs="0" name="phoneType1" nillable="true" type="xs:string"/>
|
151
|
+
<xs:element minOccurs="0" name="phoneType2" nillable="true" type="xs:string"/>
|
152
|
+
<xs:element minOccurs="0" name="postalCode" nillable="true" type="xs:string"/>
|
153
|
+
<xs:element minOccurs="0" name="rechargeAmt" nillable="true" type="xs:float"/>
|
154
|
+
<xs:element minOccurs="0" name="rechargeThreshold" nillable="true" type="xs:int"/>
|
155
|
+
<xs:element minOccurs="0" name="salesAgent" nillable="true" type="xs:string"/>
|
156
|
+
<xs:element minOccurs="0" name="startDate" nillable="true" type="xs:dateTime"/>
|
157
|
+
<xs:element minOccurs="0" name="state" nillable="true" type="xs:string"/>
|
158
|
+
<xs:element minOccurs="0" name="taxCode" nillable="true" type="xs:string"/>
|
159
|
+
<xs:element minOccurs="0" name="userDefined1" nillable="true" type="xs:string"/>
|
160
|
+
<xs:element minOccurs="0" name="userDefined2" nillable="true" type="xs:string"/>
|
161
|
+
</xs:sequence>
|
162
|
+
</xs:complexType>
|
163
|
+
<xs:complexType name="UsageException">
|
164
|
+
<xs:sequence>
|
165
|
+
<xs:element minOccurs="0" name="callCompletion" nillable="true" type="xs:int"/>
|
166
|
+
<xs:element minOccurs="0" name="callDirection" nillable="true" type="xs:string"/>
|
167
|
+
<xs:element minOccurs="0" name="callTermination" nillable="true" type="xs:int"/>
|
168
|
+
<xs:element minOccurs="0" name="deviceId" nillable="true" type="xs:string"/>
|
169
|
+
<xs:element minOccurs="0" name="deviceIdIndicator" nillable="true" type="xs:string"/>
|
170
|
+
<xs:element minOccurs="0" name="errorDescription" nillable="true" type="xs:string"/>
|
171
|
+
<xs:element minOccurs="0" name="eventDate" nillable="true" type="xs:dateTime"/>
|
172
|
+
<xs:element minOccurs="0" name="eventDuration" nillable="true" type="xs:int"/>
|
173
|
+
<xs:element minOccurs="0" name="eventStartTime" nillable="true" type="xs:dateTime"/>
|
174
|
+
<xs:element minOccurs="0" name="mobileIndicator" nillable="true" type="xs:string"/>
|
175
|
+
<xs:element minOccurs="0" name="mobileToMobileIndicator" nillable="true" type="xs:string"/>
|
176
|
+
<xs:element minOccurs="0" name="networkElementDatetime" nillable="true" type="xs:dateTime"/>
|
177
|
+
<xs:element minOccurs="0" name="networkElementId" nillable="true" type="xs:long"/>
|
178
|
+
<xs:element minOccurs="0" name="networkElementSequence" nillable="true" type="xs:long"/>
|
179
|
+
<xs:element minOccurs="0" name="offNetworkIndicator" nillable="true" type="xs:string"/>
|
180
|
+
<xs:element minOccurs="0" name="secondNumber" nillable="true" type="xs:string"/>
|
181
|
+
<xs:element minOccurs="0" name="serviceType" nillable="true" type="xs:string"/>
|
182
|
+
<xs:element minOccurs="0" name="serviceTypeRule1" nillable="true" type="xs:string"/>
|
183
|
+
<xs:element minOccurs="0" name="serviceTypeRule2" nillable="true" type="xs:string"/>
|
184
|
+
</xs:sequence>
|
185
|
+
</xs:complexType>
|
186
|
+
<xs:complexType name="Usage">
|
187
|
+
<xs:sequence>
|
188
|
+
<xs:element minOccurs="0" name="billedCharge" nillable="true" type="xs:float"/>
|
189
|
+
<xs:element minOccurs="0" name="billedDuration" nillable="true" type="xs:int"/>
|
190
|
+
<xs:element minOccurs="0" name="callDirection" nillable="true" type="xs:string"/>
|
191
|
+
<xs:element minOccurs="0" name="callStartDate" nillable="true" type="xs:dateTime"/>
|
192
|
+
<xs:element minOccurs="0" name="callStartTime" nillable="true" type="xs:dateTime"/>
|
193
|
+
<xs:element minOccurs="0" name="destinationDescription" nillable="true" type="xs:string"/>
|
194
|
+
<xs:element minOccurs="0" name="firstNumber" nillable="true" type="xs:string"/>
|
195
|
+
<xs:element minOccurs="0" name="originDescription" nillable="true" type="xs:string"/>
|
196
|
+
<xs:element minOccurs="0" name="secondNumber" nillable="true" type="xs:string"/>
|
197
|
+
<xs:element minOccurs="0" name="serviceType" nillable="true" type="xs:string"/>
|
198
|
+
<xs:element minOccurs="0" name="specialCases" nillable="true" type="xs:string"/>
|
199
|
+
</xs:sequence>
|
200
|
+
</xs:complexType>
|
201
|
+
<xs:complexType name="CustomerUsageBalance">
|
202
|
+
<xs:sequence>
|
203
|
+
<xs:element minOccurs="0" name="companyCd" nillable="true" type="xs:string"/>
|
204
|
+
<xs:element minOccurs="0" name="currentBalanceAmt" nillable="true" type="xs:float"/>
|
205
|
+
<xs:element minOccurs="0" name="customerCd" nillable="true" type="xs:string"/>
|
206
|
+
<xs:element minOccurs="0" name="pendingRechargePaymentAmt" nillable="true" type="xs:float"/>
|
207
|
+
<xs:element minOccurs="0" name="pendingUsageAmt" nillable="true" type="xs:float"/>
|
208
|
+
</xs:sequence>
|
209
|
+
</xs:complexType>
|
210
|
+
<xs:complexType name="Transaction">
|
211
|
+
<xs:sequence>
|
212
|
+
<xs:element minOccurs="0" name="amount" type="xs:double"/>
|
213
|
+
<xs:element minOccurs="0" name="bundleCode" nillable="true" type="xs:string"/>
|
214
|
+
<xs:element minOccurs="0" name="effectiveDate" nillable="true" type="xs:dateTime"/>
|
215
|
+
<xs:element minOccurs="0" name="lastChangeDate" nillable="true" type="xs:dateTime"/>
|
216
|
+
<xs:element minOccurs="0" name="orderNumber" nillable="true" type="xs:string"/>
|
217
|
+
<xs:element minOccurs="0" name="poNumber" nillable="true" type="xs:string"/>
|
218
|
+
<xs:element minOccurs="0" name="price" type="xs:double"/>
|
219
|
+
<xs:element minOccurs="0" name="priceCode" nillable="true" type="xs:string"/>
|
220
|
+
<xs:element minOccurs="0" name="priceCodeDescription" nillable="true" type="xs:string"/>
|
221
|
+
<xs:element minOccurs="0" name="priceCodeType" nillable="true" type="xs:string"/>
|
222
|
+
<xs:element minOccurs="0" name="quantity" type="xs:int"/>
|
223
|
+
<xs:element minOccurs="0" name="reasonCode" nillable="true" type="xs:string"/>
|
224
|
+
<xs:element minOccurs="0" name="salesAgent" nillable="true" type="xs:string"/>
|
225
|
+
<xs:element minOccurs="0" name="salesTerritory" nillable="true" type="xs:string"/>
|
226
|
+
<xs:element minOccurs="0" name="serviceId" nillable="true" type="xs:string"/>
|
227
|
+
<xs:element minOccurs="0" name="transactionDescription" nillable="true" type="xs:string"/>
|
228
|
+
<xs:element minOccurs="0" name="transactionMonth" type="xs:int"/>
|
229
|
+
<xs:element minOccurs="0" name="transactionStatus" nillable="true" type="xs:string"/>
|
230
|
+
<xs:element minOccurs="0" name="transactionType" nillable="true" type="xs:string"/>
|
231
|
+
</xs:sequence>
|
232
|
+
</xs:complexType>
|
233
|
+
<xs:complexType name="Service">
|
234
|
+
<xs:sequence>
|
235
|
+
<xs:element minOccurs="0" name="companyCd" nillable="true" type="xs:string"/>
|
236
|
+
<xs:element minOccurs="0" name="customerCd" nillable="true" type="xs:string"/>
|
237
|
+
<xs:element minOccurs="0" name="primaryPackageDescription" nillable="true" type="xs:string"/>
|
238
|
+
<xs:element minOccurs="0" name="primaryPackageId" nillable="true" type="xs:string"/>
|
239
|
+
<xs:element minOccurs="0" name="serviceId" nillable="true" type="xs:string"/>
|
240
|
+
</xs:sequence>
|
241
|
+
</xs:complexType>
|
242
|
+
<xs:complexType name="Report">
|
243
|
+
<xs:sequence>
|
244
|
+
<xs:element minOccurs="0" name="dateGenerated" nillable="true" type="xs:dateTime"/>
|
245
|
+
<xs:element minOccurs="0" name="reportFormat" nillable="true" type="xs:string"/>
|
246
|
+
<xs:element minOccurs="0" name="reportId" nillable="true" type="xs:long"/>
|
247
|
+
<xs:element minOccurs="0" name="reportName" nillable="true" type="xs:string"/>
|
248
|
+
<xs:element minOccurs="0" name="reportType" nillable="true" type="xs:string"/>
|
249
|
+
</xs:sequence>
|
250
|
+
</xs:complexType>
|
251
|
+
<xs:complexType name="Product">
|
252
|
+
<xs:sequence>
|
253
|
+
<xs:element minOccurs="0" name="companyCd" nillable="true" type="xs:string"/>
|
254
|
+
<xs:element minOccurs="0" name="dateCreated" nillable="true" type="xs:dateTime"/>
|
255
|
+
<xs:element minOccurs="0" name="effectiveDate" nillable="true" type="xs:dateTime"/>
|
256
|
+
<xs:element minOccurs="0" name="expirationDate" nillable="true" type="xs:dateTime"/>
|
257
|
+
<xs:element minOccurs="0" name="lastUpdated" nillable="true" type="xs:dateTime"/>
|
258
|
+
<xs:element minOccurs="0" name="longDescription" nillable="true" type="xs:string"/>
|
259
|
+
<xs:element minOccurs="0" name="packageId" nillable="true" type="xs:string"/>
|
260
|
+
<xs:element minOccurs="0" name="shortDescription" nillable="true" type="xs:string"/>
|
261
|
+
<xs:element minOccurs="0" name="sku" nillable="true" type="xs:string"/>
|
262
|
+
</xs:sequence>
|
263
|
+
</xs:complexType>
|
264
|
+
<xs:complexType name="OpenItem">
|
265
|
+
<xs:sequence>
|
266
|
+
<xs:element minOccurs="0" name="addDate" nillable="true" type="xs:dateTime"/>
|
267
|
+
<xs:element minOccurs="0" name="addSequence" type="xs:int"/>
|
268
|
+
<xs:element minOccurs="0" name="ageDate" nillable="true" type="xs:dateTime"/>
|
269
|
+
<xs:element minOccurs="0" name="amount" type="xs:double"/>
|
270
|
+
<xs:element minOccurs="0" name="comments" nillable="true" type="xs:string"/>
|
271
|
+
<xs:element minOccurs="0" name="companyCd" nillable="true" type="xs:string"/>
|
272
|
+
<xs:element minOccurs="0" name="customerCd" nillable="true" type="xs:string"/>
|
273
|
+
<xs:element minOccurs="0" name="invoiceDate" nillable="true" type="xs:dateTime"/>
|
274
|
+
<xs:element minOccurs="0" name="invoiceNumber" nillable="true" type="xs:string"/>
|
275
|
+
<xs:element minOccurs="0" name="openItemId" nillable="true" type="xs:long"/>
|
276
|
+
<xs:element minOccurs="0" name="paymentDate" nillable="true" type="xs:dateTime"/>
|
277
|
+
<xs:element minOccurs="0" name="paymentMethod" nillable="true" type="xs:string"/>
|
278
|
+
<xs:element minOccurs="0" name="taxAmount" type="xs:double"/>
|
279
|
+
<xs:element minOccurs="0" name="transactionType" nillable="true" type="xs:string"/>
|
280
|
+
</xs:sequence>
|
281
|
+
</xs:complexType>
|
282
|
+
<xs:complexType name="InvoiceBasic">
|
283
|
+
<xs:sequence>
|
284
|
+
<xs:element minOccurs="0" name="companyCd" nillable="true" type="xs:string"/>
|
285
|
+
<xs:element minOccurs="0" name="customerCd" nillable="true" type="xs:string"/>
|
286
|
+
<xs:element minOccurs="0" name="invoiceAmt" nillable="true" type="xs:float"/>
|
287
|
+
<xs:element minOccurs="0" name="invoiceBillDate" nillable="true" type="xs:dateTime"/>
|
288
|
+
<xs:element minOccurs="0" name="invoiceNumber" nillable="true" type="xs:string"/>
|
289
|
+
</xs:sequence>
|
290
|
+
</xs:complexType>
|
291
|
+
<xs:complexType name="CustomerCreditCard">
|
292
|
+
<xs:sequence>
|
293
|
+
<xs:element minOccurs="0" name="accountNbr" nillable="true" type="xs:string"/>
|
294
|
+
<xs:element minOccurs="0" name="accountNbrForDisplay" nillable="true" type="xs:string"/>
|
295
|
+
<xs:element minOccurs="0" name="address1" nillable="true" type="xs:string"/>
|
296
|
+
<xs:element minOccurs="0" name="address2" nillable="true" type="xs:string"/>
|
297
|
+
<xs:element minOccurs="0" name="addressSameAsAccount" nillable="true" type="xs:int"/>
|
298
|
+
<xs:element minOccurs="0" name="checkNbr" nillable="true" type="xs:string"/>
|
299
|
+
<xs:element minOccurs="0" name="city" nillable="true" type="xs:string"/>
|
300
|
+
<xs:element minOccurs="0" name="companyCd" nillable="true" type="xs:string"/>
|
301
|
+
<xs:element minOccurs="0" name="country" nillable="true" type="xs:string"/>
|
302
|
+
<xs:element minOccurs="0" name="customerCd" nillable="true" type="xs:string"/>
|
303
|
+
<xs:element minOccurs="0" name="datasetId" nillable="true" type="xs:string"/>
|
304
|
+
<xs:element minOccurs="0" name="driversLicense" nillable="true" type="xs:string"/>
|
305
|
+
<xs:element minOccurs="0" name="driversLicenseState" nillable="true" type="xs:string"/>
|
306
|
+
<xs:element minOccurs="0" name="expirationMonth" nillable="true" type="xs:int"/>
|
307
|
+
<xs:element minOccurs="0" name="expirationYear" nillable="true" type="xs:int"/>
|
308
|
+
<xs:element minOccurs="0" name="institutionName" nillable="true" type="xs:string"/>
|
309
|
+
<xs:element minOccurs="0" name="nameOnAccount" nillable="true" type="xs:string"/>
|
310
|
+
<xs:element minOccurs="0" name="orderNbr" nillable="true" type="xs:string"/>
|
311
|
+
<xs:element minOccurs="0" name="payMethod" nillable="true" type="xs:string"/>
|
312
|
+
<xs:element minOccurs="0" name="payOption" nillable="true" type="xs:string"/>
|
313
|
+
<xs:element minOccurs="0" name="phone" nillable="true" type="xs:string"/>
|
314
|
+
<xs:element minOccurs="0" name="postalCode" nillable="true" type="xs:string"/>
|
315
|
+
<xs:element minOccurs="0" name="routingNbr" nillable="true" type="xs:string"/>
|
316
|
+
<xs:element minOccurs="0" name="securityCode" nillable="true" type="xs:string"/>
|
317
|
+
<xs:element minOccurs="0" name="state" nillable="true" type="xs:string"/>
|
318
|
+
<xs:element minOccurs="0" name="status" nillable="true" type="xs:string"/>
|
319
|
+
</xs:sequence>
|
320
|
+
</xs:complexType>
|
321
|
+
<xs:complexType name="RecurringCharge">
|
322
|
+
<xs:sequence>
|
323
|
+
<xs:element minOccurs="0" name="billToDate" nillable="true" type="xs:dateTime"/>
|
324
|
+
<xs:element minOccurs="0" name="bundleCode" nillable="true" type="xs:string"/>
|
325
|
+
<xs:element minOccurs="0" name="cancelDate" nillable="true" type="xs:dateTime"/>
|
326
|
+
<xs:element minOccurs="0" name="depositAmount" type="xs:double"/>
|
327
|
+
<xs:element minOccurs="0" name="description" nillable="true" type="xs:string"/>
|
328
|
+
<xs:element minOccurs="0" name="finalAmount" type="xs:double"/>
|
329
|
+
<xs:element minOccurs="0" name="itemNumber" nillable="true" type="xs:string"/>
|
330
|
+
<xs:element minOccurs="0" name="orderNumber" nillable="true" type="xs:string"/>
|
331
|
+
<xs:element minOccurs="0" name="originalDate" nillable="true" type="xs:dateTime"/>
|
332
|
+
<xs:element minOccurs="0" name="packageId" nillable="true" type="xs:string"/>
|
333
|
+
<xs:element minOccurs="0" name="pcActivity" nillable="true" type="xs:string"/>
|
334
|
+
<xs:element minOccurs="0" name="poNumber" nillable="true" type="xs:string"/>
|
335
|
+
<xs:element minOccurs="0" name="price" type="xs:double"/>
|
336
|
+
<xs:element minOccurs="0" name="priceCode" nillable="true" type="xs:string"/>
|
337
|
+
<xs:element minOccurs="0" name="primaryPackageId" nillable="true" type="xs:string"/>
|
338
|
+
<xs:element minOccurs="0" name="quantity" type="xs:int"/>
|
339
|
+
<xs:element minOccurs="0" name="rentServiceType" nillable="true" type="xs:string"/>
|
340
|
+
<xs:element minOccurs="0" name="salesAgent" nillable="true" type="xs:string"/>
|
341
|
+
<xs:element minOccurs="0" name="salesTerritory" nillable="true" type="xs:string"/>
|
342
|
+
<xs:element minOccurs="0" name="sequenceNumber" type="xs:int"/>
|
343
|
+
<xs:element minOccurs="0" name="serviceId" nillable="true" type="xs:string"/>
|
344
|
+
<xs:element minOccurs="0" name="startDate" nillable="true" type="xs:dateTime"/>
|
345
|
+
<xs:element minOccurs="0" name="status" nillable="true" type="xs:string"/>
|
346
|
+
</xs:sequence>
|
347
|
+
</xs:complexType>
|
348
|
+
<xs:complexType name="BillingLineOverride">
|
349
|
+
<xs:sequence>
|
350
|
+
<xs:element minOccurs="0" name="billToDate" nillable="true" type="xs:dateTime"/>
|
351
|
+
<xs:element minOccurs="0" name="chargeType" nillable="true" type="xs:string"/>
|
352
|
+
<xs:element minOccurs="0" name="monthsToExpire" nillable="true" type="xs:int"/>
|
353
|
+
<xs:element minOccurs="0" name="price" nillable="true" type="xs:float"/>
|
354
|
+
<xs:element minOccurs="0" name="startDate" nillable="true" type="xs:dateTime"/>
|
355
|
+
</xs:sequence>
|
356
|
+
</xs:complexType>
|
357
|
+
</xs:schema>
|
358
|
+
<xs:schema xmlns:ax25="http://connectsm.model.api.bwse.com/xsd" xmlns:ax23="http://exception.api.bwse.com/xsd" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://connectsm.ws.bwse.com/xsd">
|
359
|
+
<xs:import namespace="http://exception.api.bwse.com/xsd"/>
|
360
|
+
<xs:import namespace="http://connectsm.model.api.bwse.com/xsd"/>
|
361
|
+
<xs:complexType name="Exception">
|
362
|
+
<xs:sequence>
|
363
|
+
<xs:element minOccurs="0" name="Exception" nillable="true" type="xs:anyType"/>
|
364
|
+
</xs:sequence>
|
365
|
+
</xs:complexType>
|
366
|
+
<xs:element name="BaseException">
|
367
|
+
<xs:complexType>
|
368
|
+
<xs:sequence>
|
369
|
+
<xs:element minOccurs="0" name="BaseException" nillable="true" type="ax21:BaseException"/>
|
370
|
+
</xs:sequence>
|
371
|
+
</xs:complexType>
|
372
|
+
</xs:element>
|
373
|
+
<xs:element name="SecurityException">
|
374
|
+
<xs:complexType>
|
375
|
+
<xs:sequence>
|
376
|
+
<xs:element minOccurs="0" name="SecurityException" nillable="true" type="ax21:SecurityException"/>
|
377
|
+
</xs:sequence>
|
378
|
+
</xs:complexType>
|
379
|
+
</xs:element>
|
380
|
+
<xs:element name="SystemException">
|
381
|
+
<xs:complexType>
|
382
|
+
<xs:sequence>
|
383
|
+
<xs:element minOccurs="0" name="SystemException" nillable="true" type="ax21:SystemException"/>
|
384
|
+
</xs:sequence>
|
385
|
+
</xs:complexType>
|
386
|
+
</xs:element>
|
387
|
+
<xs:element name="ApiException">
|
388
|
+
<xs:complexType>
|
389
|
+
<xs:sequence>
|
390
|
+
<xs:element minOccurs="0" name="ApiException" nillable="true" type="ax21:ApiException"/>
|
391
|
+
</xs:sequence>
|
392
|
+
</xs:complexType>
|
393
|
+
</xs:element>
|
394
|
+
<xs:element name="uploadUsageEvents">
|
395
|
+
<xs:complexType>
|
396
|
+
<xs:sequence>
|
397
|
+
<xs:element minOccurs="0" name="companyCd" nillable="true" type="xs:string"/>
|
398
|
+
<xs:element minOccurs="0" name="dataFormat" type="xs:int"/>
|
399
|
+
<xs:element minOccurs="0" name="fileName" nillable="true" type="xs:string"/>
|
400
|
+
<xs:element minOccurs="0" name="usageEvents" nillable="true" type="xs:base64Binary"/>
|
401
|
+
</xs:sequence>
|
402
|
+
</xs:complexType>
|
403
|
+
</xs:element>
|
404
|
+
<xs:element name="uploadUsageEventsResponse">
|
405
|
+
<xs:complexType>
|
406
|
+
<xs:sequence>
|
407
|
+
<xs:element minOccurs="0" name="return" nillable="true" type="xs:string"/>
|
408
|
+
</xs:sequence>
|
409
|
+
</xs:complexType>
|
410
|
+
</xs:element>
|
411
|
+
<xs:element name="processPayment">
|
412
|
+
<xs:complexType>
|
413
|
+
<xs:sequence>
|
414
|
+
<xs:element minOccurs="0" name="companyCd" nillable="true" type="xs:string"/>
|
415
|
+
<xs:element minOccurs="0" name="customerCd" nillable="true" type="xs:string"/>
|
416
|
+
<xs:element minOccurs="0" name="transactionType" nillable="true" type="xs:string"/>
|
417
|
+
<xs:element minOccurs="0" name="paymentInfo" nillable="true" type="ax24:PaymentInfo"/>
|
418
|
+
<xs:element minOccurs="0" name="saveOnAccount" type="xs:boolean"/>
|
419
|
+
<xs:element minOccurs="0" name="chargeAmt" type="xs:float"/>
|
420
|
+
<xs:element minOccurs="0" name="orderNumber" nillable="true" type="xs:string"/>
|
421
|
+
</xs:sequence>
|
422
|
+
</xs:complexType>
|
423
|
+
</xs:element>
|
424
|
+
<xs:element name="processPaymentResponse">
|
425
|
+
<xs:complexType>
|
426
|
+
<xs:sequence>
|
427
|
+
<xs:element minOccurs="0" name="return" nillable="true" type="ax24:Response"/>
|
428
|
+
</xs:sequence>
|
429
|
+
</xs:complexType>
|
430
|
+
</xs:element>
|
431
|
+
<xs:element name="postPayment2">
|
432
|
+
<xs:complexType>
|
433
|
+
<xs:sequence>
|
434
|
+
<xs:element minOccurs="0" name="companyCd" nillable="true" type="xs:string"/>
|
435
|
+
<xs:element minOccurs="0" name="effectiveDate" nillable="true" type="xs:dateTime"/>
|
436
|
+
<xs:element minOccurs="0" name="customerCd" nillable="true" type="xs:string"/>
|
437
|
+
<xs:element minOccurs="0" name="invoiceNumber" nillable="true" type="xs:string"/>
|
438
|
+
<xs:element minOccurs="0" name="branchCd" nillable="true" type="xs:string"/>
|
439
|
+
<xs:element minOccurs="0" name="paymentAmount" type="xs:double"/>
|
440
|
+
<xs:element minOccurs="0" name="paymentType" nillable="true" type="xs:string"/>
|
441
|
+
<xs:element minOccurs="0" name="paymentId" nillable="true" type="xs:string"/>
|
442
|
+
<xs:element minOccurs="0" name="paymentComment" nillable="true" type="xs:string"/>
|
443
|
+
<xs:element minOccurs="0" name="batchNbr" nillable="true" type="xs:string"/>
|
444
|
+
</xs:sequence>
|
445
|
+
</xs:complexType>
|
446
|
+
</xs:element>
|
447
|
+
<xs:element name="postPayment2Response">
|
448
|
+
<xs:complexType>
|
449
|
+
<xs:sequence>
|
450
|
+
<xs:element minOccurs="0" name="return" nillable="true" type="xs:string"/>
|
451
|
+
</xs:sequence>
|
452
|
+
</xs:complexType>
|
453
|
+
</xs:element>
|
454
|
+
<xs:element name="postPayment">
|
455
|
+
<xs:complexType>
|
456
|
+
<xs:sequence>
|
457
|
+
<xs:element minOccurs="0" name="companyCd" nillable="true" type="xs:string"/>
|
458
|
+
<xs:element minOccurs="0" name="effectiveDate" nillable="true" type="xs:dateTime"/>
|
459
|
+
<xs:element minOccurs="0" name="customerCd" nillable="true" type="xs:string"/>
|
460
|
+
<xs:element minOccurs="0" name="invoiceNumber" nillable="true" type="xs:string"/>
|
461
|
+
<xs:element minOccurs="0" name="branchCd" nillable="true" type="xs:string"/>
|
462
|
+
<xs:element minOccurs="0" name="paymentAmount" type="xs:double"/>
|
463
|
+
<xs:element minOccurs="0" name="paymentType" nillable="true" type="xs:string"/>
|
464
|
+
<xs:element minOccurs="0" name="paymentId" nillable="true" type="xs:string"/>
|
465
|
+
<xs:element minOccurs="0" name="paymentComment" nillable="true" type="xs:string"/>
|
466
|
+
</xs:sequence>
|
467
|
+
</xs:complexType>
|
468
|
+
</xs:element>
|
469
|
+
<xs:element name="postPaymentResponse">
|
470
|
+
<xs:complexType>
|
471
|
+
<xs:sequence>
|
472
|
+
<xs:element minOccurs="0" name="return" nillable="true" type="xs:string"/>
|
473
|
+
</xs:sequence>
|
474
|
+
</xs:complexType>
|
475
|
+
</xs:element>
|
476
|
+
<xs:element name="postCharge">
|
477
|
+
<xs:complexType>
|
478
|
+
<xs:sequence>
|
479
|
+
<xs:element minOccurs="0" name="companyCd" nillable="true" type="xs:string"/>
|
480
|
+
<xs:element minOccurs="0" name="effectiveDate" nillable="true" type="xs:dateTime"/>
|
481
|
+
<xs:element minOccurs="0" name="customerCd" nillable="true" type="xs:string"/>
|
482
|
+
<xs:element minOccurs="0" name="orderNumber" nillable="true" type="xs:string"/>
|
483
|
+
<xs:element minOccurs="0" name="priceCode" nillable="true" type="xs:string"/>
|
484
|
+
<xs:element minOccurs="0" name="price" type="xs:double"/>
|
485
|
+
<xs:element minOccurs="0" name="quantity" type="xs:double"/>
|
486
|
+
<xs:element minOccurs="0" name="description" nillable="true" type="xs:string"/>
|
487
|
+
<xs:element minOccurs="0" name="poNumber" nillable="true" type="xs:string"/>
|
488
|
+
<xs:element minOccurs="0" name="salesAgentCd" nillable="true" type="xs:string"/>
|
489
|
+
<xs:element minOccurs="0" name="serviceId" nillable="true" type="xs:string"/>
|
490
|
+
</xs:sequence>
|
491
|
+
</xs:complexType>
|
492
|
+
</xs:element>
|
493
|
+
<xs:element name="postChargeResponse">
|
494
|
+
<xs:complexType>
|
495
|
+
<xs:sequence>
|
496
|
+
<xs:element minOccurs="0" name="return" nillable="true" type="xs:string"/>
|
497
|
+
</xs:sequence>
|
498
|
+
</xs:complexType>
|
499
|
+
</xs:element>
|
500
|
+
<xs:element name="modifyPaymentInfo">
|
501
|
+
<xs:complexType>
|
502
|
+
<xs:sequence>
|
503
|
+
<xs:element minOccurs="0" name="paymentInfo" nillable="true" type="ax24:PaymentInfo"/>
|
504
|
+
</xs:sequence>
|
505
|
+
</xs:complexType>
|
506
|
+
</xs:element>
|
507
|
+
<xs:element name="modifyPaymentInfoResponse">
|
508
|
+
<xs:complexType>
|
509
|
+
<xs:sequence>
|
510
|
+
<xs:element minOccurs="0" name="return" nillable="true" type="ax24:Response"/>
|
511
|
+
</xs:sequence>
|
512
|
+
</xs:complexType>
|
513
|
+
</xs:element>
|
514
|
+
<xs:element name="modifyCustomerEntity">
|
515
|
+
<xs:complexType>
|
516
|
+
<xs:sequence>
|
517
|
+
<xs:element minOccurs="0" name="customer" nillable="true" type="ax24:Customer"/>
|
518
|
+
</xs:sequence>
|
519
|
+
</xs:complexType>
|
520
|
+
</xs:element>
|
521
|
+
<xs:element name="modifyCustomerEntityResponse">
|
522
|
+
<xs:complexType>
|
523
|
+
<xs:sequence>
|
524
|
+
<xs:element minOccurs="0" name="return" nillable="true" type="ax24:Response"/>
|
525
|
+
</xs:sequence>
|
526
|
+
</xs:complexType>
|
527
|
+
</xs:element>
|
528
|
+
<xs:element name="modifyCustomer">
|
529
|
+
<xs:complexType>
|
530
|
+
<xs:sequence>
|
531
|
+
<xs:element minOccurs="0" name="accountType" nillable="true" type="xs:string"/>
|
532
|
+
<xs:element minOccurs="0" name="companyCd" nillable="true" type="xs:string"/>
|
533
|
+
<xs:element minOccurs="0" name="customerCd" nillable="true" type="xs:string"/>
|
534
|
+
<xs:element minOccurs="0" name="name" nillable="true" type="xs:string"/>
|
535
|
+
<xs:element minOccurs="0" name="address1" nillable="true" type="xs:string"/>
|
536
|
+
<xs:element minOccurs="0" name="address2" nillable="true" type="xs:string"/>
|
537
|
+
<xs:element minOccurs="0" name="city" nillable="true" type="xs:string"/>
|
538
|
+
<xs:element minOccurs="0" name="state" nillable="true" type="xs:string"/>
|
539
|
+
<xs:element minOccurs="0" name="postalCode" nillable="true" type="xs:string"/>
|
540
|
+
<xs:element minOccurs="0" name="country" nillable="true" type="xs:string"/>
|
541
|
+
<xs:element minOccurs="0" name="phone1" nillable="true" type="xs:string"/>
|
542
|
+
<xs:element minOccurs="0" name="phoneType1" nillable="true" type="xs:string"/>
|
543
|
+
<xs:element minOccurs="0" name="phone2" nillable="true" type="xs:string"/>
|
544
|
+
<xs:element minOccurs="0" name="phoneType2" nillable="true" type="xs:string"/>
|
545
|
+
<xs:element minOccurs="0" name="attention" nillable="true" type="xs:string"/>
|
546
|
+
<xs:element minOccurs="0" name="taxCode" nillable="true" type="xs:string"/>
|
547
|
+
<xs:element minOccurs="0" name="startDate" nillable="true" type="xs:dateTime"/>
|
548
|
+
<xs:element minOccurs="0" name="email" nillable="true" type="xs:string"/>
|
549
|
+
<xs:element minOccurs="0" name="salesAgentCd" nillable="true" type="xs:string"/>
|
550
|
+
<xs:element minOccurs="0" name="branchCd" nillable="true" type="xs:string"/>
|
551
|
+
<xs:element minOccurs="0" name="onlineAccessAuthCode" nillable="true" type="xs:string"/>
|
552
|
+
<xs:element minOccurs="0" name="altCustomerCd" nillable="true" type="xs:string"/>
|
553
|
+
<xs:element minOccurs="0" name="userDefined1" nillable="true" type="xs:string"/>
|
554
|
+
<xs:element minOccurs="0" name="userDefined2" nillable="true" type="xs:string"/>
|
555
|
+
<xs:element minOccurs="0" name="orderNumber" nillable="true" type="xs:string"/>
|
556
|
+
<xs:element minOccurs="0" name="rechargeAmt" type="xs:float"/>
|
557
|
+
<xs:element minOccurs="0" name="rechargeThrehold" type="xs:int"/>
|
558
|
+
</xs:sequence>
|
559
|
+
</xs:complexType>
|
560
|
+
</xs:element>
|
561
|
+
<xs:element name="modifyCustomerResponse">
|
562
|
+
<xs:complexType>
|
563
|
+
<xs:sequence>
|
564
|
+
<xs:element minOccurs="0" name="return" nillable="true" type="xs:string"/>
|
565
|
+
</xs:sequence>
|
566
|
+
</xs:complexType>
|
567
|
+
</xs:element>
|
568
|
+
<xs:element name="modifyCreditCard">
|
569
|
+
<xs:complexType>
|
570
|
+
<xs:sequence>
|
571
|
+
<xs:element minOccurs="0" name="companyCd" nillable="true" type="xs:string"/>
|
572
|
+
<xs:element minOccurs="0" name="customerCd" nillable="true" type="xs:string"/>
|
573
|
+
<xs:element minOccurs="0" name="creditCardNbr" nillable="true" type="xs:string"/>
|
574
|
+
<xs:element minOccurs="0" name="creditCardType" nillable="true" type="xs:string"/>
|
575
|
+
<xs:element minOccurs="0" name="expirationMonth" type="xs:int"/>
|
576
|
+
<xs:element minOccurs="0" name="expirationYear" type="xs:int"/>
|
577
|
+
<xs:element minOccurs="0" name="securityCode" nillable="true" type="xs:string"/>
|
578
|
+
<xs:element minOccurs="0" name="nameOnAccount" nillable="true" type="xs:string"/>
|
579
|
+
<xs:element minOccurs="0" name="addressSameAsAccount" type="xs:int"/>
|
580
|
+
<xs:element minOccurs="0" name="address1" nillable="true" type="xs:string"/>
|
581
|
+
<xs:element minOccurs="0" name="address2" nillable="true" type="xs:string"/>
|
582
|
+
<xs:element minOccurs="0" name="city" nillable="true" type="xs:string"/>
|
583
|
+
<xs:element minOccurs="0" name="state" nillable="true" type="xs:string"/>
|
584
|
+
<xs:element minOccurs="0" name="postalCode" nillable="true" type="xs:string"/>
|
585
|
+
<xs:element minOccurs="0" name="country" nillable="true" type="xs:string"/>
|
586
|
+
<xs:element minOccurs="0" name="phone" nillable="true" type="xs:string"/>
|
587
|
+
<xs:element minOccurs="0" name="orderNumber" nillable="true" type="xs:string"/>
|
588
|
+
<xs:element minOccurs="0" name="chargeCreditCard" type="xs:boolean"/>
|
589
|
+
</xs:sequence>
|
590
|
+
</xs:complexType>
|
591
|
+
</xs:element>
|
592
|
+
<xs:element name="modifyCreditCardResponse">
|
593
|
+
<xs:complexType>
|
594
|
+
<xs:sequence>
|
595
|
+
<xs:element minOccurs="0" name="return" nillable="true" type="xs:string"/>
|
596
|
+
</xs:sequence>
|
597
|
+
</xs:complexType>
|
598
|
+
</xs:element>
|
599
|
+
<xs:element name="getVersionResponse">
|
600
|
+
<xs:complexType>
|
601
|
+
<xs:sequence>
|
602
|
+
<xs:element minOccurs="0" name="return" nillable="true" type="xs:string"/>
|
603
|
+
</xs:sequence>
|
604
|
+
</xs:complexType>
|
605
|
+
</xs:element>
|
606
|
+
<xs:element name="getUsageExceptions">
|
607
|
+
<xs:complexType>
|
608
|
+
<xs:sequence>
|
609
|
+
<xs:element minOccurs="0" name="eventMonth" type="xs:int"/>
|
610
|
+
</xs:sequence>
|
611
|
+
</xs:complexType>
|
612
|
+
</xs:element>
|
613
|
+
<xs:element name="getUsageExceptionsResponse">
|
614
|
+
<xs:complexType>
|
615
|
+
<xs:sequence>
|
616
|
+
<xs:element maxOccurs="unbounded" minOccurs="0" name="return" nillable="true" type="ax24:UsageException"/>
|
617
|
+
</xs:sequence>
|
618
|
+
</xs:complexType>
|
619
|
+
</xs:element>
|
620
|
+
<xs:element name="getUsage">
|
621
|
+
<xs:complexType>
|
622
|
+
<xs:sequence>
|
623
|
+
<xs:element minOccurs="0" name="invoiceMonth" type="xs:int"/>
|
624
|
+
<xs:element minOccurs="0" name="companyCd" nillable="true" type="xs:string"/>
|
625
|
+
<xs:element minOccurs="0" name="customerCd" nillable="true" type="xs:string"/>
|
626
|
+
<xs:element minOccurs="0" name="serviceId" nillable="true" type="xs:string"/>
|
627
|
+
</xs:sequence>
|
628
|
+
</xs:complexType>
|
629
|
+
</xs:element>
|
630
|
+
<xs:element name="getUsageResponse">
|
631
|
+
<xs:complexType>
|
632
|
+
<xs:sequence>
|
633
|
+
<xs:element maxOccurs="unbounded" minOccurs="0" name="return" nillable="true" type="ax24:Usage"/>
|
634
|
+
</xs:sequence>
|
635
|
+
</xs:complexType>
|
636
|
+
</xs:element>
|
637
|
+
<xs:element name="getNextOrderNumber">
|
638
|
+
<xs:complexType>
|
639
|
+
<xs:sequence>
|
640
|
+
<xs:element minOccurs="0" name="companyCd" nillable="true" type="xs:string"/>
|
641
|
+
</xs:sequence>
|
642
|
+
</xs:complexType>
|
643
|
+
</xs:element>
|
644
|
+
<xs:element name="getNextOrderNumberResponse">
|
645
|
+
<xs:complexType>
|
646
|
+
<xs:sequence>
|
647
|
+
<xs:element minOccurs="0" name="return" nillable="true" type="xs:string"/>
|
648
|
+
</xs:sequence>
|
649
|
+
</xs:complexType>
|
650
|
+
</xs:element>
|
651
|
+
<xs:element name="getNextCustomerNumber">
|
652
|
+
<xs:complexType>
|
653
|
+
<xs:sequence>
|
654
|
+
<xs:element minOccurs="0" name="companyCd" nillable="true" type="xs:string"/>
|
655
|
+
</xs:sequence>
|
656
|
+
</xs:complexType>
|
657
|
+
</xs:element>
|
658
|
+
<xs:element name="getNextCustomerNumberResponse">
|
659
|
+
<xs:complexType>
|
660
|
+
<xs:sequence>
|
661
|
+
<xs:element minOccurs="0" name="return" nillable="true" type="xs:string"/>
|
662
|
+
</xs:sequence>
|
663
|
+
</xs:complexType>
|
664
|
+
</xs:element>
|
665
|
+
<xs:element name="getInvoiceImage">
|
666
|
+
<xs:complexType>
|
667
|
+
<xs:sequence>
|
668
|
+
<xs:element minOccurs="0" name="companyCd" nillable="true" type="xs:string"/>
|
669
|
+
<xs:element minOccurs="0" name="customerCd" nillable="true" type="xs:string"/>
|
670
|
+
<xs:element minOccurs="0" name="invoiceNumber" nillable="true" type="xs:string"/>
|
671
|
+
</xs:sequence>
|
672
|
+
</xs:complexType>
|
673
|
+
</xs:element>
|
674
|
+
<xs:element name="getInvoiceImageResponse">
|
675
|
+
<xs:complexType>
|
676
|
+
<xs:sequence>
|
677
|
+
<xs:element minOccurs="0" name="return" nillable="true" type="xs:base64Binary"/>
|
678
|
+
</xs:sequence>
|
679
|
+
</xs:complexType>
|
680
|
+
</xs:element>
|
681
|
+
<xs:element name="getCustomerUsageBalance">
|
682
|
+
<xs:complexType>
|
683
|
+
<xs:sequence>
|
684
|
+
<xs:element minOccurs="0" name="companyCd" nillable="true" type="xs:string"/>
|
685
|
+
<xs:element minOccurs="0" name="customerCd" nillable="true" type="xs:string"/>
|
686
|
+
</xs:sequence>
|
687
|
+
</xs:complexType>
|
688
|
+
</xs:element>
|
689
|
+
<xs:element name="getCustomerUsageBalanceResponse">
|
690
|
+
<xs:complexType>
|
691
|
+
<xs:sequence>
|
692
|
+
<xs:element minOccurs="0" name="return" nillable="true" type="ax24:CustomerUsageBalance"/>
|
693
|
+
</xs:sequence>
|
694
|
+
</xs:complexType>
|
695
|
+
</xs:element>
|
696
|
+
<xs:element name="findTransactionsByActivityDate">
|
697
|
+
<xs:complexType>
|
698
|
+
<xs:sequence>
|
699
|
+
<xs:element minOccurs="0" name="companyCd" nillable="true" type="xs:string"/>
|
700
|
+
<xs:element minOccurs="0" name="fromDate" nillable="true" type="xs:dateTime"/>
|
701
|
+
<xs:element minOccurs="0" name="thruDate" nillable="true" type="xs:dateTime"/>
|
702
|
+
</xs:sequence>
|
703
|
+
</xs:complexType>
|
704
|
+
</xs:element>
|
705
|
+
<xs:element name="findTransactionsByActivityDateResponse">
|
706
|
+
<xs:complexType>
|
707
|
+
<xs:sequence>
|
708
|
+
<xs:element maxOccurs="unbounded" minOccurs="0" name="return" nillable="true" type="ax24:Transaction"/>
|
709
|
+
</xs:sequence>
|
710
|
+
</xs:complexType>
|
711
|
+
</xs:element>
|
712
|
+
<xs:element name="findTransactions">
|
713
|
+
<xs:complexType>
|
714
|
+
<xs:sequence>
|
715
|
+
<xs:element minOccurs="0" name="companyCd" nillable="true" type="xs:string"/>
|
716
|
+
<xs:element minOccurs="0" name="customerCd" nillable="true" type="xs:string"/>
|
717
|
+
<xs:element minOccurs="0" name="serviceId" nillable="true" type="xs:string"/>
|
718
|
+
<xs:element minOccurs="0" name="orderNumber" nillable="true" type="xs:string"/>
|
719
|
+
<xs:element minOccurs="0" name="transactionMonth" type="xs:int"/>
|
720
|
+
</xs:sequence>
|
721
|
+
</xs:complexType>
|
722
|
+
</xs:element>
|
723
|
+
<xs:element name="findTransactionsResponse">
|
724
|
+
<xs:complexType>
|
725
|
+
<xs:sequence>
|
726
|
+
<xs:element maxOccurs="unbounded" minOccurs="0" name="return" nillable="true" type="ax24:Transaction"/>
|
727
|
+
</xs:sequence>
|
728
|
+
</xs:complexType>
|
729
|
+
</xs:element>
|
730
|
+
<xs:element name="findServices">
|
731
|
+
<xs:complexType>
|
732
|
+
<xs:sequence>
|
733
|
+
<xs:element minOccurs="0" name="companyCd" nillable="true" type="xs:string"/>
|
734
|
+
<xs:element minOccurs="0" name="customerCd" nillable="true" type="xs:string"/>
|
735
|
+
<xs:element minOccurs="0" name="serviceId" nillable="true" type="xs:string"/>
|
736
|
+
<xs:element minOccurs="0" name="status" nillable="true" type="xs:string"/>
|
737
|
+
</xs:sequence>
|
738
|
+
</xs:complexType>
|
739
|
+
</xs:element>
|
740
|
+
<xs:element name="findServicesResponse">
|
741
|
+
<xs:complexType>
|
742
|
+
<xs:sequence>
|
743
|
+
<xs:element maxOccurs="unbounded" minOccurs="0" name="return" nillable="true" type="ax24:Service"/>
|
744
|
+
</xs:sequence>
|
745
|
+
</xs:complexType>
|
746
|
+
</xs:element>
|
747
|
+
<xs:element name="findReportsByType">
|
748
|
+
<xs:complexType>
|
749
|
+
<xs:sequence>
|
750
|
+
<xs:element minOccurs="0" name="reportType" type="xs:int"/>
|
751
|
+
</xs:sequence>
|
752
|
+
</xs:complexType>
|
753
|
+
</xs:element>
|
754
|
+
<xs:element name="findReportsByTypeResponse">
|
755
|
+
<xs:complexType>
|
756
|
+
<xs:sequence>
|
757
|
+
<xs:element maxOccurs="unbounded" minOccurs="0" name="return" nillable="true" type="ax24:Report"/>
|
758
|
+
</xs:sequence>
|
759
|
+
</xs:complexType>
|
760
|
+
</xs:element>
|
761
|
+
<xs:element name="findReportsByMonthYearType">
|
762
|
+
<xs:complexType>
|
763
|
+
<xs:sequence>
|
764
|
+
<xs:element minOccurs="0" name="month" type="xs:int"/>
|
765
|
+
<xs:element minOccurs="0" name="year" type="xs:int"/>
|
766
|
+
<xs:element minOccurs="0" name="reportType" type="xs:int"/>
|
767
|
+
</xs:sequence>
|
768
|
+
</xs:complexType>
|
769
|
+
</xs:element>
|
770
|
+
<xs:element name="findReportsByMonthYearTypeResponse">
|
771
|
+
<xs:complexType>
|
772
|
+
<xs:sequence>
|
773
|
+
<xs:element maxOccurs="unbounded" minOccurs="0" name="return" nillable="true" type="ax24:Report"/>
|
774
|
+
</xs:sequence>
|
775
|
+
</xs:complexType>
|
776
|
+
</xs:element>
|
777
|
+
<xs:element name="findReportsByMonthYearCycle">
|
778
|
+
<xs:complexType>
|
779
|
+
<xs:sequence>
|
780
|
+
<xs:element minOccurs="0" name="month" type="xs:int"/>
|
781
|
+
<xs:element minOccurs="0" name="year" type="xs:int"/>
|
782
|
+
<xs:element minOccurs="0" name="cycleNumber" type="xs:int"/>
|
783
|
+
</xs:sequence>
|
784
|
+
</xs:complexType>
|
785
|
+
</xs:element>
|
786
|
+
<xs:element name="findReportsByMonthYearCycleResponse">
|
787
|
+
<xs:complexType>
|
788
|
+
<xs:sequence>
|
789
|
+
<xs:element maxOccurs="unbounded" minOccurs="0" name="return" nillable="true" type="ax24:Report"/>
|
790
|
+
</xs:sequence>
|
791
|
+
</xs:complexType>
|
792
|
+
</xs:element>
|
793
|
+
<xs:element name="findReportsByMonthYear">
|
794
|
+
<xs:complexType>
|
795
|
+
<xs:sequence>
|
796
|
+
<xs:element minOccurs="0" name="month" type="xs:int"/>
|
797
|
+
<xs:element minOccurs="0" name="year" type="xs:int"/>
|
798
|
+
</xs:sequence>
|
799
|
+
</xs:complexType>
|
800
|
+
</xs:element>
|
801
|
+
<xs:element name="findReportsByMonthYearResponse">
|
802
|
+
<xs:complexType>
|
803
|
+
<xs:sequence>
|
804
|
+
<xs:element maxOccurs="unbounded" minOccurs="0" name="return" nillable="true" type="ax24:Report"/>
|
805
|
+
</xs:sequence>
|
806
|
+
</xs:complexType>
|
807
|
+
</xs:element>
|
808
|
+
<xs:element name="findReportById">
|
809
|
+
<xs:complexType>
|
810
|
+
<xs:sequence>
|
811
|
+
<xs:element minOccurs="0" name="reportId" type="xs:long"/>
|
812
|
+
</xs:sequence>
|
813
|
+
</xs:complexType>
|
814
|
+
</xs:element>
|
815
|
+
<xs:element name="findReportByIdResponse">
|
816
|
+
<xs:complexType>
|
817
|
+
<xs:sequence>
|
818
|
+
<xs:element minOccurs="0" name="return" nillable="true" type="xs:base64Binary"/>
|
819
|
+
</xs:sequence>
|
820
|
+
</xs:complexType>
|
821
|
+
</xs:element>
|
822
|
+
<xs:element name="findProducts">
|
823
|
+
<xs:complexType>
|
824
|
+
<xs:sequence>
|
825
|
+
<xs:element minOccurs="0" name="companyCd" nillable="true" type="xs:string"/>
|
826
|
+
</xs:sequence>
|
827
|
+
</xs:complexType>
|
828
|
+
</xs:element>
|
829
|
+
<xs:element name="findProductsResponse">
|
830
|
+
<xs:complexType>
|
831
|
+
<xs:sequence>
|
832
|
+
<xs:element maxOccurs="unbounded" minOccurs="0" name="return" nillable="true" type="ax24:Product"/>
|
833
|
+
</xs:sequence>
|
834
|
+
</xs:complexType>
|
835
|
+
</xs:element>
|
836
|
+
<xs:element name="findPaymentInfo">
|
837
|
+
<xs:complexType>
|
838
|
+
<xs:sequence>
|
839
|
+
<xs:element minOccurs="0" name="companyCd" nillable="true" type="xs:string"/>
|
840
|
+
<xs:element minOccurs="0" name="customerCd" nillable="true" type="xs:string"/>
|
841
|
+
</xs:sequence>
|
842
|
+
</xs:complexType>
|
843
|
+
</xs:element>
|
844
|
+
<xs:element name="findPaymentInfoResponse">
|
845
|
+
<xs:complexType>
|
846
|
+
<xs:sequence>
|
847
|
+
<xs:element minOccurs="0" name="return" nillable="true" type="ax24:PaymentInfo"/>
|
848
|
+
</xs:sequence>
|
849
|
+
</xs:complexType>
|
850
|
+
</xs:element>
|
851
|
+
<xs:element name="findOpenItems">
|
852
|
+
<xs:complexType>
|
853
|
+
<xs:sequence>
|
854
|
+
<xs:element minOccurs="0" name="companyCd" nillable="true" type="xs:string"/>
|
855
|
+
<xs:element minOccurs="0" name="customerCd" nillable="true" type="xs:string"/>
|
856
|
+
<xs:element minOccurs="0" name="fromDate" nillable="true" type="xs:dateTime"/>
|
857
|
+
<xs:element minOccurs="0" name="thruDate" nillable="true" type="xs:dateTime"/>
|
858
|
+
<xs:element minOccurs="0" name="includeInvoice" type="xs:boolean"/>
|
859
|
+
<xs:element minOccurs="0" name="includePayment" type="xs:boolean"/>
|
860
|
+
<xs:element minOccurs="0" name="includeAdjustment" type="xs:boolean"/>
|
861
|
+
<xs:element minOccurs="0" name="includeHistory" type="xs:boolean"/>
|
862
|
+
<xs:element minOccurs="0" name="includePaid" type="xs:boolean"/>
|
863
|
+
</xs:sequence>
|
864
|
+
</xs:complexType>
|
865
|
+
</xs:element>
|
866
|
+
<xs:element name="findOpenItemsResponse">
|
867
|
+
<xs:complexType>
|
868
|
+
<xs:sequence>
|
869
|
+
<xs:element maxOccurs="unbounded" minOccurs="0" name="return" nillable="true" type="ax24:OpenItem"/>
|
870
|
+
</xs:sequence>
|
871
|
+
</xs:complexType>
|
872
|
+
</xs:element>
|
873
|
+
<xs:element name="findLastReport">
|
874
|
+
<xs:complexType>
|
875
|
+
<xs:sequence>
|
876
|
+
<xs:element minOccurs="0" name="reportType" type="xs:int"/>
|
877
|
+
</xs:sequence>
|
878
|
+
</xs:complexType>
|
879
|
+
</xs:element>
|
880
|
+
<xs:element name="findLastReportResponse">
|
881
|
+
<xs:complexType>
|
882
|
+
<xs:sequence>
|
883
|
+
<xs:element minOccurs="0" name="return" nillable="true" type="ax24:Report"/>
|
884
|
+
</xs:sequence>
|
885
|
+
</xs:complexType>
|
886
|
+
</xs:element>
|
887
|
+
<xs:element name="findInvoices">
|
888
|
+
<xs:complexType>
|
889
|
+
<xs:sequence>
|
890
|
+
<xs:element minOccurs="0" name="companyCd" nillable="true" type="xs:string"/>
|
891
|
+
<xs:element minOccurs="0" name="customerCd" nillable="true" type="xs:string"/>
|
892
|
+
</xs:sequence>
|
893
|
+
</xs:complexType>
|
894
|
+
</xs:element>
|
895
|
+
<xs:element name="findInvoicesResponse">
|
896
|
+
<xs:complexType>
|
897
|
+
<xs:sequence>
|
898
|
+
<xs:element maxOccurs="unbounded" minOccurs="0" name="return" nillable="true" type="ax24:InvoiceBasic"/>
|
899
|
+
</xs:sequence>
|
900
|
+
</xs:complexType>
|
901
|
+
</xs:element>
|
902
|
+
<xs:element name="findExpiringCreditCards">
|
903
|
+
<xs:complexType>
|
904
|
+
<xs:sequence>
|
905
|
+
<xs:element minOccurs="0" name="companyCd" nillable="true" type="xs:string"/>
|
906
|
+
<xs:element minOccurs="0" name="cardExpiringInMonth" type="xs:int"/>
|
907
|
+
</xs:sequence>
|
908
|
+
</xs:complexType>
|
909
|
+
</xs:element>
|
910
|
+
<xs:element name="findExpiringCreditCardsResponse">
|
911
|
+
<xs:complexType>
|
912
|
+
<xs:sequence>
|
913
|
+
<xs:element maxOccurs="unbounded" minOccurs="0" name="return" nillable="true" type="ax24:CustomerCreditCard"/>
|
914
|
+
</xs:sequence>
|
915
|
+
</xs:complexType>
|
916
|
+
</xs:element>
|
917
|
+
<xs:element name="findCustomersAging">
|
918
|
+
<xs:complexType>
|
919
|
+
<xs:sequence>
|
920
|
+
<xs:element minOccurs="0" name="companyCd" nillable="true" type="xs:string"/>
|
921
|
+
<xs:element minOccurs="0" name="agingPeriod" type="xs:int"/>
|
922
|
+
</xs:sequence>
|
923
|
+
</xs:complexType>
|
924
|
+
</xs:element>
|
925
|
+
<xs:element name="findCustomersAgingResponse">
|
926
|
+
<xs:complexType>
|
927
|
+
<xs:sequence>
|
928
|
+
<xs:element maxOccurs="unbounded" minOccurs="0" name="return" nillable="true" type="ax24:Customer"/>
|
929
|
+
</xs:sequence>
|
930
|
+
</xs:complexType>
|
931
|
+
</xs:element>
|
932
|
+
<xs:element name="findCustomerEntity">
|
933
|
+
<xs:complexType>
|
934
|
+
<xs:sequence>
|
935
|
+
<xs:element minOccurs="0" name="companyCd" nillable="true" type="xs:string"/>
|
936
|
+
<xs:element minOccurs="0" name="customerCd" nillable="true" type="xs:string"/>
|
937
|
+
</xs:sequence>
|
938
|
+
</xs:complexType>
|
939
|
+
</xs:element>
|
940
|
+
<xs:element name="findCustomerEntityResponse">
|
941
|
+
<xs:complexType>
|
942
|
+
<xs:sequence>
|
943
|
+
<xs:element minOccurs="0" name="return" nillable="true" type="ax24:Customer"/>
|
944
|
+
</xs:sequence>
|
945
|
+
</xs:complexType>
|
946
|
+
</xs:element>
|
947
|
+
<xs:element name="findCustomer">
|
948
|
+
<xs:complexType>
|
949
|
+
<xs:sequence>
|
950
|
+
<xs:element minOccurs="0" name="companyCd" nillable="true" type="xs:string"/>
|
951
|
+
<xs:element minOccurs="0" name="customerCd" nillable="true" type="xs:string"/>
|
952
|
+
</xs:sequence>
|
953
|
+
</xs:complexType>
|
954
|
+
</xs:element>
|
955
|
+
<xs:element name="findCustomerResponse">
|
956
|
+
<xs:complexType>
|
957
|
+
<xs:sequence>
|
958
|
+
<xs:element minOccurs="0" name="return" nillable="true" type="ax24:Customer"/>
|
959
|
+
</xs:sequence>
|
960
|
+
</xs:complexType>
|
961
|
+
</xs:element>
|
962
|
+
<xs:element name="findBillingByServiceId">
|
963
|
+
<xs:complexType>
|
964
|
+
<xs:sequence>
|
965
|
+
<xs:element minOccurs="0" name="companyCd" nillable="true" type="xs:string"/>
|
966
|
+
<xs:element minOccurs="0" name="serviceId" nillable="true" type="xs:string"/>
|
967
|
+
<xs:element minOccurs="0" name="includeCancel" type="xs:boolean"/>
|
968
|
+
</xs:sequence>
|
969
|
+
</xs:complexType>
|
970
|
+
</xs:element>
|
971
|
+
<xs:element name="findBillingByServiceIdResponse">
|
972
|
+
<xs:complexType>
|
973
|
+
<xs:sequence>
|
974
|
+
<xs:element maxOccurs="unbounded" minOccurs="0" name="return" nillable="true" type="ax24:RecurringCharge"/>
|
975
|
+
</xs:sequence>
|
976
|
+
</xs:complexType>
|
977
|
+
</xs:element>
|
978
|
+
<xs:element name="createBatch">
|
979
|
+
<xs:complexType>
|
980
|
+
<xs:sequence>
|
981
|
+
<xs:element minOccurs="0" name="companyCd" nillable="true" type="xs:string"/>
|
982
|
+
<xs:element minOccurs="0" name="effectiveDate" nillable="true" type="xs:dateTime"/>
|
983
|
+
<xs:element minOccurs="0" name="branchCd" nillable="true" type="xs:string"/>
|
984
|
+
</xs:sequence>
|
985
|
+
</xs:complexType>
|
986
|
+
</xs:element>
|
987
|
+
<xs:element name="createBatchResponse">
|
988
|
+
<xs:complexType>
|
989
|
+
<xs:sequence>
|
990
|
+
<xs:element minOccurs="0" name="return" nillable="true" type="xs:string"/>
|
991
|
+
</xs:sequence>
|
992
|
+
</xs:complexType>
|
993
|
+
</xs:element>
|
994
|
+
<xs:element name="cancelService">
|
995
|
+
<xs:complexType>
|
996
|
+
<xs:sequence>
|
997
|
+
<xs:element minOccurs="0" name="companyCd" nillable="true" type="xs:string"/>
|
998
|
+
<xs:element minOccurs="0" name="customerCd" nillable="true" type="xs:string"/>
|
999
|
+
<xs:element minOccurs="0" name="serviceId" nillable="true" type="xs:string"/>
|
1000
|
+
<xs:element minOccurs="0" name="effectiveDate" nillable="true" type="xs:dateTime"/>
|
1001
|
+
<xs:element minOccurs="0" name="orderNumber" nillable="true" type="xs:string"/>
|
1002
|
+
<xs:element minOccurs="0" name="reasonCd" nillable="true" type="xs:string"/>
|
1003
|
+
</xs:sequence>
|
1004
|
+
</xs:complexType>
|
1005
|
+
</xs:element>
|
1006
|
+
<xs:element name="cancelServiceResponse">
|
1007
|
+
<xs:complexType>
|
1008
|
+
<xs:sequence>
|
1009
|
+
<xs:element minOccurs="0" name="return" nillable="true" type="xs:string"/>
|
1010
|
+
</xs:sequence>
|
1011
|
+
</xs:complexType>
|
1012
|
+
</xs:element>
|
1013
|
+
<xs:element name="addServiceWithBillingOverride">
|
1014
|
+
<xs:complexType>
|
1015
|
+
<xs:sequence>
|
1016
|
+
<xs:element minOccurs="0" name="companyCd" nillable="true" type="xs:string"/>
|
1017
|
+
<xs:element minOccurs="0" name="customerCd" nillable="true" type="xs:string"/>
|
1018
|
+
<xs:element minOccurs="0" name="serviceId" nillable="true" type="xs:string"/>
|
1019
|
+
<xs:element minOccurs="0" name="effectiveDate" nillable="true" type="xs:dateTime"/>
|
1020
|
+
<xs:element minOccurs="0" name="packageId" nillable="true" type="xs:string"/>
|
1021
|
+
<xs:element minOccurs="0" name="orderNumber" nillable="true" type="xs:string"/>
|
1022
|
+
<xs:element maxOccurs="unbounded" minOccurs="0" name="billingLineOverride" nillable="true" type="ax24:BillingLineOverride"/>
|
1023
|
+
</xs:sequence>
|
1024
|
+
</xs:complexType>
|
1025
|
+
</xs:element>
|
1026
|
+
<xs:element name="addServiceWithBillingOverrideResponse">
|
1027
|
+
<xs:complexType>
|
1028
|
+
<xs:sequence>
|
1029
|
+
<xs:element minOccurs="0" name="return" nillable="true" type="ax24:Response"/>
|
1030
|
+
</xs:sequence>
|
1031
|
+
</xs:complexType>
|
1032
|
+
</xs:element>
|
1033
|
+
<xs:element name="addService">
|
1034
|
+
<xs:complexType>
|
1035
|
+
<xs:sequence>
|
1036
|
+
<xs:element minOccurs="0" name="companyCd" nillable="true" type="xs:string"/>
|
1037
|
+
<xs:element minOccurs="0" name="customerCd" nillable="true" type="xs:string"/>
|
1038
|
+
<xs:element minOccurs="0" name="serviceId" nillable="true" type="xs:string"/>
|
1039
|
+
<xs:element minOccurs="0" name="effectiveDate" nillable="true" type="xs:dateTime"/>
|
1040
|
+
<xs:element minOccurs="0" name="packageId" nillable="true" type="xs:string"/>
|
1041
|
+
<xs:element minOccurs="0" name="orderNumber" nillable="true" type="xs:string"/>
|
1042
|
+
</xs:sequence>
|
1043
|
+
</xs:complexType>
|
1044
|
+
</xs:element>
|
1045
|
+
<xs:element name="addServiceResponse">
|
1046
|
+
<xs:complexType>
|
1047
|
+
<xs:sequence>
|
1048
|
+
<xs:element minOccurs="0" name="return" nillable="true" type="ax24:Response"/>
|
1049
|
+
</xs:sequence>
|
1050
|
+
</xs:complexType>
|
1051
|
+
</xs:element>
|
1052
|
+
<xs:element name="addPaymentInfo">
|
1053
|
+
<xs:complexType>
|
1054
|
+
<xs:sequence>
|
1055
|
+
<xs:element minOccurs="0" name="paymentInfo" nillable="true" type="ax24:PaymentInfo"/>
|
1056
|
+
</xs:sequence>
|
1057
|
+
</xs:complexType>
|
1058
|
+
</xs:element>
|
1059
|
+
<xs:element name="addPaymentInfoResponse">
|
1060
|
+
<xs:complexType>
|
1061
|
+
<xs:sequence>
|
1062
|
+
<xs:element minOccurs="0" name="return" nillable="true" type="ax24:Response"/>
|
1063
|
+
</xs:sequence>
|
1064
|
+
</xs:complexType>
|
1065
|
+
</xs:element>
|
1066
|
+
<xs:element name="addCustomerEntityWithPaymentInfo">
|
1067
|
+
<xs:complexType>
|
1068
|
+
<xs:sequence>
|
1069
|
+
<xs:element minOccurs="0" name="customer" nillable="true" type="ax24:Customer"/>
|
1070
|
+
<xs:element minOccurs="0" name="paymentInfo" nillable="true" type="ax24:PaymentInfo"/>
|
1071
|
+
</xs:sequence>
|
1072
|
+
</xs:complexType>
|
1073
|
+
</xs:element>
|
1074
|
+
<xs:element name="addCustomerEntityWithPaymentInfoResponse">
|
1075
|
+
<xs:complexType>
|
1076
|
+
<xs:sequence>
|
1077
|
+
<xs:element minOccurs="0" name="return" nillable="true" type="ax24:Response"/>
|
1078
|
+
</xs:sequence>
|
1079
|
+
</xs:complexType>
|
1080
|
+
</xs:element>
|
1081
|
+
<xs:element name="addCustomerEntity">
|
1082
|
+
<xs:complexType>
|
1083
|
+
<xs:sequence>
|
1084
|
+
<xs:element minOccurs="0" name="customer" nillable="true" type="ax24:Customer"/>
|
1085
|
+
</xs:sequence>
|
1086
|
+
</xs:complexType>
|
1087
|
+
</xs:element>
|
1088
|
+
<xs:element name="addCustomerEntityResponse">
|
1089
|
+
<xs:complexType>
|
1090
|
+
<xs:sequence>
|
1091
|
+
<xs:element minOccurs="0" name="return" nillable="true" type="ax24:Response"/>
|
1092
|
+
</xs:sequence>
|
1093
|
+
</xs:complexType>
|
1094
|
+
</xs:element>
|
1095
|
+
<xs:element name="addCustomer">
|
1096
|
+
<xs:complexType>
|
1097
|
+
<xs:sequence>
|
1098
|
+
<xs:element minOccurs="0" name="accountType" nillable="true" type="xs:string"/>
|
1099
|
+
<xs:element minOccurs="0" name="companyCd" nillable="true" type="xs:string"/>
|
1100
|
+
<xs:element minOccurs="0" name="customerCd" nillable="true" type="xs:string"/>
|
1101
|
+
<xs:element minOccurs="0" name="name" nillable="true" type="xs:string"/>
|
1102
|
+
<xs:element minOccurs="0" name="address1" nillable="true" type="xs:string"/>
|
1103
|
+
<xs:element minOccurs="0" name="address2" nillable="true" type="xs:string"/>
|
1104
|
+
<xs:element minOccurs="0" name="city" nillable="true" type="xs:string"/>
|
1105
|
+
<xs:element minOccurs="0" name="state" nillable="true" type="xs:string"/>
|
1106
|
+
<xs:element minOccurs="0" name="postalCode" nillable="true" type="xs:string"/>
|
1107
|
+
<xs:element minOccurs="0" name="country" nillable="true" type="xs:string"/>
|
1108
|
+
<xs:element minOccurs="0" name="phone1" nillable="true" type="xs:string"/>
|
1109
|
+
<xs:element minOccurs="0" name="phoneType1" nillable="true" type="xs:string"/>
|
1110
|
+
<xs:element minOccurs="0" name="phone2" nillable="true" type="xs:string"/>
|
1111
|
+
<xs:element minOccurs="0" name="phoneType2" nillable="true" type="xs:string"/>
|
1112
|
+
<xs:element minOccurs="0" name="attention" nillable="true" type="xs:string"/>
|
1113
|
+
<xs:element minOccurs="0" name="taxCode" nillable="true" type="xs:string"/>
|
1114
|
+
<xs:element minOccurs="0" name="startDate" nillable="true" type="xs:dateTime"/>
|
1115
|
+
<xs:element minOccurs="0" name="email" nillable="true" type="xs:string"/>
|
1116
|
+
<xs:element minOccurs="0" name="salesAgentCd" nillable="true" type="xs:string"/>
|
1117
|
+
<xs:element minOccurs="0" name="branchCd" nillable="true" type="xs:string"/>
|
1118
|
+
<xs:element minOccurs="0" name="onlineAccessAuthCode" nillable="true" type="xs:string"/>
|
1119
|
+
<xs:element minOccurs="0" name="altCustomerCd" nillable="true" type="xs:string"/>
|
1120
|
+
<xs:element minOccurs="0" name="userDefined1" nillable="true" type="xs:string"/>
|
1121
|
+
<xs:element minOccurs="0" name="userDefined2" nillable="true" type="xs:string"/>
|
1122
|
+
<xs:element minOccurs="0" name="orderNumber" nillable="true" type="xs:string"/>
|
1123
|
+
<xs:element minOccurs="0" name="rechargeAmt" type="xs:float"/>
|
1124
|
+
<xs:element minOccurs="0" name="rechargeThrehold" type="xs:int"/>
|
1125
|
+
</xs:sequence>
|
1126
|
+
</xs:complexType>
|
1127
|
+
</xs:element>
|
1128
|
+
<xs:element name="addCustomerResponse">
|
1129
|
+
<xs:complexType>
|
1130
|
+
<xs:sequence>
|
1131
|
+
<xs:element minOccurs="0" name="return" nillable="true" type="xs:string"/>
|
1132
|
+
</xs:sequence>
|
1133
|
+
</xs:complexType>
|
1134
|
+
</xs:element>
|
1135
|
+
<xs:element name="addCreditCard">
|
1136
|
+
<xs:complexType>
|
1137
|
+
<xs:sequence>
|
1138
|
+
<xs:element minOccurs="0" name="companyCd" nillable="true" type="xs:string"/>
|
1139
|
+
<xs:element minOccurs="0" name="customerCd" nillable="true" type="xs:string"/>
|
1140
|
+
<xs:element minOccurs="0" name="creditCardNbr" nillable="true" type="xs:string"/>
|
1141
|
+
<xs:element minOccurs="0" name="creditCardType" nillable="true" type="xs:string"/>
|
1142
|
+
<xs:element minOccurs="0" name="expirationMonth" type="xs:int"/>
|
1143
|
+
<xs:element minOccurs="0" name="expirationYear" type="xs:int"/>
|
1144
|
+
<xs:element minOccurs="0" name="securityCode" nillable="true" type="xs:string"/>
|
1145
|
+
<xs:element minOccurs="0" name="nameOnAccount" nillable="true" type="xs:string"/>
|
1146
|
+
<xs:element minOccurs="0" name="addressSameAsAccount" type="xs:int"/>
|
1147
|
+
<xs:element minOccurs="0" name="address1" nillable="true" type="xs:string"/>
|
1148
|
+
<xs:element minOccurs="0" name="address2" nillable="true" type="xs:string"/>
|
1149
|
+
<xs:element minOccurs="0" name="city" nillable="true" type="xs:string"/>
|
1150
|
+
<xs:element minOccurs="0" name="state" nillable="true" type="xs:string"/>
|
1151
|
+
<xs:element minOccurs="0" name="postalCode" nillable="true" type="xs:string"/>
|
1152
|
+
<xs:element minOccurs="0" name="country" nillable="true" type="xs:string"/>
|
1153
|
+
<xs:element minOccurs="0" name="phone" nillable="true" type="xs:string"/>
|
1154
|
+
<xs:element minOccurs="0" name="orderNumber" nillable="true" type="xs:string"/>
|
1155
|
+
<xs:element minOccurs="0" name="chargeCreditCard" type="xs:boolean"/>
|
1156
|
+
</xs:sequence>
|
1157
|
+
</xs:complexType>
|
1158
|
+
</xs:element>
|
1159
|
+
<xs:element name="addCreditCardResponse">
|
1160
|
+
<xs:complexType>
|
1161
|
+
<xs:sequence>
|
1162
|
+
<xs:element minOccurs="0" name="return" nillable="true" type="xs:string"/>
|
1163
|
+
</xs:sequence>
|
1164
|
+
</xs:complexType>
|
1165
|
+
</xs:element>
|
1166
|
+
</xs:schema>
|
1167
|
+
</wsdl:types>
|
1168
|
+
<wsdl:message name="findProductsRequest">
|
1169
|
+
<wsdl:part name="parameters" element="ns:findProducts"/>
|
1170
|
+
</wsdl:message>
|
1171
|
+
<wsdl:message name="findProductsResponse">
|
1172
|
+
<wsdl:part name="parameters" element="ns:findProductsResponse"/>
|
1173
|
+
</wsdl:message>
|
1174
|
+
<wsdl:message name="BaseException">
|
1175
|
+
<wsdl:part name="parameters" element="ns:BaseException"/>
|
1176
|
+
</wsdl:message>
|
1177
|
+
<wsdl:message name="SecurityException">
|
1178
|
+
<wsdl:part name="parameters" element="ns:SecurityException"/>
|
1179
|
+
</wsdl:message>
|
1180
|
+
<wsdl:message name="SystemException">
|
1181
|
+
<wsdl:part name="parameters" element="ns:SystemException"/>
|
1182
|
+
</wsdl:message>
|
1183
|
+
<wsdl:message name="ApiException">
|
1184
|
+
<wsdl:part name="parameters" element="ns:ApiException"/>
|
1185
|
+
</wsdl:message>
|
1186
|
+
<wsdl:message name="findCustomerRequest">
|
1187
|
+
<wsdl:part name="parameters" element="ns:findCustomer"/>
|
1188
|
+
</wsdl:message>
|
1189
|
+
<wsdl:message name="findCustomerResponse">
|
1190
|
+
<wsdl:part name="parameters" element="ns:findCustomerResponse"/>
|
1191
|
+
</wsdl:message>
|
1192
|
+
<wsdl:message name="uploadUsageEventsRequest">
|
1193
|
+
<wsdl:part name="parameters" element="ns:uploadUsageEvents"/>
|
1194
|
+
</wsdl:message>
|
1195
|
+
<wsdl:message name="uploadUsageEventsResponse">
|
1196
|
+
<wsdl:part name="parameters" element="ns:uploadUsageEventsResponse"/>
|
1197
|
+
</wsdl:message>
|
1198
|
+
<wsdl:message name="findInvoicesRequest">
|
1199
|
+
<wsdl:part name="parameters" element="ns:findInvoices"/>
|
1200
|
+
</wsdl:message>
|
1201
|
+
<wsdl:message name="findInvoicesResponse">
|
1202
|
+
<wsdl:part name="parameters" element="ns:findInvoicesResponse"/>
|
1203
|
+
</wsdl:message>
|
1204
|
+
<wsdl:message name="modifyCustomerEntityRequest">
|
1205
|
+
<wsdl:part name="parameters" element="ns:modifyCustomerEntity"/>
|
1206
|
+
</wsdl:message>
|
1207
|
+
<wsdl:message name="modifyCustomerEntityResponse">
|
1208
|
+
<wsdl:part name="parameters" element="ns:modifyCustomerEntityResponse"/>
|
1209
|
+
</wsdl:message>
|
1210
|
+
<wsdl:message name="findReportsByMonthYearCycleRequest">
|
1211
|
+
<wsdl:part name="parameters" element="ns:findReportsByMonthYearCycle"/>
|
1212
|
+
</wsdl:message>
|
1213
|
+
<wsdl:message name="findReportsByMonthYearCycleResponse">
|
1214
|
+
<wsdl:part name="parameters" element="ns:findReportsByMonthYearCycleResponse"/>
|
1215
|
+
</wsdl:message>
|
1216
|
+
<wsdl:message name="addServiceRequest">
|
1217
|
+
<wsdl:part name="parameters" element="ns:addService"/>
|
1218
|
+
</wsdl:message>
|
1219
|
+
<wsdl:message name="addServiceResponse">
|
1220
|
+
<wsdl:part name="parameters" element="ns:addServiceResponse"/>
|
1221
|
+
</wsdl:message>
|
1222
|
+
<wsdl:message name="addCustomerRequest">
|
1223
|
+
<wsdl:part name="parameters" element="ns:addCustomer"/>
|
1224
|
+
</wsdl:message>
|
1225
|
+
<wsdl:message name="addCustomerResponse">
|
1226
|
+
<wsdl:part name="parameters" element="ns:addCustomerResponse"/>
|
1227
|
+
</wsdl:message>
|
1228
|
+
<wsdl:message name="addCreditCardRequest">
|
1229
|
+
<wsdl:part name="parameters" element="ns:addCreditCard"/>
|
1230
|
+
</wsdl:message>
|
1231
|
+
<wsdl:message name="addCreditCardResponse">
|
1232
|
+
<wsdl:part name="parameters" element="ns:addCreditCardResponse"/>
|
1233
|
+
</wsdl:message>
|
1234
|
+
<wsdl:message name="createBatchRequest">
|
1235
|
+
<wsdl:part name="parameters" element="ns:createBatch"/>
|
1236
|
+
</wsdl:message>
|
1237
|
+
<wsdl:message name="createBatchResponse">
|
1238
|
+
<wsdl:part name="parameters" element="ns:createBatchResponse"/>
|
1239
|
+
</wsdl:message>
|
1240
|
+
<wsdl:message name="findExpiringCreditCardsRequest">
|
1241
|
+
<wsdl:part name="parameters" element="ns:findExpiringCreditCards"/>
|
1242
|
+
</wsdl:message>
|
1243
|
+
<wsdl:message name="findExpiringCreditCardsResponse">
|
1244
|
+
<wsdl:part name="parameters" element="ns:findExpiringCreditCardsResponse"/>
|
1245
|
+
</wsdl:message>
|
1246
|
+
<wsdl:message name="findReportsByTypeRequest">
|
1247
|
+
<wsdl:part name="parameters" element="ns:findReportsByType"/>
|
1248
|
+
</wsdl:message>
|
1249
|
+
<wsdl:message name="findReportsByTypeResponse">
|
1250
|
+
<wsdl:part name="parameters" element="ns:findReportsByTypeResponse"/>
|
1251
|
+
</wsdl:message>
|
1252
|
+
<wsdl:message name="processPaymentRequest">
|
1253
|
+
<wsdl:part name="parameters" element="ns:processPayment"/>
|
1254
|
+
</wsdl:message>
|
1255
|
+
<wsdl:message name="processPaymentResponse">
|
1256
|
+
<wsdl:part name="parameters" element="ns:processPaymentResponse"/>
|
1257
|
+
</wsdl:message>
|
1258
|
+
<wsdl:message name="findOpenItemsRequest">
|
1259
|
+
<wsdl:part name="parameters" element="ns:findOpenItems"/>
|
1260
|
+
</wsdl:message>
|
1261
|
+
<wsdl:message name="findOpenItemsResponse">
|
1262
|
+
<wsdl:part name="parameters" element="ns:findOpenItemsResponse"/>
|
1263
|
+
</wsdl:message>
|
1264
|
+
<wsdl:message name="findServicesRequest">
|
1265
|
+
<wsdl:part name="parameters" element="ns:findServices"/>
|
1266
|
+
</wsdl:message>
|
1267
|
+
<wsdl:message name="findServicesResponse">
|
1268
|
+
<wsdl:part name="parameters" element="ns:findServicesResponse"/>
|
1269
|
+
</wsdl:message>
|
1270
|
+
<wsdl:message name="findCustomerEntityRequest">
|
1271
|
+
<wsdl:part name="parameters" element="ns:findCustomerEntity"/>
|
1272
|
+
</wsdl:message>
|
1273
|
+
<wsdl:message name="findCustomerEntityResponse">
|
1274
|
+
<wsdl:part name="parameters" element="ns:findCustomerEntityResponse"/>
|
1275
|
+
</wsdl:message>
|
1276
|
+
<wsdl:message name="findPaymentInfoRequest">
|
1277
|
+
<wsdl:part name="parameters" element="ns:findPaymentInfo"/>
|
1278
|
+
</wsdl:message>
|
1279
|
+
<wsdl:message name="findPaymentInfoResponse">
|
1280
|
+
<wsdl:part name="parameters" element="ns:findPaymentInfoResponse"/>
|
1281
|
+
</wsdl:message>
|
1282
|
+
<wsdl:message name="findTransactionsRequest">
|
1283
|
+
<wsdl:part name="parameters" element="ns:findTransactions"/>
|
1284
|
+
</wsdl:message>
|
1285
|
+
<wsdl:message name="findTransactionsResponse">
|
1286
|
+
<wsdl:part name="parameters" element="ns:findTransactionsResponse"/>
|
1287
|
+
</wsdl:message>
|
1288
|
+
<wsdl:message name="getCustomerUsageBalanceRequest">
|
1289
|
+
<wsdl:part name="parameters" element="ns:getCustomerUsageBalance"/>
|
1290
|
+
</wsdl:message>
|
1291
|
+
<wsdl:message name="getCustomerUsageBalanceResponse">
|
1292
|
+
<wsdl:part name="parameters" element="ns:getCustomerUsageBalanceResponse"/>
|
1293
|
+
</wsdl:message>
|
1294
|
+
<wsdl:message name="addCustomerEntityWithPaymentInfoRequest">
|
1295
|
+
<wsdl:part name="parameters" element="ns:addCustomerEntityWithPaymentInfo"/>
|
1296
|
+
</wsdl:message>
|
1297
|
+
<wsdl:message name="addCustomerEntityWithPaymentInfoResponse">
|
1298
|
+
<wsdl:part name="parameters" element="ns:addCustomerEntityWithPaymentInfoResponse"/>
|
1299
|
+
</wsdl:message>
|
1300
|
+
<wsdl:message name="getUsageExceptionsRequest">
|
1301
|
+
<wsdl:part name="parameters" element="ns:getUsageExceptions"/>
|
1302
|
+
</wsdl:message>
|
1303
|
+
<wsdl:message name="getUsageExceptionsResponse">
|
1304
|
+
<wsdl:part name="parameters" element="ns:getUsageExceptionsResponse"/>
|
1305
|
+
</wsdl:message>
|
1306
|
+
<wsdl:message name="findCustomersAgingRequest">
|
1307
|
+
<wsdl:part name="parameters" element="ns:findCustomersAging"/>
|
1308
|
+
</wsdl:message>
|
1309
|
+
<wsdl:message name="findCustomersAgingResponse">
|
1310
|
+
<wsdl:part name="parameters" element="ns:findCustomersAgingResponse"/>
|
1311
|
+
</wsdl:message>
|
1312
|
+
<wsdl:message name="findReportByIdRequest">
|
1313
|
+
<wsdl:part name="parameters" element="ns:findReportById"/>
|
1314
|
+
</wsdl:message>
|
1315
|
+
<wsdl:message name="findReportByIdResponse">
|
1316
|
+
<wsdl:part name="parameters" element="ns:findReportByIdResponse"/>
|
1317
|
+
</wsdl:message>
|
1318
|
+
<wsdl:message name="postPayment2Request">
|
1319
|
+
<wsdl:part name="parameters" element="ns:postPayment2"/>
|
1320
|
+
</wsdl:message>
|
1321
|
+
<wsdl:message name="postPayment2Response">
|
1322
|
+
<wsdl:part name="parameters" element="ns:postPayment2Response"/>
|
1323
|
+
</wsdl:message>
|
1324
|
+
<wsdl:message name="getUsageRequest">
|
1325
|
+
<wsdl:part name="parameters" element="ns:getUsage"/>
|
1326
|
+
</wsdl:message>
|
1327
|
+
<wsdl:message name="getUsageResponse">
|
1328
|
+
<wsdl:part name="parameters" element="ns:getUsageResponse"/>
|
1329
|
+
</wsdl:message>
|
1330
|
+
<wsdl:message name="addServiceWithBillingOverrideRequest">
|
1331
|
+
<wsdl:part name="parameters" element="ns:addServiceWithBillingOverride"/>
|
1332
|
+
</wsdl:message>
|
1333
|
+
<wsdl:message name="addServiceWithBillingOverrideResponse">
|
1334
|
+
<wsdl:part name="parameters" element="ns:addServiceWithBillingOverrideResponse"/>
|
1335
|
+
</wsdl:message>
|
1336
|
+
<wsdl:message name="getVersionRequest"/>
|
1337
|
+
<wsdl:message name="getVersionResponse">
|
1338
|
+
<wsdl:part name="parameters" element="ns:getVersionResponse"/>
|
1339
|
+
</wsdl:message>
|
1340
|
+
<wsdl:message name="findLastReportRequest">
|
1341
|
+
<wsdl:part name="parameters" element="ns:findLastReport"/>
|
1342
|
+
</wsdl:message>
|
1343
|
+
<wsdl:message name="findLastReportResponse">
|
1344
|
+
<wsdl:part name="parameters" element="ns:findLastReportResponse"/>
|
1345
|
+
</wsdl:message>
|
1346
|
+
<wsdl:message name="postChargeRequest">
|
1347
|
+
<wsdl:part name="parameters" element="ns:postCharge"/>
|
1348
|
+
</wsdl:message>
|
1349
|
+
<wsdl:message name="postChargeResponse">
|
1350
|
+
<wsdl:part name="parameters" element="ns:postChargeResponse"/>
|
1351
|
+
</wsdl:message>
|
1352
|
+
<wsdl:message name="getNextCustomerNumberRequest">
|
1353
|
+
<wsdl:part name="parameters" element="ns:getNextCustomerNumber"/>
|
1354
|
+
</wsdl:message>
|
1355
|
+
<wsdl:message name="getNextCustomerNumberResponse">
|
1356
|
+
<wsdl:part name="parameters" element="ns:getNextCustomerNumberResponse"/>
|
1357
|
+
</wsdl:message>
|
1358
|
+
<wsdl:message name="modifyCustomerRequest">
|
1359
|
+
<wsdl:part name="parameters" element="ns:modifyCustomer"/>
|
1360
|
+
</wsdl:message>
|
1361
|
+
<wsdl:message name="modifyCustomerResponse">
|
1362
|
+
<wsdl:part name="parameters" element="ns:modifyCustomerResponse"/>
|
1363
|
+
</wsdl:message>
|
1364
|
+
<wsdl:message name="modifyPaymentInfoRequest">
|
1365
|
+
<wsdl:part name="parameters" element="ns:modifyPaymentInfo"/>
|
1366
|
+
</wsdl:message>
|
1367
|
+
<wsdl:message name="modifyPaymentInfoResponse">
|
1368
|
+
<wsdl:part name="parameters" element="ns:modifyPaymentInfoResponse"/>
|
1369
|
+
</wsdl:message>
|
1370
|
+
<wsdl:message name="cancelServiceRequest">
|
1371
|
+
<wsdl:part name="parameters" element="ns:cancelService"/>
|
1372
|
+
</wsdl:message>
|
1373
|
+
<wsdl:message name="cancelServiceResponse">
|
1374
|
+
<wsdl:part name="parameters" element="ns:cancelServiceResponse"/>
|
1375
|
+
</wsdl:message>
|
1376
|
+
<wsdl:message name="getInvoiceImageRequest">
|
1377
|
+
<wsdl:part name="parameters" element="ns:getInvoiceImage"/>
|
1378
|
+
</wsdl:message>
|
1379
|
+
<wsdl:message name="getInvoiceImageResponse">
|
1380
|
+
<wsdl:part name="parameters" element="ns:getInvoiceImageResponse"/>
|
1381
|
+
</wsdl:message>
|
1382
|
+
<wsdl:message name="addPaymentInfoRequest">
|
1383
|
+
<wsdl:part name="parameters" element="ns:addPaymentInfo"/>
|
1384
|
+
</wsdl:message>
|
1385
|
+
<wsdl:message name="addPaymentInfoResponse">
|
1386
|
+
<wsdl:part name="parameters" element="ns:addPaymentInfoResponse"/>
|
1387
|
+
</wsdl:message>
|
1388
|
+
<wsdl:message name="findBillingByServiceIdRequest">
|
1389
|
+
<wsdl:part name="parameters" element="ns:findBillingByServiceId"/>
|
1390
|
+
</wsdl:message>
|
1391
|
+
<wsdl:message name="findBillingByServiceIdResponse">
|
1392
|
+
<wsdl:part name="parameters" element="ns:findBillingByServiceIdResponse"/>
|
1393
|
+
</wsdl:message>
|
1394
|
+
<wsdl:message name="findReportsByMonthYearTypeRequest">
|
1395
|
+
<wsdl:part name="parameters" element="ns:findReportsByMonthYearType"/>
|
1396
|
+
</wsdl:message>
|
1397
|
+
<wsdl:message name="findReportsByMonthYearTypeResponse">
|
1398
|
+
<wsdl:part name="parameters" element="ns:findReportsByMonthYearTypeResponse"/>
|
1399
|
+
</wsdl:message>
|
1400
|
+
<wsdl:message name="getNextOrderNumberRequest">
|
1401
|
+
<wsdl:part name="parameters" element="ns:getNextOrderNumber"/>
|
1402
|
+
</wsdl:message>
|
1403
|
+
<wsdl:message name="getNextOrderNumberResponse">
|
1404
|
+
<wsdl:part name="parameters" element="ns:getNextOrderNumberResponse"/>
|
1405
|
+
</wsdl:message>
|
1406
|
+
<wsdl:message name="findTransactionsByActivityDateRequest">
|
1407
|
+
<wsdl:part name="parameters" element="ns:findTransactionsByActivityDate"/>
|
1408
|
+
</wsdl:message>
|
1409
|
+
<wsdl:message name="findTransactionsByActivityDateResponse">
|
1410
|
+
<wsdl:part name="parameters" element="ns:findTransactionsByActivityDateResponse"/>
|
1411
|
+
</wsdl:message>
|
1412
|
+
<wsdl:message name="addCustomerEntityRequest">
|
1413
|
+
<wsdl:part name="parameters" element="ns:addCustomerEntity"/>
|
1414
|
+
</wsdl:message>
|
1415
|
+
<wsdl:message name="addCustomerEntityResponse">
|
1416
|
+
<wsdl:part name="parameters" element="ns:addCustomerEntityResponse"/>
|
1417
|
+
</wsdl:message>
|
1418
|
+
<wsdl:message name="modifyCreditCardRequest">
|
1419
|
+
<wsdl:part name="parameters" element="ns:modifyCreditCard"/>
|
1420
|
+
</wsdl:message>
|
1421
|
+
<wsdl:message name="modifyCreditCardResponse">
|
1422
|
+
<wsdl:part name="parameters" element="ns:modifyCreditCardResponse"/>
|
1423
|
+
</wsdl:message>
|
1424
|
+
<wsdl:message name="postPaymentRequest">
|
1425
|
+
<wsdl:part name="parameters" element="ns:postPayment"/>
|
1426
|
+
</wsdl:message>
|
1427
|
+
<wsdl:message name="postPaymentResponse">
|
1428
|
+
<wsdl:part name="parameters" element="ns:postPaymentResponse"/>
|
1429
|
+
</wsdl:message>
|
1430
|
+
<wsdl:message name="findReportsByMonthYearRequest">
|
1431
|
+
<wsdl:part name="parameters" element="ns:findReportsByMonthYear"/>
|
1432
|
+
</wsdl:message>
|
1433
|
+
<wsdl:message name="findReportsByMonthYearResponse">
|
1434
|
+
<wsdl:part name="parameters" element="ns:findReportsByMonthYearResponse"/>
|
1435
|
+
</wsdl:message>
|
1436
|
+
<wsdl:portType xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" name="ConnectSmServicePortType" wsp:PolicyURIs="#UsernameTokenOverHTTPS">
|
1437
|
+
<wsdl:operation name="findProducts">
|
1438
|
+
<wsdl:input message="axis2:findProductsRequest" wsaw:Action="urn:findProducts"/>
|
1439
|
+
<wsdl:output message="axis2:findProductsResponse" wsaw:Action="urn:findProductsResponse"/>
|
1440
|
+
<wsdl:fault message="axis2:BaseException" name="BaseException" wsaw:Action="urn:findProductsBaseException"/>
|
1441
|
+
<wsdl:fault message="axis2:SecurityException" name="SecurityException" wsaw:Action="urn:findProductsSecurityException"/>
|
1442
|
+
<wsdl:fault message="axis2:SystemException" name="SystemException" wsaw:Action="urn:findProductsSystemException"/>
|
1443
|
+
<wsdl:fault message="axis2:ApiException" name="ApiException" wsaw:Action="urn:findProductsApiException"/>
|
1444
|
+
</wsdl:operation>
|
1445
|
+
<wsdl:operation name="findCustomer">
|
1446
|
+
<wsdl:input message="axis2:findCustomerRequest" wsaw:Action="urn:findCustomer"/>
|
1447
|
+
<wsdl:output message="axis2:findCustomerResponse" wsaw:Action="urn:findCustomerResponse"/>
|
1448
|
+
<wsdl:fault message="axis2:BaseException" name="BaseException" wsaw:Action="urn:findCustomerBaseException"/>
|
1449
|
+
<wsdl:fault message="axis2:SecurityException" name="SecurityException" wsaw:Action="urn:findCustomerSecurityException"/>
|
1450
|
+
<wsdl:fault message="axis2:SystemException" name="SystemException" wsaw:Action="urn:findCustomerSystemException"/>
|
1451
|
+
<wsdl:fault message="axis2:ApiException" name="ApiException" wsaw:Action="urn:findCustomerApiException"/>
|
1452
|
+
</wsdl:operation>
|
1453
|
+
<wsdl:operation name="uploadUsageEvents">
|
1454
|
+
<wsdl:input message="axis2:uploadUsageEventsRequest" wsaw:Action="urn:uploadUsageEvents"/>
|
1455
|
+
<wsdl:output message="axis2:uploadUsageEventsResponse" wsaw:Action="urn:uploadUsageEventsResponse"/>
|
1456
|
+
<wsdl:fault message="axis2:BaseException" name="BaseException" wsaw:Action="urn:uploadUsageEventsBaseException"/>
|
1457
|
+
<wsdl:fault message="axis2:SecurityException" name="SecurityException" wsaw:Action="urn:uploadUsageEventsSecurityException"/>
|
1458
|
+
<wsdl:fault message="axis2:SystemException" name="SystemException" wsaw:Action="urn:uploadUsageEventsSystemException"/>
|
1459
|
+
<wsdl:fault message="axis2:ApiException" name="ApiException" wsaw:Action="urn:uploadUsageEventsApiException"/>
|
1460
|
+
</wsdl:operation>
|
1461
|
+
<wsdl:operation name="findInvoices">
|
1462
|
+
<wsdl:input message="axis2:findInvoicesRequest" wsaw:Action="urn:findInvoices"/>
|
1463
|
+
<wsdl:output message="axis2:findInvoicesResponse" wsaw:Action="urn:findInvoicesResponse"/>
|
1464
|
+
<wsdl:fault message="axis2:BaseException" name="BaseException" wsaw:Action="urn:findInvoicesBaseException"/>
|
1465
|
+
<wsdl:fault message="axis2:SecurityException" name="SecurityException" wsaw:Action="urn:findInvoicesSecurityException"/>
|
1466
|
+
<wsdl:fault message="axis2:SystemException" name="SystemException" wsaw:Action="urn:findInvoicesSystemException"/>
|
1467
|
+
<wsdl:fault message="axis2:ApiException" name="ApiException" wsaw:Action="urn:findInvoicesApiException"/>
|
1468
|
+
</wsdl:operation>
|
1469
|
+
<wsdl:operation name="modifyCustomerEntity">
|
1470
|
+
<wsdl:input message="axis2:modifyCustomerEntityRequest" wsaw:Action="urn:modifyCustomerEntity"/>
|
1471
|
+
<wsdl:output message="axis2:modifyCustomerEntityResponse" wsaw:Action="urn:modifyCustomerEntityResponse"/>
|
1472
|
+
<wsdl:fault message="axis2:BaseException" name="BaseException" wsaw:Action="urn:modifyCustomerEntityBaseException"/>
|
1473
|
+
<wsdl:fault message="axis2:SecurityException" name="SecurityException" wsaw:Action="urn:modifyCustomerEntitySecurityException"/>
|
1474
|
+
<wsdl:fault message="axis2:SystemException" name="SystemException" wsaw:Action="urn:modifyCustomerEntitySystemException"/>
|
1475
|
+
<wsdl:fault message="axis2:ApiException" name="ApiException" wsaw:Action="urn:modifyCustomerEntityApiException"/>
|
1476
|
+
</wsdl:operation>
|
1477
|
+
<wsdl:operation name="findReportsByMonthYearCycle">
|
1478
|
+
<wsdl:input message="axis2:findReportsByMonthYearCycleRequest" wsaw:Action="urn:findReportsByMonthYearCycle"/>
|
1479
|
+
<wsdl:output message="axis2:findReportsByMonthYearCycleResponse" wsaw:Action="urn:findReportsByMonthYearCycleResponse"/>
|
1480
|
+
<wsdl:fault message="axis2:BaseException" name="BaseException" wsaw:Action="urn:findReportsByMonthYearCycleBaseException"/>
|
1481
|
+
<wsdl:fault message="axis2:SecurityException" name="SecurityException" wsaw:Action="urn:findReportsByMonthYearCycleSecurityException"/>
|
1482
|
+
<wsdl:fault message="axis2:SystemException" name="SystemException" wsaw:Action="urn:findReportsByMonthYearCycleSystemException"/>
|
1483
|
+
<wsdl:fault message="axis2:ApiException" name="ApiException" wsaw:Action="urn:findReportsByMonthYearCycleApiException"/>
|
1484
|
+
</wsdl:operation>
|
1485
|
+
<wsdl:operation name="addService">
|
1486
|
+
<wsdl:input message="axis2:addServiceRequest" wsaw:Action="urn:addService"/>
|
1487
|
+
<wsdl:output message="axis2:addServiceResponse" wsaw:Action="urn:addServiceResponse"/>
|
1488
|
+
<wsdl:fault message="axis2:BaseException" name="BaseException" wsaw:Action="urn:addServiceBaseException"/>
|
1489
|
+
<wsdl:fault message="axis2:SecurityException" name="SecurityException" wsaw:Action="urn:addServiceSecurityException"/>
|
1490
|
+
<wsdl:fault message="axis2:SystemException" name="SystemException" wsaw:Action="urn:addServiceSystemException"/>
|
1491
|
+
<wsdl:fault message="axis2:ApiException" name="ApiException" wsaw:Action="urn:addServiceApiException"/>
|
1492
|
+
</wsdl:operation>
|
1493
|
+
<wsdl:operation name="addCustomer">
|
1494
|
+
<wsdl:input message="axis2:addCustomerRequest" wsaw:Action="urn:addCustomer"/>
|
1495
|
+
<wsdl:output message="axis2:addCustomerResponse" wsaw:Action="urn:addCustomerResponse"/>
|
1496
|
+
<wsdl:fault message="axis2:BaseException" name="BaseException" wsaw:Action="urn:addCustomerBaseException"/>
|
1497
|
+
<wsdl:fault message="axis2:SecurityException" name="SecurityException" wsaw:Action="urn:addCustomerSecurityException"/>
|
1498
|
+
<wsdl:fault message="axis2:SystemException" name="SystemException" wsaw:Action="urn:addCustomerSystemException"/>
|
1499
|
+
<wsdl:fault message="axis2:ApiException" name="ApiException" wsaw:Action="urn:addCustomerApiException"/>
|
1500
|
+
</wsdl:operation>
|
1501
|
+
<wsdl:operation name="addCreditCard">
|
1502
|
+
<wsdl:input message="axis2:addCreditCardRequest" wsaw:Action="urn:addCreditCard"/>
|
1503
|
+
<wsdl:output message="axis2:addCreditCardResponse" wsaw:Action="urn:addCreditCardResponse"/>
|
1504
|
+
<wsdl:fault message="axis2:BaseException" name="BaseException" wsaw:Action="urn:addCreditCardBaseException"/>
|
1505
|
+
<wsdl:fault message="axis2:SecurityException" name="SecurityException" wsaw:Action="urn:addCreditCardSecurityException"/>
|
1506
|
+
<wsdl:fault message="axis2:SystemException" name="SystemException" wsaw:Action="urn:addCreditCardSystemException"/>
|
1507
|
+
<wsdl:fault message="axis2:ApiException" name="ApiException" wsaw:Action="urn:addCreditCardApiException"/>
|
1508
|
+
</wsdl:operation>
|
1509
|
+
<wsdl:operation name="createBatch">
|
1510
|
+
<wsdl:input message="axis2:createBatchRequest" wsaw:Action="urn:createBatch"/>
|
1511
|
+
<wsdl:output message="axis2:createBatchResponse" wsaw:Action="urn:createBatchResponse"/>
|
1512
|
+
<wsdl:fault message="axis2:BaseException" name="BaseException" wsaw:Action="urn:createBatchBaseException"/>
|
1513
|
+
<wsdl:fault message="axis2:SecurityException" name="SecurityException" wsaw:Action="urn:createBatchSecurityException"/>
|
1514
|
+
<wsdl:fault message="axis2:SystemException" name="SystemException" wsaw:Action="urn:createBatchSystemException"/>
|
1515
|
+
<wsdl:fault message="axis2:ApiException" name="ApiException" wsaw:Action="urn:createBatchApiException"/>
|
1516
|
+
</wsdl:operation>
|
1517
|
+
<wsdl:operation name="findExpiringCreditCards">
|
1518
|
+
<wsdl:input message="axis2:findExpiringCreditCardsRequest" wsaw:Action="urn:findExpiringCreditCards"/>
|
1519
|
+
<wsdl:output message="axis2:findExpiringCreditCardsResponse" wsaw:Action="urn:findExpiringCreditCardsResponse"/>
|
1520
|
+
<wsdl:fault message="axis2:BaseException" name="BaseException" wsaw:Action="urn:findExpiringCreditCardsBaseException"/>
|
1521
|
+
<wsdl:fault message="axis2:SecurityException" name="SecurityException" wsaw:Action="urn:findExpiringCreditCardsSecurityException"/>
|
1522
|
+
<wsdl:fault message="axis2:SystemException" name="SystemException" wsaw:Action="urn:findExpiringCreditCardsSystemException"/>
|
1523
|
+
<wsdl:fault message="axis2:ApiException" name="ApiException" wsaw:Action="urn:findExpiringCreditCardsApiException"/>
|
1524
|
+
</wsdl:operation>
|
1525
|
+
<wsdl:operation name="findReportsByType">
|
1526
|
+
<wsdl:input message="axis2:findReportsByTypeRequest" wsaw:Action="urn:findReportsByType"/>
|
1527
|
+
<wsdl:output message="axis2:findReportsByTypeResponse" wsaw:Action="urn:findReportsByTypeResponse"/>
|
1528
|
+
<wsdl:fault message="axis2:BaseException" name="BaseException" wsaw:Action="urn:findReportsByTypeBaseException"/>
|
1529
|
+
<wsdl:fault message="axis2:SecurityException" name="SecurityException" wsaw:Action="urn:findReportsByTypeSecurityException"/>
|
1530
|
+
<wsdl:fault message="axis2:SystemException" name="SystemException" wsaw:Action="urn:findReportsByTypeSystemException"/>
|
1531
|
+
<wsdl:fault message="axis2:ApiException" name="ApiException" wsaw:Action="urn:findReportsByTypeApiException"/>
|
1532
|
+
</wsdl:operation>
|
1533
|
+
<wsdl:operation name="processPayment">
|
1534
|
+
<wsdl:input message="axis2:processPaymentRequest" wsaw:Action="urn:processPayment"/>
|
1535
|
+
<wsdl:output message="axis2:processPaymentResponse" wsaw:Action="urn:processPaymentResponse"/>
|
1536
|
+
<wsdl:fault message="axis2:BaseException" name="BaseException" wsaw:Action="urn:processPaymentBaseException"/>
|
1537
|
+
<wsdl:fault message="axis2:SecurityException" name="SecurityException" wsaw:Action="urn:processPaymentSecurityException"/>
|
1538
|
+
<wsdl:fault message="axis2:SystemException" name="SystemException" wsaw:Action="urn:processPaymentSystemException"/>
|
1539
|
+
<wsdl:fault message="axis2:ApiException" name="ApiException" wsaw:Action="urn:processPaymentApiException"/>
|
1540
|
+
</wsdl:operation>
|
1541
|
+
<wsdl:operation name="findOpenItems">
|
1542
|
+
<wsdl:input message="axis2:findOpenItemsRequest" wsaw:Action="urn:findOpenItems"/>
|
1543
|
+
<wsdl:output message="axis2:findOpenItemsResponse" wsaw:Action="urn:findOpenItemsResponse"/>
|
1544
|
+
<wsdl:fault message="axis2:BaseException" name="BaseException" wsaw:Action="urn:findOpenItemsBaseException"/>
|
1545
|
+
<wsdl:fault message="axis2:SecurityException" name="SecurityException" wsaw:Action="urn:findOpenItemsSecurityException"/>
|
1546
|
+
<wsdl:fault message="axis2:SystemException" name="SystemException" wsaw:Action="urn:findOpenItemsSystemException"/>
|
1547
|
+
<wsdl:fault message="axis2:ApiException" name="ApiException" wsaw:Action="urn:findOpenItemsApiException"/>
|
1548
|
+
</wsdl:operation>
|
1549
|
+
<wsdl:operation name="findServices">
|
1550
|
+
<wsdl:input message="axis2:findServicesRequest" wsaw:Action="urn:findServices"/>
|
1551
|
+
<wsdl:output message="axis2:findServicesResponse" wsaw:Action="urn:findServicesResponse"/>
|
1552
|
+
<wsdl:fault message="axis2:BaseException" name="BaseException" wsaw:Action="urn:findServicesBaseException"/>
|
1553
|
+
<wsdl:fault message="axis2:SecurityException" name="SecurityException" wsaw:Action="urn:findServicesSecurityException"/>
|
1554
|
+
<wsdl:fault message="axis2:SystemException" name="SystemException" wsaw:Action="urn:findServicesSystemException"/>
|
1555
|
+
<wsdl:fault message="axis2:ApiException" name="ApiException" wsaw:Action="urn:findServicesApiException"/>
|
1556
|
+
</wsdl:operation>
|
1557
|
+
<wsdl:operation name="findCustomerEntity">
|
1558
|
+
<wsdl:input message="axis2:findCustomerEntityRequest" wsaw:Action="urn:findCustomerEntity"/>
|
1559
|
+
<wsdl:output message="axis2:findCustomerEntityResponse" wsaw:Action="urn:findCustomerEntityResponse"/>
|
1560
|
+
<wsdl:fault message="axis2:BaseException" name="BaseException" wsaw:Action="urn:findCustomerEntityBaseException"/>
|
1561
|
+
<wsdl:fault message="axis2:SecurityException" name="SecurityException" wsaw:Action="urn:findCustomerEntitySecurityException"/>
|
1562
|
+
<wsdl:fault message="axis2:SystemException" name="SystemException" wsaw:Action="urn:findCustomerEntitySystemException"/>
|
1563
|
+
<wsdl:fault message="axis2:ApiException" name="ApiException" wsaw:Action="urn:findCustomerEntityApiException"/>
|
1564
|
+
</wsdl:operation>
|
1565
|
+
<wsdl:operation name="findPaymentInfo">
|
1566
|
+
<wsdl:input message="axis2:findPaymentInfoRequest" wsaw:Action="urn:findPaymentInfo"/>
|
1567
|
+
<wsdl:output message="axis2:findPaymentInfoResponse" wsaw:Action="urn:findPaymentInfoResponse"/>
|
1568
|
+
<wsdl:fault message="axis2:BaseException" name="BaseException" wsaw:Action="urn:findPaymentInfoBaseException"/>
|
1569
|
+
<wsdl:fault message="axis2:SecurityException" name="SecurityException" wsaw:Action="urn:findPaymentInfoSecurityException"/>
|
1570
|
+
<wsdl:fault message="axis2:SystemException" name="SystemException" wsaw:Action="urn:findPaymentInfoSystemException"/>
|
1571
|
+
<wsdl:fault message="axis2:ApiException" name="ApiException" wsaw:Action="urn:findPaymentInfoApiException"/>
|
1572
|
+
</wsdl:operation>
|
1573
|
+
<wsdl:operation name="findTransactions">
|
1574
|
+
<wsdl:input message="axis2:findTransactionsRequest" wsaw:Action="urn:findTransactions"/>
|
1575
|
+
<wsdl:output message="axis2:findTransactionsResponse" wsaw:Action="urn:findTransactionsResponse"/>
|
1576
|
+
<wsdl:fault message="axis2:BaseException" name="BaseException" wsaw:Action="urn:findTransactionsBaseException"/>
|
1577
|
+
<wsdl:fault message="axis2:SecurityException" name="SecurityException" wsaw:Action="urn:findTransactionsSecurityException"/>
|
1578
|
+
<wsdl:fault message="axis2:SystemException" name="SystemException" wsaw:Action="urn:findTransactionsSystemException"/>
|
1579
|
+
<wsdl:fault message="axis2:ApiException" name="ApiException" wsaw:Action="urn:findTransactionsApiException"/>
|
1580
|
+
</wsdl:operation>
|
1581
|
+
<wsdl:operation name="getCustomerUsageBalance">
|
1582
|
+
<wsdl:input message="axis2:getCustomerUsageBalanceRequest" wsaw:Action="urn:getCustomerUsageBalance"/>
|
1583
|
+
<wsdl:output message="axis2:getCustomerUsageBalanceResponse" wsaw:Action="urn:getCustomerUsageBalanceResponse"/>
|
1584
|
+
<wsdl:fault message="axis2:BaseException" name="BaseException" wsaw:Action="urn:getCustomerUsageBalanceBaseException"/>
|
1585
|
+
<wsdl:fault message="axis2:SecurityException" name="SecurityException" wsaw:Action="urn:getCustomerUsageBalanceSecurityException"/>
|
1586
|
+
<wsdl:fault message="axis2:SystemException" name="SystemException" wsaw:Action="urn:getCustomerUsageBalanceSystemException"/>
|
1587
|
+
<wsdl:fault message="axis2:ApiException" name="ApiException" wsaw:Action="urn:getCustomerUsageBalanceApiException"/>
|
1588
|
+
</wsdl:operation>
|
1589
|
+
<wsdl:operation name="addCustomerEntityWithPaymentInfo">
|
1590
|
+
<wsdl:input message="axis2:addCustomerEntityWithPaymentInfoRequest" wsaw:Action="urn:addCustomerEntityWithPaymentInfo"/>
|
1591
|
+
<wsdl:output message="axis2:addCustomerEntityWithPaymentInfoResponse" wsaw:Action="urn:addCustomerEntityWithPaymentInfoResponse"/>
|
1592
|
+
<wsdl:fault message="axis2:BaseException" name="BaseException" wsaw:Action="urn:addCustomerEntityWithPaymentInfoBaseException"/>
|
1593
|
+
<wsdl:fault message="axis2:SecurityException" name="SecurityException" wsaw:Action="urn:addCustomerEntityWithPaymentInfoSecurityException"/>
|
1594
|
+
<wsdl:fault message="axis2:SystemException" name="SystemException" wsaw:Action="urn:addCustomerEntityWithPaymentInfoSystemException"/>
|
1595
|
+
<wsdl:fault message="axis2:ApiException" name="ApiException" wsaw:Action="urn:addCustomerEntityWithPaymentInfoApiException"/>
|
1596
|
+
</wsdl:operation>
|
1597
|
+
<wsdl:operation name="getUsageExceptions">
|
1598
|
+
<wsdl:input message="axis2:getUsageExceptionsRequest" wsaw:Action="urn:getUsageExceptions"/>
|
1599
|
+
<wsdl:output message="axis2:getUsageExceptionsResponse" wsaw:Action="urn:getUsageExceptionsResponse"/>
|
1600
|
+
<wsdl:fault message="axis2:BaseException" name="BaseException" wsaw:Action="urn:getUsageExceptionsBaseException"/>
|
1601
|
+
<wsdl:fault message="axis2:SecurityException" name="SecurityException" wsaw:Action="urn:getUsageExceptionsSecurityException"/>
|
1602
|
+
<wsdl:fault message="axis2:SystemException" name="SystemException" wsaw:Action="urn:getUsageExceptionsSystemException"/>
|
1603
|
+
<wsdl:fault message="axis2:ApiException" name="ApiException" wsaw:Action="urn:getUsageExceptionsApiException"/>
|
1604
|
+
</wsdl:operation>
|
1605
|
+
<wsdl:operation name="findCustomersAging">
|
1606
|
+
<wsdl:input message="axis2:findCustomersAgingRequest" wsaw:Action="urn:findCustomersAging"/>
|
1607
|
+
<wsdl:output message="axis2:findCustomersAgingResponse" wsaw:Action="urn:findCustomersAgingResponse"/>
|
1608
|
+
<wsdl:fault message="axis2:BaseException" name="BaseException" wsaw:Action="urn:findCustomersAgingBaseException"/>
|
1609
|
+
<wsdl:fault message="axis2:SecurityException" name="SecurityException" wsaw:Action="urn:findCustomersAgingSecurityException"/>
|
1610
|
+
<wsdl:fault message="axis2:SystemException" name="SystemException" wsaw:Action="urn:findCustomersAgingSystemException"/>
|
1611
|
+
<wsdl:fault message="axis2:ApiException" name="ApiException" wsaw:Action="urn:findCustomersAgingApiException"/>
|
1612
|
+
</wsdl:operation>
|
1613
|
+
<wsdl:operation name="findReportById">
|
1614
|
+
<wsdl:input message="axis2:findReportByIdRequest" wsaw:Action="urn:findReportById"/>
|
1615
|
+
<wsdl:output message="axis2:findReportByIdResponse" wsaw:Action="urn:findReportByIdResponse"/>
|
1616
|
+
<wsdl:fault message="axis2:BaseException" name="BaseException" wsaw:Action="urn:findReportByIdBaseException"/>
|
1617
|
+
<wsdl:fault message="axis2:SecurityException" name="SecurityException" wsaw:Action="urn:findReportByIdSecurityException"/>
|
1618
|
+
<wsdl:fault message="axis2:SystemException" name="SystemException" wsaw:Action="urn:findReportByIdSystemException"/>
|
1619
|
+
<wsdl:fault message="axis2:ApiException" name="ApiException" wsaw:Action="urn:findReportByIdApiException"/>
|
1620
|
+
</wsdl:operation>
|
1621
|
+
<wsdl:operation name="postPayment2">
|
1622
|
+
<wsdl:input message="axis2:postPayment2Request" wsaw:Action="urn:postPayment2"/>
|
1623
|
+
<wsdl:output message="axis2:postPayment2Response" wsaw:Action="urn:postPayment2Response"/>
|
1624
|
+
<wsdl:fault message="axis2:BaseException" name="BaseException" wsaw:Action="urn:postPayment2BaseException"/>
|
1625
|
+
<wsdl:fault message="axis2:SecurityException" name="SecurityException" wsaw:Action="urn:postPayment2SecurityException"/>
|
1626
|
+
<wsdl:fault message="axis2:SystemException" name="SystemException" wsaw:Action="urn:postPayment2SystemException"/>
|
1627
|
+
<wsdl:fault message="axis2:ApiException" name="ApiException" wsaw:Action="urn:postPayment2ApiException"/>
|
1628
|
+
</wsdl:operation>
|
1629
|
+
<wsdl:operation name="getUsage">
|
1630
|
+
<wsdl:input message="axis2:getUsageRequest" wsaw:Action="urn:getUsage"/>
|
1631
|
+
<wsdl:output message="axis2:getUsageResponse" wsaw:Action="urn:getUsageResponse"/>
|
1632
|
+
<wsdl:fault message="axis2:BaseException" name="BaseException" wsaw:Action="urn:getUsageBaseException"/>
|
1633
|
+
<wsdl:fault message="axis2:SecurityException" name="SecurityException" wsaw:Action="urn:getUsageSecurityException"/>
|
1634
|
+
<wsdl:fault message="axis2:SystemException" name="SystemException" wsaw:Action="urn:getUsageSystemException"/>
|
1635
|
+
<wsdl:fault message="axis2:ApiException" name="ApiException" wsaw:Action="urn:getUsageApiException"/>
|
1636
|
+
</wsdl:operation>
|
1637
|
+
<wsdl:operation name="addServiceWithBillingOverride">
|
1638
|
+
<wsdl:input message="axis2:addServiceWithBillingOverrideRequest" wsaw:Action="urn:addServiceWithBillingOverride"/>
|
1639
|
+
<wsdl:output message="axis2:addServiceWithBillingOverrideResponse" wsaw:Action="urn:addServiceWithBillingOverrideResponse"/>
|
1640
|
+
<wsdl:fault message="axis2:BaseException" name="BaseException" wsaw:Action="urn:addServiceWithBillingOverrideBaseException"/>
|
1641
|
+
<wsdl:fault message="axis2:SecurityException" name="SecurityException" wsaw:Action="urn:addServiceWithBillingOverrideSecurityException"/>
|
1642
|
+
<wsdl:fault message="axis2:SystemException" name="SystemException" wsaw:Action="urn:addServiceWithBillingOverrideSystemException"/>
|
1643
|
+
<wsdl:fault message="axis2:ApiException" name="ApiException" wsaw:Action="urn:addServiceWithBillingOverrideApiException"/>
|
1644
|
+
</wsdl:operation>
|
1645
|
+
<wsdl:operation name="getVersion">
|
1646
|
+
<wsdl:input message="axis2:getVersionRequest" wsaw:Action="urn:getVersion"/>
|
1647
|
+
<wsdl:output message="axis2:getVersionResponse" wsaw:Action="urn:getVersionResponse"/>
|
1648
|
+
</wsdl:operation>
|
1649
|
+
<wsdl:operation name="findLastReport">
|
1650
|
+
<wsdl:input message="axis2:findLastReportRequest" wsaw:Action="urn:findLastReport"/>
|
1651
|
+
<wsdl:output message="axis2:findLastReportResponse" wsaw:Action="urn:findLastReportResponse"/>
|
1652
|
+
<wsdl:fault message="axis2:BaseException" name="BaseException" wsaw:Action="urn:findLastReportBaseException"/>
|
1653
|
+
<wsdl:fault message="axis2:SecurityException" name="SecurityException" wsaw:Action="urn:findLastReportSecurityException"/>
|
1654
|
+
<wsdl:fault message="axis2:SystemException" name="SystemException" wsaw:Action="urn:findLastReportSystemException"/>
|
1655
|
+
<wsdl:fault message="axis2:ApiException" name="ApiException" wsaw:Action="urn:findLastReportApiException"/>
|
1656
|
+
</wsdl:operation>
|
1657
|
+
<wsdl:operation name="postCharge">
|
1658
|
+
<wsdl:input message="axis2:postChargeRequest" wsaw:Action="urn:postCharge"/>
|
1659
|
+
<wsdl:output message="axis2:postChargeResponse" wsaw:Action="urn:postChargeResponse"/>
|
1660
|
+
<wsdl:fault message="axis2:BaseException" name="BaseException" wsaw:Action="urn:postChargeBaseException"/>
|
1661
|
+
<wsdl:fault message="axis2:SecurityException" name="SecurityException" wsaw:Action="urn:postChargeSecurityException"/>
|
1662
|
+
<wsdl:fault message="axis2:SystemException" name="SystemException" wsaw:Action="urn:postChargeSystemException"/>
|
1663
|
+
<wsdl:fault message="axis2:ApiException" name="ApiException" wsaw:Action="urn:postChargeApiException"/>
|
1664
|
+
</wsdl:operation>
|
1665
|
+
<wsdl:operation name="getNextCustomerNumber">
|
1666
|
+
<wsdl:input message="axis2:getNextCustomerNumberRequest" wsaw:Action="urn:getNextCustomerNumber"/>
|
1667
|
+
<wsdl:output message="axis2:getNextCustomerNumberResponse" wsaw:Action="urn:getNextCustomerNumberResponse"/>
|
1668
|
+
<wsdl:fault message="axis2:BaseException" name="BaseException" wsaw:Action="urn:getNextCustomerNumberBaseException"/>
|
1669
|
+
<wsdl:fault message="axis2:SecurityException" name="SecurityException" wsaw:Action="urn:getNextCustomerNumberSecurityException"/>
|
1670
|
+
<wsdl:fault message="axis2:SystemException" name="SystemException" wsaw:Action="urn:getNextCustomerNumberSystemException"/>
|
1671
|
+
<wsdl:fault message="axis2:ApiException" name="ApiException" wsaw:Action="urn:getNextCustomerNumberApiException"/>
|
1672
|
+
</wsdl:operation>
|
1673
|
+
<wsdl:operation name="modifyCustomer">
|
1674
|
+
<wsdl:input message="axis2:modifyCustomerRequest" wsaw:Action="urn:modifyCustomer"/>
|
1675
|
+
<wsdl:output message="axis2:modifyCustomerResponse" wsaw:Action="urn:modifyCustomerResponse"/>
|
1676
|
+
<wsdl:fault message="axis2:BaseException" name="BaseException" wsaw:Action="urn:modifyCustomerBaseException"/>
|
1677
|
+
<wsdl:fault message="axis2:SecurityException" name="SecurityException" wsaw:Action="urn:modifyCustomerSecurityException"/>
|
1678
|
+
<wsdl:fault message="axis2:SystemException" name="SystemException" wsaw:Action="urn:modifyCustomerSystemException"/>
|
1679
|
+
<wsdl:fault message="axis2:ApiException" name="ApiException" wsaw:Action="urn:modifyCustomerApiException"/>
|
1680
|
+
</wsdl:operation>
|
1681
|
+
<wsdl:operation name="modifyPaymentInfo">
|
1682
|
+
<wsdl:input message="axis2:modifyPaymentInfoRequest" wsaw:Action="urn:modifyPaymentInfo"/>
|
1683
|
+
<wsdl:output message="axis2:modifyPaymentInfoResponse" wsaw:Action="urn:modifyPaymentInfoResponse"/>
|
1684
|
+
<wsdl:fault message="axis2:BaseException" name="BaseException" wsaw:Action="urn:modifyPaymentInfoBaseException"/>
|
1685
|
+
<wsdl:fault message="axis2:SecurityException" name="SecurityException" wsaw:Action="urn:modifyPaymentInfoSecurityException"/>
|
1686
|
+
<wsdl:fault message="axis2:SystemException" name="SystemException" wsaw:Action="urn:modifyPaymentInfoSystemException"/>
|
1687
|
+
<wsdl:fault message="axis2:ApiException" name="ApiException" wsaw:Action="urn:modifyPaymentInfoApiException"/>
|
1688
|
+
</wsdl:operation>
|
1689
|
+
<wsdl:operation name="cancelService">
|
1690
|
+
<wsdl:input message="axis2:cancelServiceRequest" wsaw:Action="urn:cancelService"/>
|
1691
|
+
<wsdl:output message="axis2:cancelServiceResponse" wsaw:Action="urn:cancelServiceResponse"/>
|
1692
|
+
<wsdl:fault message="axis2:BaseException" name="BaseException" wsaw:Action="urn:cancelServiceBaseException"/>
|
1693
|
+
<wsdl:fault message="axis2:SecurityException" name="SecurityException" wsaw:Action="urn:cancelServiceSecurityException"/>
|
1694
|
+
<wsdl:fault message="axis2:SystemException" name="SystemException" wsaw:Action="urn:cancelServiceSystemException"/>
|
1695
|
+
<wsdl:fault message="axis2:ApiException" name="ApiException" wsaw:Action="urn:cancelServiceApiException"/>
|
1696
|
+
</wsdl:operation>
|
1697
|
+
<wsdl:operation name="getInvoiceImage">
|
1698
|
+
<wsdl:input message="axis2:getInvoiceImageRequest" wsaw:Action="urn:getInvoiceImage"/>
|
1699
|
+
<wsdl:output message="axis2:getInvoiceImageResponse" wsaw:Action="urn:getInvoiceImageResponse"/>
|
1700
|
+
<wsdl:fault message="axis2:BaseException" name="BaseException" wsaw:Action="urn:getInvoiceImageBaseException"/>
|
1701
|
+
<wsdl:fault message="axis2:SecurityException" name="SecurityException" wsaw:Action="urn:getInvoiceImageSecurityException"/>
|
1702
|
+
<wsdl:fault message="axis2:SystemException" name="SystemException" wsaw:Action="urn:getInvoiceImageSystemException"/>
|
1703
|
+
<wsdl:fault message="axis2:ApiException" name="ApiException" wsaw:Action="urn:getInvoiceImageApiException"/>
|
1704
|
+
</wsdl:operation>
|
1705
|
+
<wsdl:operation name="addPaymentInfo">
|
1706
|
+
<wsdl:input message="axis2:addPaymentInfoRequest" wsaw:Action="urn:addPaymentInfo"/>
|
1707
|
+
<wsdl:output message="axis2:addPaymentInfoResponse" wsaw:Action="urn:addPaymentInfoResponse"/>
|
1708
|
+
<wsdl:fault message="axis2:BaseException" name="BaseException" wsaw:Action="urn:addPaymentInfoBaseException"/>
|
1709
|
+
<wsdl:fault message="axis2:SecurityException" name="SecurityException" wsaw:Action="urn:addPaymentInfoSecurityException"/>
|
1710
|
+
<wsdl:fault message="axis2:SystemException" name="SystemException" wsaw:Action="urn:addPaymentInfoSystemException"/>
|
1711
|
+
<wsdl:fault message="axis2:ApiException" name="ApiException" wsaw:Action="urn:addPaymentInfoApiException"/>
|
1712
|
+
</wsdl:operation>
|
1713
|
+
<wsdl:operation name="findBillingByServiceId">
|
1714
|
+
<wsdl:input message="axis2:findBillingByServiceIdRequest" wsaw:Action="urn:findBillingByServiceId"/>
|
1715
|
+
<wsdl:output message="axis2:findBillingByServiceIdResponse" wsaw:Action="urn:findBillingByServiceIdResponse"/>
|
1716
|
+
<wsdl:fault message="axis2:BaseException" name="BaseException" wsaw:Action="urn:findBillingByServiceIdBaseException"/>
|
1717
|
+
<wsdl:fault message="axis2:SecurityException" name="SecurityException" wsaw:Action="urn:findBillingByServiceIdSecurityException"/>
|
1718
|
+
<wsdl:fault message="axis2:SystemException" name="SystemException" wsaw:Action="urn:findBillingByServiceIdSystemException"/>
|
1719
|
+
<wsdl:fault message="axis2:ApiException" name="ApiException" wsaw:Action="urn:findBillingByServiceIdApiException"/>
|
1720
|
+
</wsdl:operation>
|
1721
|
+
<wsdl:operation name="findReportsByMonthYearType">
|
1722
|
+
<wsdl:input message="axis2:findReportsByMonthYearTypeRequest" wsaw:Action="urn:findReportsByMonthYearType"/>
|
1723
|
+
<wsdl:output message="axis2:findReportsByMonthYearTypeResponse" wsaw:Action="urn:findReportsByMonthYearTypeResponse"/>
|
1724
|
+
<wsdl:fault message="axis2:BaseException" name="BaseException" wsaw:Action="urn:findReportsByMonthYearTypeBaseException"/>
|
1725
|
+
<wsdl:fault message="axis2:SecurityException" name="SecurityException" wsaw:Action="urn:findReportsByMonthYearTypeSecurityException"/>
|
1726
|
+
<wsdl:fault message="axis2:SystemException" name="SystemException" wsaw:Action="urn:findReportsByMonthYearTypeSystemException"/>
|
1727
|
+
<wsdl:fault message="axis2:ApiException" name="ApiException" wsaw:Action="urn:findReportsByMonthYearTypeApiException"/>
|
1728
|
+
</wsdl:operation>
|
1729
|
+
<wsdl:operation name="getNextOrderNumber">
|
1730
|
+
<wsdl:input message="axis2:getNextOrderNumberRequest" wsaw:Action="urn:getNextOrderNumber"/>
|
1731
|
+
<wsdl:output message="axis2:getNextOrderNumberResponse" wsaw:Action="urn:getNextOrderNumberResponse"/>
|
1732
|
+
<wsdl:fault message="axis2:BaseException" name="BaseException" wsaw:Action="urn:getNextOrderNumberBaseException"/>
|
1733
|
+
<wsdl:fault message="axis2:SecurityException" name="SecurityException" wsaw:Action="urn:getNextOrderNumberSecurityException"/>
|
1734
|
+
<wsdl:fault message="axis2:SystemException" name="SystemException" wsaw:Action="urn:getNextOrderNumberSystemException"/>
|
1735
|
+
<wsdl:fault message="axis2:ApiException" name="ApiException" wsaw:Action="urn:getNextOrderNumberApiException"/>
|
1736
|
+
</wsdl:operation>
|
1737
|
+
<wsdl:operation name="findTransactionsByActivityDate">
|
1738
|
+
<wsdl:input message="axis2:findTransactionsByActivityDateRequest" wsaw:Action="urn:findTransactionsByActivityDate"/>
|
1739
|
+
<wsdl:output message="axis2:findTransactionsByActivityDateResponse" wsaw:Action="urn:findTransactionsByActivityDateResponse"/>
|
1740
|
+
<wsdl:fault message="axis2:BaseException" name="BaseException" wsaw:Action="urn:findTransactionsByActivityDateBaseException"/>
|
1741
|
+
<wsdl:fault message="axis2:SecurityException" name="SecurityException" wsaw:Action="urn:findTransactionsByActivityDateSecurityException"/>
|
1742
|
+
<wsdl:fault message="axis2:SystemException" name="SystemException" wsaw:Action="urn:findTransactionsByActivityDateSystemException"/>
|
1743
|
+
<wsdl:fault message="axis2:ApiException" name="ApiException" wsaw:Action="urn:findTransactionsByActivityDateApiException"/>
|
1744
|
+
</wsdl:operation>
|
1745
|
+
<wsdl:operation name="addCustomerEntity">
|
1746
|
+
<wsdl:input message="axis2:addCustomerEntityRequest" wsaw:Action="urn:addCustomerEntity"/>
|
1747
|
+
<wsdl:output message="axis2:addCustomerEntityResponse" wsaw:Action="urn:addCustomerEntityResponse"/>
|
1748
|
+
<wsdl:fault message="axis2:BaseException" name="BaseException" wsaw:Action="urn:addCustomerEntityBaseException"/>
|
1749
|
+
<wsdl:fault message="axis2:SecurityException" name="SecurityException" wsaw:Action="urn:addCustomerEntitySecurityException"/>
|
1750
|
+
<wsdl:fault message="axis2:SystemException" name="SystemException" wsaw:Action="urn:addCustomerEntitySystemException"/>
|
1751
|
+
<wsdl:fault message="axis2:ApiException" name="ApiException" wsaw:Action="urn:addCustomerEntityApiException"/>
|
1752
|
+
</wsdl:operation>
|
1753
|
+
<wsdl:operation name="modifyCreditCard">
|
1754
|
+
<wsdl:input message="axis2:modifyCreditCardRequest" wsaw:Action="urn:modifyCreditCard"/>
|
1755
|
+
<wsdl:output message="axis2:modifyCreditCardResponse" wsaw:Action="urn:modifyCreditCardResponse"/>
|
1756
|
+
<wsdl:fault message="axis2:BaseException" name="BaseException" wsaw:Action="urn:modifyCreditCardBaseException"/>
|
1757
|
+
<wsdl:fault message="axis2:SecurityException" name="SecurityException" wsaw:Action="urn:modifyCreditCardSecurityException"/>
|
1758
|
+
<wsdl:fault message="axis2:SystemException" name="SystemException" wsaw:Action="urn:modifyCreditCardSystemException"/>
|
1759
|
+
<wsdl:fault message="axis2:ApiException" name="ApiException" wsaw:Action="urn:modifyCreditCardApiException"/>
|
1760
|
+
</wsdl:operation>
|
1761
|
+
<wsdl:operation name="postPayment">
|
1762
|
+
<wsdl:input message="axis2:postPaymentRequest" wsaw:Action="urn:postPayment"/>
|
1763
|
+
<wsdl:output message="axis2:postPaymentResponse" wsaw:Action="urn:postPaymentResponse"/>
|
1764
|
+
<wsdl:fault message="axis2:BaseException" name="BaseException" wsaw:Action="urn:postPaymentBaseException"/>
|
1765
|
+
<wsdl:fault message="axis2:SecurityException" name="SecurityException" wsaw:Action="urn:postPaymentSecurityException"/>
|
1766
|
+
<wsdl:fault message="axis2:SystemException" name="SystemException" wsaw:Action="urn:postPaymentSystemException"/>
|
1767
|
+
<wsdl:fault message="axis2:ApiException" name="ApiException" wsaw:Action="urn:postPaymentApiException"/>
|
1768
|
+
</wsdl:operation>
|
1769
|
+
<wsdl:operation name="findReportsByMonthYear">
|
1770
|
+
<wsdl:input message="axis2:findReportsByMonthYearRequest" wsaw:Action="urn:findReportsByMonthYear"/>
|
1771
|
+
<wsdl:output message="axis2:findReportsByMonthYearResponse" wsaw:Action="urn:findReportsByMonthYearResponse"/>
|
1772
|
+
<wsdl:fault message="axis2:BaseException" name="BaseException" wsaw:Action="urn:findReportsByMonthYearBaseException"/>
|
1773
|
+
<wsdl:fault message="axis2:SecurityException" name="SecurityException" wsaw:Action="urn:findReportsByMonthYearSecurityException"/>
|
1774
|
+
<wsdl:fault message="axis2:SystemException" name="SystemException" wsaw:Action="urn:findReportsByMonthYearSystemException"/>
|
1775
|
+
<wsdl:fault message="axis2:ApiException" name="ApiException" wsaw:Action="urn:findReportsByMonthYearApiException"/>
|
1776
|
+
</wsdl:operation>
|
1777
|
+
</wsdl:portType>
|
1778
|
+
<wsdl:binding name="ConnectSmServiceSoap11Binding" type="axis2:ConnectSmServicePortType">
|
1779
|
+
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
|
1780
|
+
<wsdl:operation name="findProducts">
|
1781
|
+
<soap:operation soapAction="urn:findProducts" style="document"/>
|
1782
|
+
<wsdl:input>
|
1783
|
+
<soap:body use="literal"/>
|
1784
|
+
</wsdl:input>
|
1785
|
+
<wsdl:output>
|
1786
|
+
<soap:body use="literal"/>
|
1787
|
+
</wsdl:output>
|
1788
|
+
<wsdl:fault name="SystemException">
|
1789
|
+
<soap:fault use="literal" name="SystemException"/>
|
1790
|
+
</wsdl:fault>
|
1791
|
+
<wsdl:fault name="BaseException">
|
1792
|
+
<soap:fault use="literal" name="BaseException"/>
|
1793
|
+
</wsdl:fault>
|
1794
|
+
<wsdl:fault name="SecurityException">
|
1795
|
+
<soap:fault use="literal" name="SecurityException"/>
|
1796
|
+
</wsdl:fault>
|
1797
|
+
<wsdl:fault name="ApiException">
|
1798
|
+
<soap:fault use="literal" name="ApiException"/>
|
1799
|
+
</wsdl:fault>
|
1800
|
+
</wsdl:operation>
|
1801
|
+
<wsdl:operation name="findCustomer">
|
1802
|
+
<soap:operation soapAction="urn:findCustomer" style="document"/>
|
1803
|
+
<wsdl:input>
|
1804
|
+
<soap:body use="literal"/>
|
1805
|
+
</wsdl:input>
|
1806
|
+
<wsdl:output>
|
1807
|
+
<soap:body use="literal"/>
|
1808
|
+
</wsdl:output>
|
1809
|
+
<wsdl:fault name="SystemException">
|
1810
|
+
<soap:fault use="literal" name="SystemException"/>
|
1811
|
+
</wsdl:fault>
|
1812
|
+
<wsdl:fault name="BaseException">
|
1813
|
+
<soap:fault use="literal" name="BaseException"/>
|
1814
|
+
</wsdl:fault>
|
1815
|
+
<wsdl:fault name="SecurityException">
|
1816
|
+
<soap:fault use="literal" name="SecurityException"/>
|
1817
|
+
</wsdl:fault>
|
1818
|
+
<wsdl:fault name="ApiException">
|
1819
|
+
<soap:fault use="literal" name="ApiException"/>
|
1820
|
+
</wsdl:fault>
|
1821
|
+
</wsdl:operation>
|
1822
|
+
<wsdl:operation name="modifyCustomerEntity">
|
1823
|
+
<soap:operation soapAction="urn:modifyCustomerEntity" style="document"/>
|
1824
|
+
<wsdl:input>
|
1825
|
+
<soap:body use="literal"/>
|
1826
|
+
</wsdl:input>
|
1827
|
+
<wsdl:output>
|
1828
|
+
<soap:body use="literal"/>
|
1829
|
+
</wsdl:output>
|
1830
|
+
<wsdl:fault name="SystemException">
|
1831
|
+
<soap:fault use="literal" name="SystemException"/>
|
1832
|
+
</wsdl:fault>
|
1833
|
+
<wsdl:fault name="BaseException">
|
1834
|
+
<soap:fault use="literal" name="BaseException"/>
|
1835
|
+
</wsdl:fault>
|
1836
|
+
<wsdl:fault name="SecurityException">
|
1837
|
+
<soap:fault use="literal" name="SecurityException"/>
|
1838
|
+
</wsdl:fault>
|
1839
|
+
<wsdl:fault name="ApiException">
|
1840
|
+
<soap:fault use="literal" name="ApiException"/>
|
1841
|
+
</wsdl:fault>
|
1842
|
+
</wsdl:operation>
|
1843
|
+
<wsdl:operation name="uploadUsageEvents">
|
1844
|
+
<soap:operation soapAction="urn:uploadUsageEvents" style="document"/>
|
1845
|
+
<wsdl:input>
|
1846
|
+
<soap:body use="literal"/>
|
1847
|
+
</wsdl:input>
|
1848
|
+
<wsdl:output>
|
1849
|
+
<soap:body use="literal"/>
|
1850
|
+
</wsdl:output>
|
1851
|
+
<wsdl:fault name="SystemException">
|
1852
|
+
<soap:fault use="literal" name="SystemException"/>
|
1853
|
+
</wsdl:fault>
|
1854
|
+
<wsdl:fault name="BaseException">
|
1855
|
+
<soap:fault use="literal" name="BaseException"/>
|
1856
|
+
</wsdl:fault>
|
1857
|
+
<wsdl:fault name="SecurityException">
|
1858
|
+
<soap:fault use="literal" name="SecurityException"/>
|
1859
|
+
</wsdl:fault>
|
1860
|
+
<wsdl:fault name="ApiException">
|
1861
|
+
<soap:fault use="literal" name="ApiException"/>
|
1862
|
+
</wsdl:fault>
|
1863
|
+
</wsdl:operation>
|
1864
|
+
<wsdl:operation name="findReportsByMonthYearCycle">
|
1865
|
+
<soap:operation soapAction="urn:findReportsByMonthYearCycle" style="document"/>
|
1866
|
+
<wsdl:input>
|
1867
|
+
<soap:body use="literal"/>
|
1868
|
+
</wsdl:input>
|
1869
|
+
<wsdl:output>
|
1870
|
+
<soap:body use="literal"/>
|
1871
|
+
</wsdl:output>
|
1872
|
+
<wsdl:fault name="SystemException">
|
1873
|
+
<soap:fault use="literal" name="SystemException"/>
|
1874
|
+
</wsdl:fault>
|
1875
|
+
<wsdl:fault name="BaseException">
|
1876
|
+
<soap:fault use="literal" name="BaseException"/>
|
1877
|
+
</wsdl:fault>
|
1878
|
+
<wsdl:fault name="SecurityException">
|
1879
|
+
<soap:fault use="literal" name="SecurityException"/>
|
1880
|
+
</wsdl:fault>
|
1881
|
+
<wsdl:fault name="ApiException">
|
1882
|
+
<soap:fault use="literal" name="ApiException"/>
|
1883
|
+
</wsdl:fault>
|
1884
|
+
</wsdl:operation>
|
1885
|
+
<wsdl:operation name="findInvoices">
|
1886
|
+
<soap:operation soapAction="urn:findInvoices" style="document"/>
|
1887
|
+
<wsdl:input>
|
1888
|
+
<soap:body use="literal"/>
|
1889
|
+
</wsdl:input>
|
1890
|
+
<wsdl:output>
|
1891
|
+
<soap:body use="literal"/>
|
1892
|
+
</wsdl:output>
|
1893
|
+
<wsdl:fault name="SystemException">
|
1894
|
+
<soap:fault use="literal" name="SystemException"/>
|
1895
|
+
</wsdl:fault>
|
1896
|
+
<wsdl:fault name="BaseException">
|
1897
|
+
<soap:fault use="literal" name="BaseException"/>
|
1898
|
+
</wsdl:fault>
|
1899
|
+
<wsdl:fault name="SecurityException">
|
1900
|
+
<soap:fault use="literal" name="SecurityException"/>
|
1901
|
+
</wsdl:fault>
|
1902
|
+
<wsdl:fault name="ApiException">
|
1903
|
+
<soap:fault use="literal" name="ApiException"/>
|
1904
|
+
</wsdl:fault>
|
1905
|
+
</wsdl:operation>
|
1906
|
+
<wsdl:operation name="addService">
|
1907
|
+
<soap:operation soapAction="urn:addService" style="document"/>
|
1908
|
+
<wsdl:input>
|
1909
|
+
<soap:body use="literal"/>
|
1910
|
+
</wsdl:input>
|
1911
|
+
<wsdl:output>
|
1912
|
+
<soap:body use="literal"/>
|
1913
|
+
</wsdl:output>
|
1914
|
+
<wsdl:fault name="SystemException">
|
1915
|
+
<soap:fault use="literal" name="SystemException"/>
|
1916
|
+
</wsdl:fault>
|
1917
|
+
<wsdl:fault name="BaseException">
|
1918
|
+
<soap:fault use="literal" name="BaseException"/>
|
1919
|
+
</wsdl:fault>
|
1920
|
+
<wsdl:fault name="SecurityException">
|
1921
|
+
<soap:fault use="literal" name="SecurityException"/>
|
1922
|
+
</wsdl:fault>
|
1923
|
+
<wsdl:fault name="ApiException">
|
1924
|
+
<soap:fault use="literal" name="ApiException"/>
|
1925
|
+
</wsdl:fault>
|
1926
|
+
</wsdl:operation>
|
1927
|
+
<wsdl:operation name="addCustomer">
|
1928
|
+
<soap:operation soapAction="urn:addCustomer" style="document"/>
|
1929
|
+
<wsdl:input>
|
1930
|
+
<soap:body use="literal"/>
|
1931
|
+
</wsdl:input>
|
1932
|
+
<wsdl:output>
|
1933
|
+
<soap:body use="literal"/>
|
1934
|
+
</wsdl:output>
|
1935
|
+
<wsdl:fault name="SystemException">
|
1936
|
+
<soap:fault use="literal" name="SystemException"/>
|
1937
|
+
</wsdl:fault>
|
1938
|
+
<wsdl:fault name="BaseException">
|
1939
|
+
<soap:fault use="literal" name="BaseException"/>
|
1940
|
+
</wsdl:fault>
|
1941
|
+
<wsdl:fault name="SecurityException">
|
1942
|
+
<soap:fault use="literal" name="SecurityException"/>
|
1943
|
+
</wsdl:fault>
|
1944
|
+
<wsdl:fault name="ApiException">
|
1945
|
+
<soap:fault use="literal" name="ApiException"/>
|
1946
|
+
</wsdl:fault>
|
1947
|
+
</wsdl:operation>
|
1948
|
+
<wsdl:operation name="createBatch">
|
1949
|
+
<soap:operation soapAction="urn:createBatch" style="document"/>
|
1950
|
+
<wsdl:input>
|
1951
|
+
<soap:body use="literal"/>
|
1952
|
+
</wsdl:input>
|
1953
|
+
<wsdl:output>
|
1954
|
+
<soap:body use="literal"/>
|
1955
|
+
</wsdl:output>
|
1956
|
+
<wsdl:fault name="SystemException">
|
1957
|
+
<soap:fault use="literal" name="SystemException"/>
|
1958
|
+
</wsdl:fault>
|
1959
|
+
<wsdl:fault name="BaseException">
|
1960
|
+
<soap:fault use="literal" name="BaseException"/>
|
1961
|
+
</wsdl:fault>
|
1962
|
+
<wsdl:fault name="SecurityException">
|
1963
|
+
<soap:fault use="literal" name="SecurityException"/>
|
1964
|
+
</wsdl:fault>
|
1965
|
+
<wsdl:fault name="ApiException">
|
1966
|
+
<soap:fault use="literal" name="ApiException"/>
|
1967
|
+
</wsdl:fault>
|
1968
|
+
</wsdl:operation>
|
1969
|
+
<wsdl:operation name="findExpiringCreditCards">
|
1970
|
+
<soap:operation soapAction="urn:findExpiringCreditCards" style="document"/>
|
1971
|
+
<wsdl:input>
|
1972
|
+
<soap:body use="literal"/>
|
1973
|
+
</wsdl:input>
|
1974
|
+
<wsdl:output>
|
1975
|
+
<soap:body use="literal"/>
|
1976
|
+
</wsdl:output>
|
1977
|
+
<wsdl:fault name="SystemException">
|
1978
|
+
<soap:fault use="literal" name="SystemException"/>
|
1979
|
+
</wsdl:fault>
|
1980
|
+
<wsdl:fault name="BaseException">
|
1981
|
+
<soap:fault use="literal" name="BaseException"/>
|
1982
|
+
</wsdl:fault>
|
1983
|
+
<wsdl:fault name="SecurityException">
|
1984
|
+
<soap:fault use="literal" name="SecurityException"/>
|
1985
|
+
</wsdl:fault>
|
1986
|
+
<wsdl:fault name="ApiException">
|
1987
|
+
<soap:fault use="literal" name="ApiException"/>
|
1988
|
+
</wsdl:fault>
|
1989
|
+
</wsdl:operation>
|
1990
|
+
<wsdl:operation name="addCreditCard">
|
1991
|
+
<soap:operation soapAction="urn:addCreditCard" style="document"/>
|
1992
|
+
<wsdl:input>
|
1993
|
+
<soap:body use="literal"/>
|
1994
|
+
</wsdl:input>
|
1995
|
+
<wsdl:output>
|
1996
|
+
<soap:body use="literal"/>
|
1997
|
+
</wsdl:output>
|
1998
|
+
<wsdl:fault name="SystemException">
|
1999
|
+
<soap:fault use="literal" name="SystemException"/>
|
2000
|
+
</wsdl:fault>
|
2001
|
+
<wsdl:fault name="BaseException">
|
2002
|
+
<soap:fault use="literal" name="BaseException"/>
|
2003
|
+
</wsdl:fault>
|
2004
|
+
<wsdl:fault name="SecurityException">
|
2005
|
+
<soap:fault use="literal" name="SecurityException"/>
|
2006
|
+
</wsdl:fault>
|
2007
|
+
<wsdl:fault name="ApiException">
|
2008
|
+
<soap:fault use="literal" name="ApiException"/>
|
2009
|
+
</wsdl:fault>
|
2010
|
+
</wsdl:operation>
|
2011
|
+
<wsdl:operation name="processPayment">
|
2012
|
+
<soap:operation soapAction="urn:processPayment" style="document"/>
|
2013
|
+
<wsdl:input>
|
2014
|
+
<soap:body use="literal"/>
|
2015
|
+
</wsdl:input>
|
2016
|
+
<wsdl:output>
|
2017
|
+
<soap:body use="literal"/>
|
2018
|
+
</wsdl:output>
|
2019
|
+
<wsdl:fault name="SystemException">
|
2020
|
+
<soap:fault use="literal" name="SystemException"/>
|
2021
|
+
</wsdl:fault>
|
2022
|
+
<wsdl:fault name="BaseException">
|
2023
|
+
<soap:fault use="literal" name="BaseException"/>
|
2024
|
+
</wsdl:fault>
|
2025
|
+
<wsdl:fault name="SecurityException">
|
2026
|
+
<soap:fault use="literal" name="SecurityException"/>
|
2027
|
+
</wsdl:fault>
|
2028
|
+
<wsdl:fault name="ApiException">
|
2029
|
+
<soap:fault use="literal" name="ApiException"/>
|
2030
|
+
</wsdl:fault>
|
2031
|
+
</wsdl:operation>
|
2032
|
+
<wsdl:operation name="findReportsByType">
|
2033
|
+
<soap:operation soapAction="urn:findReportsByType" style="document"/>
|
2034
|
+
<wsdl:input>
|
2035
|
+
<soap:body use="literal"/>
|
2036
|
+
</wsdl:input>
|
2037
|
+
<wsdl:output>
|
2038
|
+
<soap:body use="literal"/>
|
2039
|
+
</wsdl:output>
|
2040
|
+
<wsdl:fault name="SystemException">
|
2041
|
+
<soap:fault use="literal" name="SystemException"/>
|
2042
|
+
</wsdl:fault>
|
2043
|
+
<wsdl:fault name="BaseException">
|
2044
|
+
<soap:fault use="literal" name="BaseException"/>
|
2045
|
+
</wsdl:fault>
|
2046
|
+
<wsdl:fault name="SecurityException">
|
2047
|
+
<soap:fault use="literal" name="SecurityException"/>
|
2048
|
+
</wsdl:fault>
|
2049
|
+
<wsdl:fault name="ApiException">
|
2050
|
+
<soap:fault use="literal" name="ApiException"/>
|
2051
|
+
</wsdl:fault>
|
2052
|
+
</wsdl:operation>
|
2053
|
+
<wsdl:operation name="findOpenItems">
|
2054
|
+
<soap:operation soapAction="urn:findOpenItems" style="document"/>
|
2055
|
+
<wsdl:input>
|
2056
|
+
<soap:body use="literal"/>
|
2057
|
+
</wsdl:input>
|
2058
|
+
<wsdl:output>
|
2059
|
+
<soap:body use="literal"/>
|
2060
|
+
</wsdl:output>
|
2061
|
+
<wsdl:fault name="SystemException">
|
2062
|
+
<soap:fault use="literal" name="SystemException"/>
|
2063
|
+
</wsdl:fault>
|
2064
|
+
<wsdl:fault name="BaseException">
|
2065
|
+
<soap:fault use="literal" name="BaseException"/>
|
2066
|
+
</wsdl:fault>
|
2067
|
+
<wsdl:fault name="SecurityException">
|
2068
|
+
<soap:fault use="literal" name="SecurityException"/>
|
2069
|
+
</wsdl:fault>
|
2070
|
+
<wsdl:fault name="ApiException">
|
2071
|
+
<soap:fault use="literal" name="ApiException"/>
|
2072
|
+
</wsdl:fault>
|
2073
|
+
</wsdl:operation>
|
2074
|
+
<wsdl:operation name="findServices">
|
2075
|
+
<soap:operation soapAction="urn:findServices" style="document"/>
|
2076
|
+
<wsdl:input>
|
2077
|
+
<soap:body use="literal"/>
|
2078
|
+
</wsdl:input>
|
2079
|
+
<wsdl:output>
|
2080
|
+
<soap:body use="literal"/>
|
2081
|
+
</wsdl:output>
|
2082
|
+
<wsdl:fault name="SystemException">
|
2083
|
+
<soap:fault use="literal" name="SystemException"/>
|
2084
|
+
</wsdl:fault>
|
2085
|
+
<wsdl:fault name="BaseException">
|
2086
|
+
<soap:fault use="literal" name="BaseException"/>
|
2087
|
+
</wsdl:fault>
|
2088
|
+
<wsdl:fault name="SecurityException">
|
2089
|
+
<soap:fault use="literal" name="SecurityException"/>
|
2090
|
+
</wsdl:fault>
|
2091
|
+
<wsdl:fault name="ApiException">
|
2092
|
+
<soap:fault use="literal" name="ApiException"/>
|
2093
|
+
</wsdl:fault>
|
2094
|
+
</wsdl:operation>
|
2095
|
+
<wsdl:operation name="findCustomerEntity">
|
2096
|
+
<soap:operation soapAction="urn:findCustomerEntity" style="document"/>
|
2097
|
+
<wsdl:input>
|
2098
|
+
<soap:body use="literal"/>
|
2099
|
+
</wsdl:input>
|
2100
|
+
<wsdl:output>
|
2101
|
+
<soap:body use="literal"/>
|
2102
|
+
</wsdl:output>
|
2103
|
+
<wsdl:fault name="SystemException">
|
2104
|
+
<soap:fault use="literal" name="SystemException"/>
|
2105
|
+
</wsdl:fault>
|
2106
|
+
<wsdl:fault name="BaseException">
|
2107
|
+
<soap:fault use="literal" name="BaseException"/>
|
2108
|
+
</wsdl:fault>
|
2109
|
+
<wsdl:fault name="SecurityException">
|
2110
|
+
<soap:fault use="literal" name="SecurityException"/>
|
2111
|
+
</wsdl:fault>
|
2112
|
+
<wsdl:fault name="ApiException">
|
2113
|
+
<soap:fault use="literal" name="ApiException"/>
|
2114
|
+
</wsdl:fault>
|
2115
|
+
</wsdl:operation>
|
2116
|
+
<wsdl:operation name="findPaymentInfo">
|
2117
|
+
<soap:operation soapAction="urn:findPaymentInfo" style="document"/>
|
2118
|
+
<wsdl:input>
|
2119
|
+
<soap:body use="literal"/>
|
2120
|
+
</wsdl:input>
|
2121
|
+
<wsdl:output>
|
2122
|
+
<soap:body use="literal"/>
|
2123
|
+
</wsdl:output>
|
2124
|
+
<wsdl:fault name="SystemException">
|
2125
|
+
<soap:fault use="literal" name="SystemException"/>
|
2126
|
+
</wsdl:fault>
|
2127
|
+
<wsdl:fault name="BaseException">
|
2128
|
+
<soap:fault use="literal" name="BaseException"/>
|
2129
|
+
</wsdl:fault>
|
2130
|
+
<wsdl:fault name="SecurityException">
|
2131
|
+
<soap:fault use="literal" name="SecurityException"/>
|
2132
|
+
</wsdl:fault>
|
2133
|
+
<wsdl:fault name="ApiException">
|
2134
|
+
<soap:fault use="literal" name="ApiException"/>
|
2135
|
+
</wsdl:fault>
|
2136
|
+
</wsdl:operation>
|
2137
|
+
<wsdl:operation name="findTransactions">
|
2138
|
+
<soap:operation soapAction="urn:findTransactions" style="document"/>
|
2139
|
+
<wsdl:input>
|
2140
|
+
<soap:body use="literal"/>
|
2141
|
+
</wsdl:input>
|
2142
|
+
<wsdl:output>
|
2143
|
+
<soap:body use="literal"/>
|
2144
|
+
</wsdl:output>
|
2145
|
+
<wsdl:fault name="SystemException">
|
2146
|
+
<soap:fault use="literal" name="SystemException"/>
|
2147
|
+
</wsdl:fault>
|
2148
|
+
<wsdl:fault name="BaseException">
|
2149
|
+
<soap:fault use="literal" name="BaseException"/>
|
2150
|
+
</wsdl:fault>
|
2151
|
+
<wsdl:fault name="SecurityException">
|
2152
|
+
<soap:fault use="literal" name="SecurityException"/>
|
2153
|
+
</wsdl:fault>
|
2154
|
+
<wsdl:fault name="ApiException">
|
2155
|
+
<soap:fault use="literal" name="ApiException"/>
|
2156
|
+
</wsdl:fault>
|
2157
|
+
</wsdl:operation>
|
2158
|
+
<wsdl:operation name="getCustomerUsageBalance">
|
2159
|
+
<soap:operation soapAction="urn:getCustomerUsageBalance" style="document"/>
|
2160
|
+
<wsdl:input>
|
2161
|
+
<soap:body use="literal"/>
|
2162
|
+
</wsdl:input>
|
2163
|
+
<wsdl:output>
|
2164
|
+
<soap:body use="literal"/>
|
2165
|
+
</wsdl:output>
|
2166
|
+
<wsdl:fault name="SystemException">
|
2167
|
+
<soap:fault use="literal" name="SystemException"/>
|
2168
|
+
</wsdl:fault>
|
2169
|
+
<wsdl:fault name="BaseException">
|
2170
|
+
<soap:fault use="literal" name="BaseException"/>
|
2171
|
+
</wsdl:fault>
|
2172
|
+
<wsdl:fault name="SecurityException">
|
2173
|
+
<soap:fault use="literal" name="SecurityException"/>
|
2174
|
+
</wsdl:fault>
|
2175
|
+
<wsdl:fault name="ApiException">
|
2176
|
+
<soap:fault use="literal" name="ApiException"/>
|
2177
|
+
</wsdl:fault>
|
2178
|
+
</wsdl:operation>
|
2179
|
+
<wsdl:operation name="getUsageExceptions">
|
2180
|
+
<soap:operation soapAction="urn:getUsageExceptions" style="document"/>
|
2181
|
+
<wsdl:input>
|
2182
|
+
<soap:body use="literal"/>
|
2183
|
+
</wsdl:input>
|
2184
|
+
<wsdl:output>
|
2185
|
+
<soap:body use="literal"/>
|
2186
|
+
</wsdl:output>
|
2187
|
+
<wsdl:fault name="SystemException">
|
2188
|
+
<soap:fault use="literal" name="SystemException"/>
|
2189
|
+
</wsdl:fault>
|
2190
|
+
<wsdl:fault name="BaseException">
|
2191
|
+
<soap:fault use="literal" name="BaseException"/>
|
2192
|
+
</wsdl:fault>
|
2193
|
+
<wsdl:fault name="SecurityException">
|
2194
|
+
<soap:fault use="literal" name="SecurityException"/>
|
2195
|
+
</wsdl:fault>
|
2196
|
+
<wsdl:fault name="ApiException">
|
2197
|
+
<soap:fault use="literal" name="ApiException"/>
|
2198
|
+
</wsdl:fault>
|
2199
|
+
</wsdl:operation>
|
2200
|
+
<wsdl:operation name="addCustomerEntityWithPaymentInfo">
|
2201
|
+
<soap:operation soapAction="urn:addCustomerEntityWithPaymentInfo" style="document"/>
|
2202
|
+
<wsdl:input>
|
2203
|
+
<soap:body use="literal"/>
|
2204
|
+
</wsdl:input>
|
2205
|
+
<wsdl:output>
|
2206
|
+
<soap:body use="literal"/>
|
2207
|
+
</wsdl:output>
|
2208
|
+
<wsdl:fault name="SystemException">
|
2209
|
+
<soap:fault use="literal" name="SystemException"/>
|
2210
|
+
</wsdl:fault>
|
2211
|
+
<wsdl:fault name="BaseException">
|
2212
|
+
<soap:fault use="literal" name="BaseException"/>
|
2213
|
+
</wsdl:fault>
|
2214
|
+
<wsdl:fault name="SecurityException">
|
2215
|
+
<soap:fault use="literal" name="SecurityException"/>
|
2216
|
+
</wsdl:fault>
|
2217
|
+
<wsdl:fault name="ApiException">
|
2218
|
+
<soap:fault use="literal" name="ApiException"/>
|
2219
|
+
</wsdl:fault>
|
2220
|
+
</wsdl:operation>
|
2221
|
+
<wsdl:operation name="postPayment2">
|
2222
|
+
<soap:operation soapAction="urn:postPayment2" style="document"/>
|
2223
|
+
<wsdl:input>
|
2224
|
+
<soap:body use="literal"/>
|
2225
|
+
</wsdl:input>
|
2226
|
+
<wsdl:output>
|
2227
|
+
<soap:body use="literal"/>
|
2228
|
+
</wsdl:output>
|
2229
|
+
<wsdl:fault name="SystemException">
|
2230
|
+
<soap:fault use="literal" name="SystemException"/>
|
2231
|
+
</wsdl:fault>
|
2232
|
+
<wsdl:fault name="BaseException">
|
2233
|
+
<soap:fault use="literal" name="BaseException"/>
|
2234
|
+
</wsdl:fault>
|
2235
|
+
<wsdl:fault name="SecurityException">
|
2236
|
+
<soap:fault use="literal" name="SecurityException"/>
|
2237
|
+
</wsdl:fault>
|
2238
|
+
<wsdl:fault name="ApiException">
|
2239
|
+
<soap:fault use="literal" name="ApiException"/>
|
2240
|
+
</wsdl:fault>
|
2241
|
+
</wsdl:operation>
|
2242
|
+
<wsdl:operation name="findReportById">
|
2243
|
+
<soap:operation soapAction="urn:findReportById" style="document"/>
|
2244
|
+
<wsdl:input>
|
2245
|
+
<soap:body use="literal"/>
|
2246
|
+
</wsdl:input>
|
2247
|
+
<wsdl:output>
|
2248
|
+
<soap:body use="literal"/>
|
2249
|
+
</wsdl:output>
|
2250
|
+
<wsdl:fault name="SystemException">
|
2251
|
+
<soap:fault use="literal" name="SystemException"/>
|
2252
|
+
</wsdl:fault>
|
2253
|
+
<wsdl:fault name="BaseException">
|
2254
|
+
<soap:fault use="literal" name="BaseException"/>
|
2255
|
+
</wsdl:fault>
|
2256
|
+
<wsdl:fault name="SecurityException">
|
2257
|
+
<soap:fault use="literal" name="SecurityException"/>
|
2258
|
+
</wsdl:fault>
|
2259
|
+
<wsdl:fault name="ApiException">
|
2260
|
+
<soap:fault use="literal" name="ApiException"/>
|
2261
|
+
</wsdl:fault>
|
2262
|
+
</wsdl:operation>
|
2263
|
+
<wsdl:operation name="findCustomersAging">
|
2264
|
+
<soap:operation soapAction="urn:findCustomersAging" style="document"/>
|
2265
|
+
<wsdl:input>
|
2266
|
+
<soap:body use="literal"/>
|
2267
|
+
</wsdl:input>
|
2268
|
+
<wsdl:output>
|
2269
|
+
<soap:body use="literal"/>
|
2270
|
+
</wsdl:output>
|
2271
|
+
<wsdl:fault name="SystemException">
|
2272
|
+
<soap:fault use="literal" name="SystemException"/>
|
2273
|
+
</wsdl:fault>
|
2274
|
+
<wsdl:fault name="BaseException">
|
2275
|
+
<soap:fault use="literal" name="BaseException"/>
|
2276
|
+
</wsdl:fault>
|
2277
|
+
<wsdl:fault name="SecurityException">
|
2278
|
+
<soap:fault use="literal" name="SecurityException"/>
|
2279
|
+
</wsdl:fault>
|
2280
|
+
<wsdl:fault name="ApiException">
|
2281
|
+
<soap:fault use="literal" name="ApiException"/>
|
2282
|
+
</wsdl:fault>
|
2283
|
+
</wsdl:operation>
|
2284
|
+
<wsdl:operation name="getUsage">
|
2285
|
+
<soap:operation soapAction="urn:getUsage" style="document"/>
|
2286
|
+
<wsdl:input>
|
2287
|
+
<soap:body use="literal"/>
|
2288
|
+
</wsdl:input>
|
2289
|
+
<wsdl:output>
|
2290
|
+
<soap:body use="literal"/>
|
2291
|
+
</wsdl:output>
|
2292
|
+
<wsdl:fault name="SystemException">
|
2293
|
+
<soap:fault use="literal" name="SystemException"/>
|
2294
|
+
</wsdl:fault>
|
2295
|
+
<wsdl:fault name="BaseException">
|
2296
|
+
<soap:fault use="literal" name="BaseException"/>
|
2297
|
+
</wsdl:fault>
|
2298
|
+
<wsdl:fault name="SecurityException">
|
2299
|
+
<soap:fault use="literal" name="SecurityException"/>
|
2300
|
+
</wsdl:fault>
|
2301
|
+
<wsdl:fault name="ApiException">
|
2302
|
+
<soap:fault use="literal" name="ApiException"/>
|
2303
|
+
</wsdl:fault>
|
2304
|
+
</wsdl:operation>
|
2305
|
+
<wsdl:operation name="getVersion">
|
2306
|
+
<soap:operation soapAction="urn:getVersion" style="document"/>
|
2307
|
+
<wsdl:input>
|
2308
|
+
<soap:body use="literal"/>
|
2309
|
+
</wsdl:input>
|
2310
|
+
<wsdl:output>
|
2311
|
+
<soap:body use="literal"/>
|
2312
|
+
</wsdl:output>
|
2313
|
+
</wsdl:operation>
|
2314
|
+
<wsdl:operation name="addServiceWithBillingOverride">
|
2315
|
+
<soap:operation soapAction="urn:addServiceWithBillingOverride" style="document"/>
|
2316
|
+
<wsdl:input>
|
2317
|
+
<soap:body use="literal"/>
|
2318
|
+
</wsdl:input>
|
2319
|
+
<wsdl:output>
|
2320
|
+
<soap:body use="literal"/>
|
2321
|
+
</wsdl:output>
|
2322
|
+
<wsdl:fault name="SystemException">
|
2323
|
+
<soap:fault use="literal" name="SystemException"/>
|
2324
|
+
</wsdl:fault>
|
2325
|
+
<wsdl:fault name="BaseException">
|
2326
|
+
<soap:fault use="literal" name="BaseException"/>
|
2327
|
+
</wsdl:fault>
|
2328
|
+
<wsdl:fault name="SecurityException">
|
2329
|
+
<soap:fault use="literal" name="SecurityException"/>
|
2330
|
+
</wsdl:fault>
|
2331
|
+
<wsdl:fault name="ApiException">
|
2332
|
+
<soap:fault use="literal" name="ApiException"/>
|
2333
|
+
</wsdl:fault>
|
2334
|
+
</wsdl:operation>
|
2335
|
+
<wsdl:operation name="findLastReport">
|
2336
|
+
<soap:operation soapAction="urn:findLastReport" style="document"/>
|
2337
|
+
<wsdl:input>
|
2338
|
+
<soap:body use="literal"/>
|
2339
|
+
</wsdl:input>
|
2340
|
+
<wsdl:output>
|
2341
|
+
<soap:body use="literal"/>
|
2342
|
+
</wsdl:output>
|
2343
|
+
<wsdl:fault name="SystemException">
|
2344
|
+
<soap:fault use="literal" name="SystemException"/>
|
2345
|
+
</wsdl:fault>
|
2346
|
+
<wsdl:fault name="BaseException">
|
2347
|
+
<soap:fault use="literal" name="BaseException"/>
|
2348
|
+
</wsdl:fault>
|
2349
|
+
<wsdl:fault name="SecurityException">
|
2350
|
+
<soap:fault use="literal" name="SecurityException"/>
|
2351
|
+
</wsdl:fault>
|
2352
|
+
<wsdl:fault name="ApiException">
|
2353
|
+
<soap:fault use="literal" name="ApiException"/>
|
2354
|
+
</wsdl:fault>
|
2355
|
+
</wsdl:operation>
|
2356
|
+
<wsdl:operation name="postCharge">
|
2357
|
+
<soap:operation soapAction="urn:postCharge" style="document"/>
|
2358
|
+
<wsdl:input>
|
2359
|
+
<soap:body use="literal"/>
|
2360
|
+
</wsdl:input>
|
2361
|
+
<wsdl:output>
|
2362
|
+
<soap:body use="literal"/>
|
2363
|
+
</wsdl:output>
|
2364
|
+
<wsdl:fault name="SystemException">
|
2365
|
+
<soap:fault use="literal" name="SystemException"/>
|
2366
|
+
</wsdl:fault>
|
2367
|
+
<wsdl:fault name="BaseException">
|
2368
|
+
<soap:fault use="literal" name="BaseException"/>
|
2369
|
+
</wsdl:fault>
|
2370
|
+
<wsdl:fault name="SecurityException">
|
2371
|
+
<soap:fault use="literal" name="SecurityException"/>
|
2372
|
+
</wsdl:fault>
|
2373
|
+
<wsdl:fault name="ApiException">
|
2374
|
+
<soap:fault use="literal" name="ApiException"/>
|
2375
|
+
</wsdl:fault>
|
2376
|
+
</wsdl:operation>
|
2377
|
+
<wsdl:operation name="getNextCustomerNumber">
|
2378
|
+
<soap:operation soapAction="urn:getNextCustomerNumber" style="document"/>
|
2379
|
+
<wsdl:input>
|
2380
|
+
<soap:body use="literal"/>
|
2381
|
+
</wsdl:input>
|
2382
|
+
<wsdl:output>
|
2383
|
+
<soap:body use="literal"/>
|
2384
|
+
</wsdl:output>
|
2385
|
+
<wsdl:fault name="SystemException">
|
2386
|
+
<soap:fault use="literal" name="SystemException"/>
|
2387
|
+
</wsdl:fault>
|
2388
|
+
<wsdl:fault name="BaseException">
|
2389
|
+
<soap:fault use="literal" name="BaseException"/>
|
2390
|
+
</wsdl:fault>
|
2391
|
+
<wsdl:fault name="SecurityException">
|
2392
|
+
<soap:fault use="literal" name="SecurityException"/>
|
2393
|
+
</wsdl:fault>
|
2394
|
+
<wsdl:fault name="ApiException">
|
2395
|
+
<soap:fault use="literal" name="ApiException"/>
|
2396
|
+
</wsdl:fault>
|
2397
|
+
</wsdl:operation>
|
2398
|
+
<wsdl:operation name="cancelService">
|
2399
|
+
<soap:operation soapAction="urn:cancelService" style="document"/>
|
2400
|
+
<wsdl:input>
|
2401
|
+
<soap:body use="literal"/>
|
2402
|
+
</wsdl:input>
|
2403
|
+
<wsdl:output>
|
2404
|
+
<soap:body use="literal"/>
|
2405
|
+
</wsdl:output>
|
2406
|
+
<wsdl:fault name="SystemException">
|
2407
|
+
<soap:fault use="literal" name="SystemException"/>
|
2408
|
+
</wsdl:fault>
|
2409
|
+
<wsdl:fault name="BaseException">
|
2410
|
+
<soap:fault use="literal" name="BaseException"/>
|
2411
|
+
</wsdl:fault>
|
2412
|
+
<wsdl:fault name="SecurityException">
|
2413
|
+
<soap:fault use="literal" name="SecurityException"/>
|
2414
|
+
</wsdl:fault>
|
2415
|
+
<wsdl:fault name="ApiException">
|
2416
|
+
<soap:fault use="literal" name="ApiException"/>
|
2417
|
+
</wsdl:fault>
|
2418
|
+
</wsdl:operation>
|
2419
|
+
<wsdl:operation name="getInvoiceImage">
|
2420
|
+
<soap:operation soapAction="urn:getInvoiceImage" style="document"/>
|
2421
|
+
<wsdl:input>
|
2422
|
+
<soap:body use="literal"/>
|
2423
|
+
</wsdl:input>
|
2424
|
+
<wsdl:output>
|
2425
|
+
<soap:body use="literal"/>
|
2426
|
+
</wsdl:output>
|
2427
|
+
<wsdl:fault name="SystemException">
|
2428
|
+
<soap:fault use="literal" name="SystemException"/>
|
2429
|
+
</wsdl:fault>
|
2430
|
+
<wsdl:fault name="BaseException">
|
2431
|
+
<soap:fault use="literal" name="BaseException"/>
|
2432
|
+
</wsdl:fault>
|
2433
|
+
<wsdl:fault name="SecurityException">
|
2434
|
+
<soap:fault use="literal" name="SecurityException"/>
|
2435
|
+
</wsdl:fault>
|
2436
|
+
<wsdl:fault name="ApiException">
|
2437
|
+
<soap:fault use="literal" name="ApiException"/>
|
2438
|
+
</wsdl:fault>
|
2439
|
+
</wsdl:operation>
|
2440
|
+
<wsdl:operation name="modifyPaymentInfo">
|
2441
|
+
<soap:operation soapAction="urn:modifyPaymentInfo" style="document"/>
|
2442
|
+
<wsdl:input>
|
2443
|
+
<soap:body use="literal"/>
|
2444
|
+
</wsdl:input>
|
2445
|
+
<wsdl:output>
|
2446
|
+
<soap:body use="literal"/>
|
2447
|
+
</wsdl:output>
|
2448
|
+
<wsdl:fault name="SystemException">
|
2449
|
+
<soap:fault use="literal" name="SystemException"/>
|
2450
|
+
</wsdl:fault>
|
2451
|
+
<wsdl:fault name="BaseException">
|
2452
|
+
<soap:fault use="literal" name="BaseException"/>
|
2453
|
+
</wsdl:fault>
|
2454
|
+
<wsdl:fault name="SecurityException">
|
2455
|
+
<soap:fault use="literal" name="SecurityException"/>
|
2456
|
+
</wsdl:fault>
|
2457
|
+
<wsdl:fault name="ApiException">
|
2458
|
+
<soap:fault use="literal" name="ApiException"/>
|
2459
|
+
</wsdl:fault>
|
2460
|
+
</wsdl:operation>
|
2461
|
+
<wsdl:operation name="modifyCustomer">
|
2462
|
+
<soap:operation soapAction="urn:modifyCustomer" style="document"/>
|
2463
|
+
<wsdl:input>
|
2464
|
+
<soap:body use="literal"/>
|
2465
|
+
</wsdl:input>
|
2466
|
+
<wsdl:output>
|
2467
|
+
<soap:body use="literal"/>
|
2468
|
+
</wsdl:output>
|
2469
|
+
<wsdl:fault name="SystemException">
|
2470
|
+
<soap:fault use="literal" name="SystemException"/>
|
2471
|
+
</wsdl:fault>
|
2472
|
+
<wsdl:fault name="BaseException">
|
2473
|
+
<soap:fault use="literal" name="BaseException"/>
|
2474
|
+
</wsdl:fault>
|
2475
|
+
<wsdl:fault name="SecurityException">
|
2476
|
+
<soap:fault use="literal" name="SecurityException"/>
|
2477
|
+
</wsdl:fault>
|
2478
|
+
<wsdl:fault name="ApiException">
|
2479
|
+
<soap:fault use="literal" name="ApiException"/>
|
2480
|
+
</wsdl:fault>
|
2481
|
+
</wsdl:operation>
|
2482
|
+
<wsdl:operation name="addPaymentInfo">
|
2483
|
+
<soap:operation soapAction="urn:addPaymentInfo" style="document"/>
|
2484
|
+
<wsdl:input>
|
2485
|
+
<soap:body use="literal"/>
|
2486
|
+
</wsdl:input>
|
2487
|
+
<wsdl:output>
|
2488
|
+
<soap:body use="literal"/>
|
2489
|
+
</wsdl:output>
|
2490
|
+
<wsdl:fault name="SystemException">
|
2491
|
+
<soap:fault use="literal" name="SystemException"/>
|
2492
|
+
</wsdl:fault>
|
2493
|
+
<wsdl:fault name="BaseException">
|
2494
|
+
<soap:fault use="literal" name="BaseException"/>
|
2495
|
+
</wsdl:fault>
|
2496
|
+
<wsdl:fault name="SecurityException">
|
2497
|
+
<soap:fault use="literal" name="SecurityException"/>
|
2498
|
+
</wsdl:fault>
|
2499
|
+
<wsdl:fault name="ApiException">
|
2500
|
+
<soap:fault use="literal" name="ApiException"/>
|
2501
|
+
</wsdl:fault>
|
2502
|
+
</wsdl:operation>
|
2503
|
+
<wsdl:operation name="getNextOrderNumber">
|
2504
|
+
<soap:operation soapAction="urn:getNextOrderNumber" style="document"/>
|
2505
|
+
<wsdl:input>
|
2506
|
+
<soap:body use="literal"/>
|
2507
|
+
</wsdl:input>
|
2508
|
+
<wsdl:output>
|
2509
|
+
<soap:body use="literal"/>
|
2510
|
+
</wsdl:output>
|
2511
|
+
<wsdl:fault name="SystemException">
|
2512
|
+
<soap:fault use="literal" name="SystemException"/>
|
2513
|
+
</wsdl:fault>
|
2514
|
+
<wsdl:fault name="BaseException">
|
2515
|
+
<soap:fault use="literal" name="BaseException"/>
|
2516
|
+
</wsdl:fault>
|
2517
|
+
<wsdl:fault name="SecurityException">
|
2518
|
+
<soap:fault use="literal" name="SecurityException"/>
|
2519
|
+
</wsdl:fault>
|
2520
|
+
<wsdl:fault name="ApiException">
|
2521
|
+
<soap:fault use="literal" name="ApiException"/>
|
2522
|
+
</wsdl:fault>
|
2523
|
+
</wsdl:operation>
|
2524
|
+
<wsdl:operation name="findReportsByMonthYearType">
|
2525
|
+
<soap:operation soapAction="urn:findReportsByMonthYearType" style="document"/>
|
2526
|
+
<wsdl:input>
|
2527
|
+
<soap:body use="literal"/>
|
2528
|
+
</wsdl:input>
|
2529
|
+
<wsdl:output>
|
2530
|
+
<soap:body use="literal"/>
|
2531
|
+
</wsdl:output>
|
2532
|
+
<wsdl:fault name="SystemException">
|
2533
|
+
<soap:fault use="literal" name="SystemException"/>
|
2534
|
+
</wsdl:fault>
|
2535
|
+
<wsdl:fault name="BaseException">
|
2536
|
+
<soap:fault use="literal" name="BaseException"/>
|
2537
|
+
</wsdl:fault>
|
2538
|
+
<wsdl:fault name="SecurityException">
|
2539
|
+
<soap:fault use="literal" name="SecurityException"/>
|
2540
|
+
</wsdl:fault>
|
2541
|
+
<wsdl:fault name="ApiException">
|
2542
|
+
<soap:fault use="literal" name="ApiException"/>
|
2543
|
+
</wsdl:fault>
|
2544
|
+
</wsdl:operation>
|
2545
|
+
<wsdl:operation name="findBillingByServiceId">
|
2546
|
+
<soap:operation soapAction="urn:findBillingByServiceId" style="document"/>
|
2547
|
+
<wsdl:input>
|
2548
|
+
<soap:body use="literal"/>
|
2549
|
+
</wsdl:input>
|
2550
|
+
<wsdl:output>
|
2551
|
+
<soap:body use="literal"/>
|
2552
|
+
</wsdl:output>
|
2553
|
+
<wsdl:fault name="SystemException">
|
2554
|
+
<soap:fault use="literal" name="SystemException"/>
|
2555
|
+
</wsdl:fault>
|
2556
|
+
<wsdl:fault name="BaseException">
|
2557
|
+
<soap:fault use="literal" name="BaseException"/>
|
2558
|
+
</wsdl:fault>
|
2559
|
+
<wsdl:fault name="SecurityException">
|
2560
|
+
<soap:fault use="literal" name="SecurityException"/>
|
2561
|
+
</wsdl:fault>
|
2562
|
+
<wsdl:fault name="ApiException">
|
2563
|
+
<soap:fault use="literal" name="ApiException"/>
|
2564
|
+
</wsdl:fault>
|
2565
|
+
</wsdl:operation>
|
2566
|
+
<wsdl:operation name="findTransactionsByActivityDate">
|
2567
|
+
<soap:operation soapAction="urn:findTransactionsByActivityDate" style="document"/>
|
2568
|
+
<wsdl:input>
|
2569
|
+
<soap:body use="literal"/>
|
2570
|
+
</wsdl:input>
|
2571
|
+
<wsdl:output>
|
2572
|
+
<soap:body use="literal"/>
|
2573
|
+
</wsdl:output>
|
2574
|
+
<wsdl:fault name="SystemException">
|
2575
|
+
<soap:fault use="literal" name="SystemException"/>
|
2576
|
+
</wsdl:fault>
|
2577
|
+
<wsdl:fault name="BaseException">
|
2578
|
+
<soap:fault use="literal" name="BaseException"/>
|
2579
|
+
</wsdl:fault>
|
2580
|
+
<wsdl:fault name="SecurityException">
|
2581
|
+
<soap:fault use="literal" name="SecurityException"/>
|
2582
|
+
</wsdl:fault>
|
2583
|
+
<wsdl:fault name="ApiException">
|
2584
|
+
<soap:fault use="literal" name="ApiException"/>
|
2585
|
+
</wsdl:fault>
|
2586
|
+
</wsdl:operation>
|
2587
|
+
<wsdl:operation name="addCustomerEntity">
|
2588
|
+
<soap:operation soapAction="urn:addCustomerEntity" style="document"/>
|
2589
|
+
<wsdl:input>
|
2590
|
+
<soap:body use="literal"/>
|
2591
|
+
</wsdl:input>
|
2592
|
+
<wsdl:output>
|
2593
|
+
<soap:body use="literal"/>
|
2594
|
+
</wsdl:output>
|
2595
|
+
<wsdl:fault name="SystemException">
|
2596
|
+
<soap:fault use="literal" name="SystemException"/>
|
2597
|
+
</wsdl:fault>
|
2598
|
+
<wsdl:fault name="BaseException">
|
2599
|
+
<soap:fault use="literal" name="BaseException"/>
|
2600
|
+
</wsdl:fault>
|
2601
|
+
<wsdl:fault name="SecurityException">
|
2602
|
+
<soap:fault use="literal" name="SecurityException"/>
|
2603
|
+
</wsdl:fault>
|
2604
|
+
<wsdl:fault name="ApiException">
|
2605
|
+
<soap:fault use="literal" name="ApiException"/>
|
2606
|
+
</wsdl:fault>
|
2607
|
+
</wsdl:operation>
|
2608
|
+
<wsdl:operation name="postPayment">
|
2609
|
+
<soap:operation soapAction="urn:postPayment" style="document"/>
|
2610
|
+
<wsdl:input>
|
2611
|
+
<soap:body use="literal"/>
|
2612
|
+
</wsdl:input>
|
2613
|
+
<wsdl:output>
|
2614
|
+
<soap:body use="literal"/>
|
2615
|
+
</wsdl:output>
|
2616
|
+
<wsdl:fault name="SystemException">
|
2617
|
+
<soap:fault use="literal" name="SystemException"/>
|
2618
|
+
</wsdl:fault>
|
2619
|
+
<wsdl:fault name="BaseException">
|
2620
|
+
<soap:fault use="literal" name="BaseException"/>
|
2621
|
+
</wsdl:fault>
|
2622
|
+
<wsdl:fault name="SecurityException">
|
2623
|
+
<soap:fault use="literal" name="SecurityException"/>
|
2624
|
+
</wsdl:fault>
|
2625
|
+
<wsdl:fault name="ApiException">
|
2626
|
+
<soap:fault use="literal" name="ApiException"/>
|
2627
|
+
</wsdl:fault>
|
2628
|
+
</wsdl:operation>
|
2629
|
+
<wsdl:operation name="modifyCreditCard">
|
2630
|
+
<soap:operation soapAction="urn:modifyCreditCard" style="document"/>
|
2631
|
+
<wsdl:input>
|
2632
|
+
<soap:body use="literal"/>
|
2633
|
+
</wsdl:input>
|
2634
|
+
<wsdl:output>
|
2635
|
+
<soap:body use="literal"/>
|
2636
|
+
</wsdl:output>
|
2637
|
+
<wsdl:fault name="SystemException">
|
2638
|
+
<soap:fault use="literal" name="SystemException"/>
|
2639
|
+
</wsdl:fault>
|
2640
|
+
<wsdl:fault name="BaseException">
|
2641
|
+
<soap:fault use="literal" name="BaseException"/>
|
2642
|
+
</wsdl:fault>
|
2643
|
+
<wsdl:fault name="SecurityException">
|
2644
|
+
<soap:fault use="literal" name="SecurityException"/>
|
2645
|
+
</wsdl:fault>
|
2646
|
+
<wsdl:fault name="ApiException">
|
2647
|
+
<soap:fault use="literal" name="ApiException"/>
|
2648
|
+
</wsdl:fault>
|
2649
|
+
</wsdl:operation>
|
2650
|
+
<wsdl:operation name="findReportsByMonthYear">
|
2651
|
+
<soap:operation soapAction="urn:findReportsByMonthYear" style="document"/>
|
2652
|
+
<wsdl:input>
|
2653
|
+
<soap:body use="literal"/>
|
2654
|
+
</wsdl:input>
|
2655
|
+
<wsdl:output>
|
2656
|
+
<soap:body use="literal"/>
|
2657
|
+
</wsdl:output>
|
2658
|
+
<wsdl:fault name="SystemException">
|
2659
|
+
<soap:fault use="literal" name="SystemException"/>
|
2660
|
+
</wsdl:fault>
|
2661
|
+
<wsdl:fault name="BaseException">
|
2662
|
+
<soap:fault use="literal" name="BaseException"/>
|
2663
|
+
</wsdl:fault>
|
2664
|
+
<wsdl:fault name="SecurityException">
|
2665
|
+
<soap:fault use="literal" name="SecurityException"/>
|
2666
|
+
</wsdl:fault>
|
2667
|
+
<wsdl:fault name="ApiException">
|
2668
|
+
<soap:fault use="literal" name="ApiException"/>
|
2669
|
+
</wsdl:fault>
|
2670
|
+
</wsdl:operation>
|
2671
|
+
</wsdl:binding>
|
2672
|
+
<wsdl:binding name="ConnectSmServiceSoap12Binding" type="axis2:ConnectSmServicePortType">
|
2673
|
+
<soap12:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
|
2674
|
+
<wsdl:operation name="findProducts">
|
2675
|
+
<soap12:operation soapAction="urn:findProducts" style="document"/>
|
2676
|
+
<wsdl:input>
|
2677
|
+
<soap12:body use="literal"/>
|
2678
|
+
</wsdl:input>
|
2679
|
+
<wsdl:output>
|
2680
|
+
<soap12:body use="literal"/>
|
2681
|
+
</wsdl:output>
|
2682
|
+
<wsdl:fault name="SystemException">
|
2683
|
+
<soap12:fault use="literal" name="SystemException"/>
|
2684
|
+
</wsdl:fault>
|
2685
|
+
<wsdl:fault name="BaseException">
|
2686
|
+
<soap12:fault use="literal" name="BaseException"/>
|
2687
|
+
</wsdl:fault>
|
2688
|
+
<wsdl:fault name="SecurityException">
|
2689
|
+
<soap12:fault use="literal" name="SecurityException"/>
|
2690
|
+
</wsdl:fault>
|
2691
|
+
<wsdl:fault name="ApiException">
|
2692
|
+
<soap12:fault use="literal" name="ApiException"/>
|
2693
|
+
</wsdl:fault>
|
2694
|
+
</wsdl:operation>
|
2695
|
+
<wsdl:operation name="findCustomer">
|
2696
|
+
<soap12:operation soapAction="urn:findCustomer" style="document"/>
|
2697
|
+
<wsdl:input>
|
2698
|
+
<soap12:body use="literal"/>
|
2699
|
+
</wsdl:input>
|
2700
|
+
<wsdl:output>
|
2701
|
+
<soap12:body use="literal"/>
|
2702
|
+
</wsdl:output>
|
2703
|
+
<wsdl:fault name="SystemException">
|
2704
|
+
<soap12:fault use="literal" name="SystemException"/>
|
2705
|
+
</wsdl:fault>
|
2706
|
+
<wsdl:fault name="BaseException">
|
2707
|
+
<soap12:fault use="literal" name="BaseException"/>
|
2708
|
+
</wsdl:fault>
|
2709
|
+
<wsdl:fault name="SecurityException">
|
2710
|
+
<soap12:fault use="literal" name="SecurityException"/>
|
2711
|
+
</wsdl:fault>
|
2712
|
+
<wsdl:fault name="ApiException">
|
2713
|
+
<soap12:fault use="literal" name="ApiException"/>
|
2714
|
+
</wsdl:fault>
|
2715
|
+
</wsdl:operation>
|
2716
|
+
<wsdl:operation name="modifyCustomerEntity">
|
2717
|
+
<soap12:operation soapAction="urn:modifyCustomerEntity" style="document"/>
|
2718
|
+
<wsdl:input>
|
2719
|
+
<soap12:body use="literal"/>
|
2720
|
+
</wsdl:input>
|
2721
|
+
<wsdl:output>
|
2722
|
+
<soap12:body use="literal"/>
|
2723
|
+
</wsdl:output>
|
2724
|
+
<wsdl:fault name="SystemException">
|
2725
|
+
<soap12:fault use="literal" name="SystemException"/>
|
2726
|
+
</wsdl:fault>
|
2727
|
+
<wsdl:fault name="BaseException">
|
2728
|
+
<soap12:fault use="literal" name="BaseException"/>
|
2729
|
+
</wsdl:fault>
|
2730
|
+
<wsdl:fault name="SecurityException">
|
2731
|
+
<soap12:fault use="literal" name="SecurityException"/>
|
2732
|
+
</wsdl:fault>
|
2733
|
+
<wsdl:fault name="ApiException">
|
2734
|
+
<soap12:fault use="literal" name="ApiException"/>
|
2735
|
+
</wsdl:fault>
|
2736
|
+
</wsdl:operation>
|
2737
|
+
<wsdl:operation name="uploadUsageEvents">
|
2738
|
+
<soap12:operation soapAction="urn:uploadUsageEvents" style="document"/>
|
2739
|
+
<wsdl:input>
|
2740
|
+
<soap12:body use="literal"/>
|
2741
|
+
</wsdl:input>
|
2742
|
+
<wsdl:output>
|
2743
|
+
<soap12:body use="literal"/>
|
2744
|
+
</wsdl:output>
|
2745
|
+
<wsdl:fault name="SystemException">
|
2746
|
+
<soap12:fault use="literal" name="SystemException"/>
|
2747
|
+
</wsdl:fault>
|
2748
|
+
<wsdl:fault name="BaseException">
|
2749
|
+
<soap12:fault use="literal" name="BaseException"/>
|
2750
|
+
</wsdl:fault>
|
2751
|
+
<wsdl:fault name="SecurityException">
|
2752
|
+
<soap12:fault use="literal" name="SecurityException"/>
|
2753
|
+
</wsdl:fault>
|
2754
|
+
<wsdl:fault name="ApiException">
|
2755
|
+
<soap12:fault use="literal" name="ApiException"/>
|
2756
|
+
</wsdl:fault>
|
2757
|
+
</wsdl:operation>
|
2758
|
+
<wsdl:operation name="findReportsByMonthYearCycle">
|
2759
|
+
<soap12:operation soapAction="urn:findReportsByMonthYearCycle" style="document"/>
|
2760
|
+
<wsdl:input>
|
2761
|
+
<soap12:body use="literal"/>
|
2762
|
+
</wsdl:input>
|
2763
|
+
<wsdl:output>
|
2764
|
+
<soap12:body use="literal"/>
|
2765
|
+
</wsdl:output>
|
2766
|
+
<wsdl:fault name="SystemException">
|
2767
|
+
<soap12:fault use="literal" name="SystemException"/>
|
2768
|
+
</wsdl:fault>
|
2769
|
+
<wsdl:fault name="BaseException">
|
2770
|
+
<soap12:fault use="literal" name="BaseException"/>
|
2771
|
+
</wsdl:fault>
|
2772
|
+
<wsdl:fault name="SecurityException">
|
2773
|
+
<soap12:fault use="literal" name="SecurityException"/>
|
2774
|
+
</wsdl:fault>
|
2775
|
+
<wsdl:fault name="ApiException">
|
2776
|
+
<soap12:fault use="literal" name="ApiException"/>
|
2777
|
+
</wsdl:fault>
|
2778
|
+
</wsdl:operation>
|
2779
|
+
<wsdl:operation name="findInvoices">
|
2780
|
+
<soap12:operation soapAction="urn:findInvoices" style="document"/>
|
2781
|
+
<wsdl:input>
|
2782
|
+
<soap12:body use="literal"/>
|
2783
|
+
</wsdl:input>
|
2784
|
+
<wsdl:output>
|
2785
|
+
<soap12:body use="literal"/>
|
2786
|
+
</wsdl:output>
|
2787
|
+
<wsdl:fault name="SystemException">
|
2788
|
+
<soap12:fault use="literal" name="SystemException"/>
|
2789
|
+
</wsdl:fault>
|
2790
|
+
<wsdl:fault name="BaseException">
|
2791
|
+
<soap12:fault use="literal" name="BaseException"/>
|
2792
|
+
</wsdl:fault>
|
2793
|
+
<wsdl:fault name="SecurityException">
|
2794
|
+
<soap12:fault use="literal" name="SecurityException"/>
|
2795
|
+
</wsdl:fault>
|
2796
|
+
<wsdl:fault name="ApiException">
|
2797
|
+
<soap12:fault use="literal" name="ApiException"/>
|
2798
|
+
</wsdl:fault>
|
2799
|
+
</wsdl:operation>
|
2800
|
+
<wsdl:operation name="addService">
|
2801
|
+
<soap12:operation soapAction="urn:addService" style="document"/>
|
2802
|
+
<wsdl:input>
|
2803
|
+
<soap12:body use="literal"/>
|
2804
|
+
</wsdl:input>
|
2805
|
+
<wsdl:output>
|
2806
|
+
<soap12:body use="literal"/>
|
2807
|
+
</wsdl:output>
|
2808
|
+
<wsdl:fault name="SystemException">
|
2809
|
+
<soap12:fault use="literal" name="SystemException"/>
|
2810
|
+
</wsdl:fault>
|
2811
|
+
<wsdl:fault name="BaseException">
|
2812
|
+
<soap12:fault use="literal" name="BaseException"/>
|
2813
|
+
</wsdl:fault>
|
2814
|
+
<wsdl:fault name="SecurityException">
|
2815
|
+
<soap12:fault use="literal" name="SecurityException"/>
|
2816
|
+
</wsdl:fault>
|
2817
|
+
<wsdl:fault name="ApiException">
|
2818
|
+
<soap12:fault use="literal" name="ApiException"/>
|
2819
|
+
</wsdl:fault>
|
2820
|
+
</wsdl:operation>
|
2821
|
+
<wsdl:operation name="addCustomer">
|
2822
|
+
<soap12:operation soapAction="urn:addCustomer" style="document"/>
|
2823
|
+
<wsdl:input>
|
2824
|
+
<soap12:body use="literal"/>
|
2825
|
+
</wsdl:input>
|
2826
|
+
<wsdl:output>
|
2827
|
+
<soap12:body use="literal"/>
|
2828
|
+
</wsdl:output>
|
2829
|
+
<wsdl:fault name="SystemException">
|
2830
|
+
<soap12:fault use="literal" name="SystemException"/>
|
2831
|
+
</wsdl:fault>
|
2832
|
+
<wsdl:fault name="BaseException">
|
2833
|
+
<soap12:fault use="literal" name="BaseException"/>
|
2834
|
+
</wsdl:fault>
|
2835
|
+
<wsdl:fault name="SecurityException">
|
2836
|
+
<soap12:fault use="literal" name="SecurityException"/>
|
2837
|
+
</wsdl:fault>
|
2838
|
+
<wsdl:fault name="ApiException">
|
2839
|
+
<soap12:fault use="literal" name="ApiException"/>
|
2840
|
+
</wsdl:fault>
|
2841
|
+
</wsdl:operation>
|
2842
|
+
<wsdl:operation name="createBatch">
|
2843
|
+
<soap12:operation soapAction="urn:createBatch" style="document"/>
|
2844
|
+
<wsdl:input>
|
2845
|
+
<soap12:body use="literal"/>
|
2846
|
+
</wsdl:input>
|
2847
|
+
<wsdl:output>
|
2848
|
+
<soap12:body use="literal"/>
|
2849
|
+
</wsdl:output>
|
2850
|
+
<wsdl:fault name="SystemException">
|
2851
|
+
<soap12:fault use="literal" name="SystemException"/>
|
2852
|
+
</wsdl:fault>
|
2853
|
+
<wsdl:fault name="BaseException">
|
2854
|
+
<soap12:fault use="literal" name="BaseException"/>
|
2855
|
+
</wsdl:fault>
|
2856
|
+
<wsdl:fault name="SecurityException">
|
2857
|
+
<soap12:fault use="literal" name="SecurityException"/>
|
2858
|
+
</wsdl:fault>
|
2859
|
+
<wsdl:fault name="ApiException">
|
2860
|
+
<soap12:fault use="literal" name="ApiException"/>
|
2861
|
+
</wsdl:fault>
|
2862
|
+
</wsdl:operation>
|
2863
|
+
<wsdl:operation name="findExpiringCreditCards">
|
2864
|
+
<soap12:operation soapAction="urn:findExpiringCreditCards" style="document"/>
|
2865
|
+
<wsdl:input>
|
2866
|
+
<soap12:body use="literal"/>
|
2867
|
+
</wsdl:input>
|
2868
|
+
<wsdl:output>
|
2869
|
+
<soap12:body use="literal"/>
|
2870
|
+
</wsdl:output>
|
2871
|
+
<wsdl:fault name="SystemException">
|
2872
|
+
<soap12:fault use="literal" name="SystemException"/>
|
2873
|
+
</wsdl:fault>
|
2874
|
+
<wsdl:fault name="BaseException">
|
2875
|
+
<soap12:fault use="literal" name="BaseException"/>
|
2876
|
+
</wsdl:fault>
|
2877
|
+
<wsdl:fault name="SecurityException">
|
2878
|
+
<soap12:fault use="literal" name="SecurityException"/>
|
2879
|
+
</wsdl:fault>
|
2880
|
+
<wsdl:fault name="ApiException">
|
2881
|
+
<soap12:fault use="literal" name="ApiException"/>
|
2882
|
+
</wsdl:fault>
|
2883
|
+
</wsdl:operation>
|
2884
|
+
<wsdl:operation name="addCreditCard">
|
2885
|
+
<soap12:operation soapAction="urn:addCreditCard" style="document"/>
|
2886
|
+
<wsdl:input>
|
2887
|
+
<soap12:body use="literal"/>
|
2888
|
+
</wsdl:input>
|
2889
|
+
<wsdl:output>
|
2890
|
+
<soap12:body use="literal"/>
|
2891
|
+
</wsdl:output>
|
2892
|
+
<wsdl:fault name="SystemException">
|
2893
|
+
<soap12:fault use="literal" name="SystemException"/>
|
2894
|
+
</wsdl:fault>
|
2895
|
+
<wsdl:fault name="BaseException">
|
2896
|
+
<soap12:fault use="literal" name="BaseException"/>
|
2897
|
+
</wsdl:fault>
|
2898
|
+
<wsdl:fault name="SecurityException">
|
2899
|
+
<soap12:fault use="literal" name="SecurityException"/>
|
2900
|
+
</wsdl:fault>
|
2901
|
+
<wsdl:fault name="ApiException">
|
2902
|
+
<soap12:fault use="literal" name="ApiException"/>
|
2903
|
+
</wsdl:fault>
|
2904
|
+
</wsdl:operation>
|
2905
|
+
<wsdl:operation name="processPayment">
|
2906
|
+
<soap12:operation soapAction="urn:processPayment" style="document"/>
|
2907
|
+
<wsdl:input>
|
2908
|
+
<soap12:body use="literal"/>
|
2909
|
+
</wsdl:input>
|
2910
|
+
<wsdl:output>
|
2911
|
+
<soap12:body use="literal"/>
|
2912
|
+
</wsdl:output>
|
2913
|
+
<wsdl:fault name="SystemException">
|
2914
|
+
<soap12:fault use="literal" name="SystemException"/>
|
2915
|
+
</wsdl:fault>
|
2916
|
+
<wsdl:fault name="BaseException">
|
2917
|
+
<soap12:fault use="literal" name="BaseException"/>
|
2918
|
+
</wsdl:fault>
|
2919
|
+
<wsdl:fault name="SecurityException">
|
2920
|
+
<soap12:fault use="literal" name="SecurityException"/>
|
2921
|
+
</wsdl:fault>
|
2922
|
+
<wsdl:fault name="ApiException">
|
2923
|
+
<soap12:fault use="literal" name="ApiException"/>
|
2924
|
+
</wsdl:fault>
|
2925
|
+
</wsdl:operation>
|
2926
|
+
<wsdl:operation name="findReportsByType">
|
2927
|
+
<soap12:operation soapAction="urn:findReportsByType" style="document"/>
|
2928
|
+
<wsdl:input>
|
2929
|
+
<soap12:body use="literal"/>
|
2930
|
+
</wsdl:input>
|
2931
|
+
<wsdl:output>
|
2932
|
+
<soap12:body use="literal"/>
|
2933
|
+
</wsdl:output>
|
2934
|
+
<wsdl:fault name="SystemException">
|
2935
|
+
<soap12:fault use="literal" name="SystemException"/>
|
2936
|
+
</wsdl:fault>
|
2937
|
+
<wsdl:fault name="BaseException">
|
2938
|
+
<soap12:fault use="literal" name="BaseException"/>
|
2939
|
+
</wsdl:fault>
|
2940
|
+
<wsdl:fault name="SecurityException">
|
2941
|
+
<soap12:fault use="literal" name="SecurityException"/>
|
2942
|
+
</wsdl:fault>
|
2943
|
+
<wsdl:fault name="ApiException">
|
2944
|
+
<soap12:fault use="literal" name="ApiException"/>
|
2945
|
+
</wsdl:fault>
|
2946
|
+
</wsdl:operation>
|
2947
|
+
<wsdl:operation name="findOpenItems">
|
2948
|
+
<soap12:operation soapAction="urn:findOpenItems" style="document"/>
|
2949
|
+
<wsdl:input>
|
2950
|
+
<soap12:body use="literal"/>
|
2951
|
+
</wsdl:input>
|
2952
|
+
<wsdl:output>
|
2953
|
+
<soap12:body use="literal"/>
|
2954
|
+
</wsdl:output>
|
2955
|
+
<wsdl:fault name="SystemException">
|
2956
|
+
<soap12:fault use="literal" name="SystemException"/>
|
2957
|
+
</wsdl:fault>
|
2958
|
+
<wsdl:fault name="BaseException">
|
2959
|
+
<soap12:fault use="literal" name="BaseException"/>
|
2960
|
+
</wsdl:fault>
|
2961
|
+
<wsdl:fault name="SecurityException">
|
2962
|
+
<soap12:fault use="literal" name="SecurityException"/>
|
2963
|
+
</wsdl:fault>
|
2964
|
+
<wsdl:fault name="ApiException">
|
2965
|
+
<soap12:fault use="literal" name="ApiException"/>
|
2966
|
+
</wsdl:fault>
|
2967
|
+
</wsdl:operation>
|
2968
|
+
<wsdl:operation name="findServices">
|
2969
|
+
<soap12:operation soapAction="urn:findServices" style="document"/>
|
2970
|
+
<wsdl:input>
|
2971
|
+
<soap12:body use="literal"/>
|
2972
|
+
</wsdl:input>
|
2973
|
+
<wsdl:output>
|
2974
|
+
<soap12:body use="literal"/>
|
2975
|
+
</wsdl:output>
|
2976
|
+
<wsdl:fault name="SystemException">
|
2977
|
+
<soap12:fault use="literal" name="SystemException"/>
|
2978
|
+
</wsdl:fault>
|
2979
|
+
<wsdl:fault name="BaseException">
|
2980
|
+
<soap12:fault use="literal" name="BaseException"/>
|
2981
|
+
</wsdl:fault>
|
2982
|
+
<wsdl:fault name="SecurityException">
|
2983
|
+
<soap12:fault use="literal" name="SecurityException"/>
|
2984
|
+
</wsdl:fault>
|
2985
|
+
<wsdl:fault name="ApiException">
|
2986
|
+
<soap12:fault use="literal" name="ApiException"/>
|
2987
|
+
</wsdl:fault>
|
2988
|
+
</wsdl:operation>
|
2989
|
+
<wsdl:operation name="findCustomerEntity">
|
2990
|
+
<soap12:operation soapAction="urn:findCustomerEntity" style="document"/>
|
2991
|
+
<wsdl:input>
|
2992
|
+
<soap12:body use="literal"/>
|
2993
|
+
</wsdl:input>
|
2994
|
+
<wsdl:output>
|
2995
|
+
<soap12:body use="literal"/>
|
2996
|
+
</wsdl:output>
|
2997
|
+
<wsdl:fault name="SystemException">
|
2998
|
+
<soap12:fault use="literal" name="SystemException"/>
|
2999
|
+
</wsdl:fault>
|
3000
|
+
<wsdl:fault name="BaseException">
|
3001
|
+
<soap12:fault use="literal" name="BaseException"/>
|
3002
|
+
</wsdl:fault>
|
3003
|
+
<wsdl:fault name="SecurityException">
|
3004
|
+
<soap12:fault use="literal" name="SecurityException"/>
|
3005
|
+
</wsdl:fault>
|
3006
|
+
<wsdl:fault name="ApiException">
|
3007
|
+
<soap12:fault use="literal" name="ApiException"/>
|
3008
|
+
</wsdl:fault>
|
3009
|
+
</wsdl:operation>
|
3010
|
+
<wsdl:operation name="findPaymentInfo">
|
3011
|
+
<soap12:operation soapAction="urn:findPaymentInfo" style="document"/>
|
3012
|
+
<wsdl:input>
|
3013
|
+
<soap12:body use="literal"/>
|
3014
|
+
</wsdl:input>
|
3015
|
+
<wsdl:output>
|
3016
|
+
<soap12:body use="literal"/>
|
3017
|
+
</wsdl:output>
|
3018
|
+
<wsdl:fault name="SystemException">
|
3019
|
+
<soap12:fault use="literal" name="SystemException"/>
|
3020
|
+
</wsdl:fault>
|
3021
|
+
<wsdl:fault name="BaseException">
|
3022
|
+
<soap12:fault use="literal" name="BaseException"/>
|
3023
|
+
</wsdl:fault>
|
3024
|
+
<wsdl:fault name="SecurityException">
|
3025
|
+
<soap12:fault use="literal" name="SecurityException"/>
|
3026
|
+
</wsdl:fault>
|
3027
|
+
<wsdl:fault name="ApiException">
|
3028
|
+
<soap12:fault use="literal" name="ApiException"/>
|
3029
|
+
</wsdl:fault>
|
3030
|
+
</wsdl:operation>
|
3031
|
+
<wsdl:operation name="findTransactions">
|
3032
|
+
<soap12:operation soapAction="urn:findTransactions" style="document"/>
|
3033
|
+
<wsdl:input>
|
3034
|
+
<soap12:body use="literal"/>
|
3035
|
+
</wsdl:input>
|
3036
|
+
<wsdl:output>
|
3037
|
+
<soap12:body use="literal"/>
|
3038
|
+
</wsdl:output>
|
3039
|
+
<wsdl:fault name="SystemException">
|
3040
|
+
<soap12:fault use="literal" name="SystemException"/>
|
3041
|
+
</wsdl:fault>
|
3042
|
+
<wsdl:fault name="BaseException">
|
3043
|
+
<soap12:fault use="literal" name="BaseException"/>
|
3044
|
+
</wsdl:fault>
|
3045
|
+
<wsdl:fault name="SecurityException">
|
3046
|
+
<soap12:fault use="literal" name="SecurityException"/>
|
3047
|
+
</wsdl:fault>
|
3048
|
+
<wsdl:fault name="ApiException">
|
3049
|
+
<soap12:fault use="literal" name="ApiException"/>
|
3050
|
+
</wsdl:fault>
|
3051
|
+
</wsdl:operation>
|
3052
|
+
<wsdl:operation name="getCustomerUsageBalance">
|
3053
|
+
<soap12:operation soapAction="urn:getCustomerUsageBalance" style="document"/>
|
3054
|
+
<wsdl:input>
|
3055
|
+
<soap12:body use="literal"/>
|
3056
|
+
</wsdl:input>
|
3057
|
+
<wsdl:output>
|
3058
|
+
<soap12:body use="literal"/>
|
3059
|
+
</wsdl:output>
|
3060
|
+
<wsdl:fault name="SystemException">
|
3061
|
+
<soap12:fault use="literal" name="SystemException"/>
|
3062
|
+
</wsdl:fault>
|
3063
|
+
<wsdl:fault name="BaseException">
|
3064
|
+
<soap12:fault use="literal" name="BaseException"/>
|
3065
|
+
</wsdl:fault>
|
3066
|
+
<wsdl:fault name="SecurityException">
|
3067
|
+
<soap12:fault use="literal" name="SecurityException"/>
|
3068
|
+
</wsdl:fault>
|
3069
|
+
<wsdl:fault name="ApiException">
|
3070
|
+
<soap12:fault use="literal" name="ApiException"/>
|
3071
|
+
</wsdl:fault>
|
3072
|
+
</wsdl:operation>
|
3073
|
+
<wsdl:operation name="getUsageExceptions">
|
3074
|
+
<soap12:operation soapAction="urn:getUsageExceptions" style="document"/>
|
3075
|
+
<wsdl:input>
|
3076
|
+
<soap12:body use="literal"/>
|
3077
|
+
</wsdl:input>
|
3078
|
+
<wsdl:output>
|
3079
|
+
<soap12:body use="literal"/>
|
3080
|
+
</wsdl:output>
|
3081
|
+
<wsdl:fault name="SystemException">
|
3082
|
+
<soap12:fault use="literal" name="SystemException"/>
|
3083
|
+
</wsdl:fault>
|
3084
|
+
<wsdl:fault name="BaseException">
|
3085
|
+
<soap12:fault use="literal" name="BaseException"/>
|
3086
|
+
</wsdl:fault>
|
3087
|
+
<wsdl:fault name="SecurityException">
|
3088
|
+
<soap12:fault use="literal" name="SecurityException"/>
|
3089
|
+
</wsdl:fault>
|
3090
|
+
<wsdl:fault name="ApiException">
|
3091
|
+
<soap12:fault use="literal" name="ApiException"/>
|
3092
|
+
</wsdl:fault>
|
3093
|
+
</wsdl:operation>
|
3094
|
+
<wsdl:operation name="addCustomerEntityWithPaymentInfo">
|
3095
|
+
<soap12:operation soapAction="urn:addCustomerEntityWithPaymentInfo" style="document"/>
|
3096
|
+
<wsdl:input>
|
3097
|
+
<soap12:body use="literal"/>
|
3098
|
+
</wsdl:input>
|
3099
|
+
<wsdl:output>
|
3100
|
+
<soap12:body use="literal"/>
|
3101
|
+
</wsdl:output>
|
3102
|
+
<wsdl:fault name="SystemException">
|
3103
|
+
<soap12:fault use="literal" name="SystemException"/>
|
3104
|
+
</wsdl:fault>
|
3105
|
+
<wsdl:fault name="BaseException">
|
3106
|
+
<soap12:fault use="literal" name="BaseException"/>
|
3107
|
+
</wsdl:fault>
|
3108
|
+
<wsdl:fault name="SecurityException">
|
3109
|
+
<soap12:fault use="literal" name="SecurityException"/>
|
3110
|
+
</wsdl:fault>
|
3111
|
+
<wsdl:fault name="ApiException">
|
3112
|
+
<soap12:fault use="literal" name="ApiException"/>
|
3113
|
+
</wsdl:fault>
|
3114
|
+
</wsdl:operation>
|
3115
|
+
<wsdl:operation name="postPayment2">
|
3116
|
+
<soap12:operation soapAction="urn:postPayment2" style="document"/>
|
3117
|
+
<wsdl:input>
|
3118
|
+
<soap12:body use="literal"/>
|
3119
|
+
</wsdl:input>
|
3120
|
+
<wsdl:output>
|
3121
|
+
<soap12:body use="literal"/>
|
3122
|
+
</wsdl:output>
|
3123
|
+
<wsdl:fault name="SystemException">
|
3124
|
+
<soap12:fault use="literal" name="SystemException"/>
|
3125
|
+
</wsdl:fault>
|
3126
|
+
<wsdl:fault name="BaseException">
|
3127
|
+
<soap12:fault use="literal" name="BaseException"/>
|
3128
|
+
</wsdl:fault>
|
3129
|
+
<wsdl:fault name="SecurityException">
|
3130
|
+
<soap12:fault use="literal" name="SecurityException"/>
|
3131
|
+
</wsdl:fault>
|
3132
|
+
<wsdl:fault name="ApiException">
|
3133
|
+
<soap12:fault use="literal" name="ApiException"/>
|
3134
|
+
</wsdl:fault>
|
3135
|
+
</wsdl:operation>
|
3136
|
+
<wsdl:operation name="findReportById">
|
3137
|
+
<soap12:operation soapAction="urn:findReportById" style="document"/>
|
3138
|
+
<wsdl:input>
|
3139
|
+
<soap12:body use="literal"/>
|
3140
|
+
</wsdl:input>
|
3141
|
+
<wsdl:output>
|
3142
|
+
<soap12:body use="literal"/>
|
3143
|
+
</wsdl:output>
|
3144
|
+
<wsdl:fault name="SystemException">
|
3145
|
+
<soap12:fault use="literal" name="SystemException"/>
|
3146
|
+
</wsdl:fault>
|
3147
|
+
<wsdl:fault name="BaseException">
|
3148
|
+
<soap12:fault use="literal" name="BaseException"/>
|
3149
|
+
</wsdl:fault>
|
3150
|
+
<wsdl:fault name="SecurityException">
|
3151
|
+
<soap12:fault use="literal" name="SecurityException"/>
|
3152
|
+
</wsdl:fault>
|
3153
|
+
<wsdl:fault name="ApiException">
|
3154
|
+
<soap12:fault use="literal" name="ApiException"/>
|
3155
|
+
</wsdl:fault>
|
3156
|
+
</wsdl:operation>
|
3157
|
+
<wsdl:operation name="findCustomersAging">
|
3158
|
+
<soap12:operation soapAction="urn:findCustomersAging" style="document"/>
|
3159
|
+
<wsdl:input>
|
3160
|
+
<soap12:body use="literal"/>
|
3161
|
+
</wsdl:input>
|
3162
|
+
<wsdl:output>
|
3163
|
+
<soap12:body use="literal"/>
|
3164
|
+
</wsdl:output>
|
3165
|
+
<wsdl:fault name="SystemException">
|
3166
|
+
<soap12:fault use="literal" name="SystemException"/>
|
3167
|
+
</wsdl:fault>
|
3168
|
+
<wsdl:fault name="BaseException">
|
3169
|
+
<soap12:fault use="literal" name="BaseException"/>
|
3170
|
+
</wsdl:fault>
|
3171
|
+
<wsdl:fault name="SecurityException">
|
3172
|
+
<soap12:fault use="literal" name="SecurityException"/>
|
3173
|
+
</wsdl:fault>
|
3174
|
+
<wsdl:fault name="ApiException">
|
3175
|
+
<soap12:fault use="literal" name="ApiException"/>
|
3176
|
+
</wsdl:fault>
|
3177
|
+
</wsdl:operation>
|
3178
|
+
<wsdl:operation name="getUsage">
|
3179
|
+
<soap12:operation soapAction="urn:getUsage" style="document"/>
|
3180
|
+
<wsdl:input>
|
3181
|
+
<soap12:body use="literal"/>
|
3182
|
+
</wsdl:input>
|
3183
|
+
<wsdl:output>
|
3184
|
+
<soap12:body use="literal"/>
|
3185
|
+
</wsdl:output>
|
3186
|
+
<wsdl:fault name="SystemException">
|
3187
|
+
<soap12:fault use="literal" name="SystemException"/>
|
3188
|
+
</wsdl:fault>
|
3189
|
+
<wsdl:fault name="BaseException">
|
3190
|
+
<soap12:fault use="literal" name="BaseException"/>
|
3191
|
+
</wsdl:fault>
|
3192
|
+
<wsdl:fault name="SecurityException">
|
3193
|
+
<soap12:fault use="literal" name="SecurityException"/>
|
3194
|
+
</wsdl:fault>
|
3195
|
+
<wsdl:fault name="ApiException">
|
3196
|
+
<soap12:fault use="literal" name="ApiException"/>
|
3197
|
+
</wsdl:fault>
|
3198
|
+
</wsdl:operation>
|
3199
|
+
<wsdl:operation name="getVersion">
|
3200
|
+
<soap12:operation soapAction="urn:getVersion" style="document"/>
|
3201
|
+
<wsdl:input>
|
3202
|
+
<soap12:body use="literal"/>
|
3203
|
+
</wsdl:input>
|
3204
|
+
<wsdl:output>
|
3205
|
+
<soap12:body use="literal"/>
|
3206
|
+
</wsdl:output>
|
3207
|
+
</wsdl:operation>
|
3208
|
+
<wsdl:operation name="addServiceWithBillingOverride">
|
3209
|
+
<soap12:operation soapAction="urn:addServiceWithBillingOverride" style="document"/>
|
3210
|
+
<wsdl:input>
|
3211
|
+
<soap12:body use="literal"/>
|
3212
|
+
</wsdl:input>
|
3213
|
+
<wsdl:output>
|
3214
|
+
<soap12:body use="literal"/>
|
3215
|
+
</wsdl:output>
|
3216
|
+
<wsdl:fault name="SystemException">
|
3217
|
+
<soap12:fault use="literal" name="SystemException"/>
|
3218
|
+
</wsdl:fault>
|
3219
|
+
<wsdl:fault name="BaseException">
|
3220
|
+
<soap12:fault use="literal" name="BaseException"/>
|
3221
|
+
</wsdl:fault>
|
3222
|
+
<wsdl:fault name="SecurityException">
|
3223
|
+
<soap12:fault use="literal" name="SecurityException"/>
|
3224
|
+
</wsdl:fault>
|
3225
|
+
<wsdl:fault name="ApiException">
|
3226
|
+
<soap12:fault use="literal" name="ApiException"/>
|
3227
|
+
</wsdl:fault>
|
3228
|
+
</wsdl:operation>
|
3229
|
+
<wsdl:operation name="findLastReport">
|
3230
|
+
<soap12:operation soapAction="urn:findLastReport" style="document"/>
|
3231
|
+
<wsdl:input>
|
3232
|
+
<soap12:body use="literal"/>
|
3233
|
+
</wsdl:input>
|
3234
|
+
<wsdl:output>
|
3235
|
+
<soap12:body use="literal"/>
|
3236
|
+
</wsdl:output>
|
3237
|
+
<wsdl:fault name="SystemException">
|
3238
|
+
<soap12:fault use="literal" name="SystemException"/>
|
3239
|
+
</wsdl:fault>
|
3240
|
+
<wsdl:fault name="BaseException">
|
3241
|
+
<soap12:fault use="literal" name="BaseException"/>
|
3242
|
+
</wsdl:fault>
|
3243
|
+
<wsdl:fault name="SecurityException">
|
3244
|
+
<soap12:fault use="literal" name="SecurityException"/>
|
3245
|
+
</wsdl:fault>
|
3246
|
+
<wsdl:fault name="ApiException">
|
3247
|
+
<soap12:fault use="literal" name="ApiException"/>
|
3248
|
+
</wsdl:fault>
|
3249
|
+
</wsdl:operation>
|
3250
|
+
<wsdl:operation name="postCharge">
|
3251
|
+
<soap12:operation soapAction="urn:postCharge" style="document"/>
|
3252
|
+
<wsdl:input>
|
3253
|
+
<soap12:body use="literal"/>
|
3254
|
+
</wsdl:input>
|
3255
|
+
<wsdl:output>
|
3256
|
+
<soap12:body use="literal"/>
|
3257
|
+
</wsdl:output>
|
3258
|
+
<wsdl:fault name="SystemException">
|
3259
|
+
<soap12:fault use="literal" name="SystemException"/>
|
3260
|
+
</wsdl:fault>
|
3261
|
+
<wsdl:fault name="BaseException">
|
3262
|
+
<soap12:fault use="literal" name="BaseException"/>
|
3263
|
+
</wsdl:fault>
|
3264
|
+
<wsdl:fault name="SecurityException">
|
3265
|
+
<soap12:fault use="literal" name="SecurityException"/>
|
3266
|
+
</wsdl:fault>
|
3267
|
+
<wsdl:fault name="ApiException">
|
3268
|
+
<soap12:fault use="literal" name="ApiException"/>
|
3269
|
+
</wsdl:fault>
|
3270
|
+
</wsdl:operation>
|
3271
|
+
<wsdl:operation name="getNextCustomerNumber">
|
3272
|
+
<soap12:operation soapAction="urn:getNextCustomerNumber" style="document"/>
|
3273
|
+
<wsdl:input>
|
3274
|
+
<soap12:body use="literal"/>
|
3275
|
+
</wsdl:input>
|
3276
|
+
<wsdl:output>
|
3277
|
+
<soap12:body use="literal"/>
|
3278
|
+
</wsdl:output>
|
3279
|
+
<wsdl:fault name="SystemException">
|
3280
|
+
<soap12:fault use="literal" name="SystemException"/>
|
3281
|
+
</wsdl:fault>
|
3282
|
+
<wsdl:fault name="BaseException">
|
3283
|
+
<soap12:fault use="literal" name="BaseException"/>
|
3284
|
+
</wsdl:fault>
|
3285
|
+
<wsdl:fault name="SecurityException">
|
3286
|
+
<soap12:fault use="literal" name="SecurityException"/>
|
3287
|
+
</wsdl:fault>
|
3288
|
+
<wsdl:fault name="ApiException">
|
3289
|
+
<soap12:fault use="literal" name="ApiException"/>
|
3290
|
+
</wsdl:fault>
|
3291
|
+
</wsdl:operation>
|
3292
|
+
<wsdl:operation name="cancelService">
|
3293
|
+
<soap12:operation soapAction="urn:cancelService" style="document"/>
|
3294
|
+
<wsdl:input>
|
3295
|
+
<soap12:body use="literal"/>
|
3296
|
+
</wsdl:input>
|
3297
|
+
<wsdl:output>
|
3298
|
+
<soap12:body use="literal"/>
|
3299
|
+
</wsdl:output>
|
3300
|
+
<wsdl:fault name="SystemException">
|
3301
|
+
<soap12:fault use="literal" name="SystemException"/>
|
3302
|
+
</wsdl:fault>
|
3303
|
+
<wsdl:fault name="BaseException">
|
3304
|
+
<soap12:fault use="literal" name="BaseException"/>
|
3305
|
+
</wsdl:fault>
|
3306
|
+
<wsdl:fault name="SecurityException">
|
3307
|
+
<soap12:fault use="literal" name="SecurityException"/>
|
3308
|
+
</wsdl:fault>
|
3309
|
+
<wsdl:fault name="ApiException">
|
3310
|
+
<soap12:fault use="literal" name="ApiException"/>
|
3311
|
+
</wsdl:fault>
|
3312
|
+
</wsdl:operation>
|
3313
|
+
<wsdl:operation name="getInvoiceImage">
|
3314
|
+
<soap12:operation soapAction="urn:getInvoiceImage" style="document"/>
|
3315
|
+
<wsdl:input>
|
3316
|
+
<soap12:body use="literal"/>
|
3317
|
+
</wsdl:input>
|
3318
|
+
<wsdl:output>
|
3319
|
+
<soap12:body use="literal"/>
|
3320
|
+
</wsdl:output>
|
3321
|
+
<wsdl:fault name="SystemException">
|
3322
|
+
<soap12:fault use="literal" name="SystemException"/>
|
3323
|
+
</wsdl:fault>
|
3324
|
+
<wsdl:fault name="BaseException">
|
3325
|
+
<soap12:fault use="literal" name="BaseException"/>
|
3326
|
+
</wsdl:fault>
|
3327
|
+
<wsdl:fault name="SecurityException">
|
3328
|
+
<soap12:fault use="literal" name="SecurityException"/>
|
3329
|
+
</wsdl:fault>
|
3330
|
+
<wsdl:fault name="ApiException">
|
3331
|
+
<soap12:fault use="literal" name="ApiException"/>
|
3332
|
+
</wsdl:fault>
|
3333
|
+
</wsdl:operation>
|
3334
|
+
<wsdl:operation name="modifyPaymentInfo">
|
3335
|
+
<soap12:operation soapAction="urn:modifyPaymentInfo" style="document"/>
|
3336
|
+
<wsdl:input>
|
3337
|
+
<soap12:body use="literal"/>
|
3338
|
+
</wsdl:input>
|
3339
|
+
<wsdl:output>
|
3340
|
+
<soap12:body use="literal"/>
|
3341
|
+
</wsdl:output>
|
3342
|
+
<wsdl:fault name="SystemException">
|
3343
|
+
<soap12:fault use="literal" name="SystemException"/>
|
3344
|
+
</wsdl:fault>
|
3345
|
+
<wsdl:fault name="BaseException">
|
3346
|
+
<soap12:fault use="literal" name="BaseException"/>
|
3347
|
+
</wsdl:fault>
|
3348
|
+
<wsdl:fault name="SecurityException">
|
3349
|
+
<soap12:fault use="literal" name="SecurityException"/>
|
3350
|
+
</wsdl:fault>
|
3351
|
+
<wsdl:fault name="ApiException">
|
3352
|
+
<soap12:fault use="literal" name="ApiException"/>
|
3353
|
+
</wsdl:fault>
|
3354
|
+
</wsdl:operation>
|
3355
|
+
<wsdl:operation name="modifyCustomer">
|
3356
|
+
<soap12:operation soapAction="urn:modifyCustomer" style="document"/>
|
3357
|
+
<wsdl:input>
|
3358
|
+
<soap12:body use="literal"/>
|
3359
|
+
</wsdl:input>
|
3360
|
+
<wsdl:output>
|
3361
|
+
<soap12:body use="literal"/>
|
3362
|
+
</wsdl:output>
|
3363
|
+
<wsdl:fault name="SystemException">
|
3364
|
+
<soap12:fault use="literal" name="SystemException"/>
|
3365
|
+
</wsdl:fault>
|
3366
|
+
<wsdl:fault name="BaseException">
|
3367
|
+
<soap12:fault use="literal" name="BaseException"/>
|
3368
|
+
</wsdl:fault>
|
3369
|
+
<wsdl:fault name="SecurityException">
|
3370
|
+
<soap12:fault use="literal" name="SecurityException"/>
|
3371
|
+
</wsdl:fault>
|
3372
|
+
<wsdl:fault name="ApiException">
|
3373
|
+
<soap12:fault use="literal" name="ApiException"/>
|
3374
|
+
</wsdl:fault>
|
3375
|
+
</wsdl:operation>
|
3376
|
+
<wsdl:operation name="addPaymentInfo">
|
3377
|
+
<soap12:operation soapAction="urn:addPaymentInfo" style="document"/>
|
3378
|
+
<wsdl:input>
|
3379
|
+
<soap12:body use="literal"/>
|
3380
|
+
</wsdl:input>
|
3381
|
+
<wsdl:output>
|
3382
|
+
<soap12:body use="literal"/>
|
3383
|
+
</wsdl:output>
|
3384
|
+
<wsdl:fault name="SystemException">
|
3385
|
+
<soap12:fault use="literal" name="SystemException"/>
|
3386
|
+
</wsdl:fault>
|
3387
|
+
<wsdl:fault name="BaseException">
|
3388
|
+
<soap12:fault use="literal" name="BaseException"/>
|
3389
|
+
</wsdl:fault>
|
3390
|
+
<wsdl:fault name="SecurityException">
|
3391
|
+
<soap12:fault use="literal" name="SecurityException"/>
|
3392
|
+
</wsdl:fault>
|
3393
|
+
<wsdl:fault name="ApiException">
|
3394
|
+
<soap12:fault use="literal" name="ApiException"/>
|
3395
|
+
</wsdl:fault>
|
3396
|
+
</wsdl:operation>
|
3397
|
+
<wsdl:operation name="getNextOrderNumber">
|
3398
|
+
<soap12:operation soapAction="urn:getNextOrderNumber" style="document"/>
|
3399
|
+
<wsdl:input>
|
3400
|
+
<soap12:body use="literal"/>
|
3401
|
+
</wsdl:input>
|
3402
|
+
<wsdl:output>
|
3403
|
+
<soap12:body use="literal"/>
|
3404
|
+
</wsdl:output>
|
3405
|
+
<wsdl:fault name="SystemException">
|
3406
|
+
<soap12:fault use="literal" name="SystemException"/>
|
3407
|
+
</wsdl:fault>
|
3408
|
+
<wsdl:fault name="BaseException">
|
3409
|
+
<soap12:fault use="literal" name="BaseException"/>
|
3410
|
+
</wsdl:fault>
|
3411
|
+
<wsdl:fault name="SecurityException">
|
3412
|
+
<soap12:fault use="literal" name="SecurityException"/>
|
3413
|
+
</wsdl:fault>
|
3414
|
+
<wsdl:fault name="ApiException">
|
3415
|
+
<soap12:fault use="literal" name="ApiException"/>
|
3416
|
+
</wsdl:fault>
|
3417
|
+
</wsdl:operation>
|
3418
|
+
<wsdl:operation name="findReportsByMonthYearType">
|
3419
|
+
<soap12:operation soapAction="urn:findReportsByMonthYearType" style="document"/>
|
3420
|
+
<wsdl:input>
|
3421
|
+
<soap12:body use="literal"/>
|
3422
|
+
</wsdl:input>
|
3423
|
+
<wsdl:output>
|
3424
|
+
<soap12:body use="literal"/>
|
3425
|
+
</wsdl:output>
|
3426
|
+
<wsdl:fault name="SystemException">
|
3427
|
+
<soap12:fault use="literal" name="SystemException"/>
|
3428
|
+
</wsdl:fault>
|
3429
|
+
<wsdl:fault name="BaseException">
|
3430
|
+
<soap12:fault use="literal" name="BaseException"/>
|
3431
|
+
</wsdl:fault>
|
3432
|
+
<wsdl:fault name="SecurityException">
|
3433
|
+
<soap12:fault use="literal" name="SecurityException"/>
|
3434
|
+
</wsdl:fault>
|
3435
|
+
<wsdl:fault name="ApiException">
|
3436
|
+
<soap12:fault use="literal" name="ApiException"/>
|
3437
|
+
</wsdl:fault>
|
3438
|
+
</wsdl:operation>
|
3439
|
+
<wsdl:operation name="findBillingByServiceId">
|
3440
|
+
<soap12:operation soapAction="urn:findBillingByServiceId" style="document"/>
|
3441
|
+
<wsdl:input>
|
3442
|
+
<soap12:body use="literal"/>
|
3443
|
+
</wsdl:input>
|
3444
|
+
<wsdl:output>
|
3445
|
+
<soap12:body use="literal"/>
|
3446
|
+
</wsdl:output>
|
3447
|
+
<wsdl:fault name="SystemException">
|
3448
|
+
<soap12:fault use="literal" name="SystemException"/>
|
3449
|
+
</wsdl:fault>
|
3450
|
+
<wsdl:fault name="BaseException">
|
3451
|
+
<soap12:fault use="literal" name="BaseException"/>
|
3452
|
+
</wsdl:fault>
|
3453
|
+
<wsdl:fault name="SecurityException">
|
3454
|
+
<soap12:fault use="literal" name="SecurityException"/>
|
3455
|
+
</wsdl:fault>
|
3456
|
+
<wsdl:fault name="ApiException">
|
3457
|
+
<soap12:fault use="literal" name="ApiException"/>
|
3458
|
+
</wsdl:fault>
|
3459
|
+
</wsdl:operation>
|
3460
|
+
<wsdl:operation name="findTransactionsByActivityDate">
|
3461
|
+
<soap12:operation soapAction="urn:findTransactionsByActivityDate" style="document"/>
|
3462
|
+
<wsdl:input>
|
3463
|
+
<soap12:body use="literal"/>
|
3464
|
+
</wsdl:input>
|
3465
|
+
<wsdl:output>
|
3466
|
+
<soap12:body use="literal"/>
|
3467
|
+
</wsdl:output>
|
3468
|
+
<wsdl:fault name="SystemException">
|
3469
|
+
<soap12:fault use="literal" name="SystemException"/>
|
3470
|
+
</wsdl:fault>
|
3471
|
+
<wsdl:fault name="BaseException">
|
3472
|
+
<soap12:fault use="literal" name="BaseException"/>
|
3473
|
+
</wsdl:fault>
|
3474
|
+
<wsdl:fault name="SecurityException">
|
3475
|
+
<soap12:fault use="literal" name="SecurityException"/>
|
3476
|
+
</wsdl:fault>
|
3477
|
+
<wsdl:fault name="ApiException">
|
3478
|
+
<soap12:fault use="literal" name="ApiException"/>
|
3479
|
+
</wsdl:fault>
|
3480
|
+
</wsdl:operation>
|
3481
|
+
<wsdl:operation name="addCustomerEntity">
|
3482
|
+
<soap12:operation soapAction="urn:addCustomerEntity" style="document"/>
|
3483
|
+
<wsdl:input>
|
3484
|
+
<soap12:body use="literal"/>
|
3485
|
+
</wsdl:input>
|
3486
|
+
<wsdl:output>
|
3487
|
+
<soap12:body use="literal"/>
|
3488
|
+
</wsdl:output>
|
3489
|
+
<wsdl:fault name="SystemException">
|
3490
|
+
<soap12:fault use="literal" name="SystemException"/>
|
3491
|
+
</wsdl:fault>
|
3492
|
+
<wsdl:fault name="BaseException">
|
3493
|
+
<soap12:fault use="literal" name="BaseException"/>
|
3494
|
+
</wsdl:fault>
|
3495
|
+
<wsdl:fault name="SecurityException">
|
3496
|
+
<soap12:fault use="literal" name="SecurityException"/>
|
3497
|
+
</wsdl:fault>
|
3498
|
+
<wsdl:fault name="ApiException">
|
3499
|
+
<soap12:fault use="literal" name="ApiException"/>
|
3500
|
+
</wsdl:fault>
|
3501
|
+
</wsdl:operation>
|
3502
|
+
<wsdl:operation name="postPayment">
|
3503
|
+
<soap12:operation soapAction="urn:postPayment" style="document"/>
|
3504
|
+
<wsdl:input>
|
3505
|
+
<soap12:body use="literal"/>
|
3506
|
+
</wsdl:input>
|
3507
|
+
<wsdl:output>
|
3508
|
+
<soap12:body use="literal"/>
|
3509
|
+
</wsdl:output>
|
3510
|
+
<wsdl:fault name="SystemException">
|
3511
|
+
<soap12:fault use="literal" name="SystemException"/>
|
3512
|
+
</wsdl:fault>
|
3513
|
+
<wsdl:fault name="BaseException">
|
3514
|
+
<soap12:fault use="literal" name="BaseException"/>
|
3515
|
+
</wsdl:fault>
|
3516
|
+
<wsdl:fault name="SecurityException">
|
3517
|
+
<soap12:fault use="literal" name="SecurityException"/>
|
3518
|
+
</wsdl:fault>
|
3519
|
+
<wsdl:fault name="ApiException">
|
3520
|
+
<soap12:fault use="literal" name="ApiException"/>
|
3521
|
+
</wsdl:fault>
|
3522
|
+
</wsdl:operation>
|
3523
|
+
<wsdl:operation name="modifyCreditCard">
|
3524
|
+
<soap12:operation soapAction="urn:modifyCreditCard" style="document"/>
|
3525
|
+
<wsdl:input>
|
3526
|
+
<soap12:body use="literal"/>
|
3527
|
+
</wsdl:input>
|
3528
|
+
<wsdl:output>
|
3529
|
+
<soap12:body use="literal"/>
|
3530
|
+
</wsdl:output>
|
3531
|
+
<wsdl:fault name="SystemException">
|
3532
|
+
<soap12:fault use="literal" name="SystemException"/>
|
3533
|
+
</wsdl:fault>
|
3534
|
+
<wsdl:fault name="BaseException">
|
3535
|
+
<soap12:fault use="literal" name="BaseException"/>
|
3536
|
+
</wsdl:fault>
|
3537
|
+
<wsdl:fault name="SecurityException">
|
3538
|
+
<soap12:fault use="literal" name="SecurityException"/>
|
3539
|
+
</wsdl:fault>
|
3540
|
+
<wsdl:fault name="ApiException">
|
3541
|
+
<soap12:fault use="literal" name="ApiException"/>
|
3542
|
+
</wsdl:fault>
|
3543
|
+
</wsdl:operation>
|
3544
|
+
<wsdl:operation name="findReportsByMonthYear">
|
3545
|
+
<soap12:operation soapAction="urn:findReportsByMonthYear" style="document"/>
|
3546
|
+
<wsdl:input>
|
3547
|
+
<soap12:body use="literal"/>
|
3548
|
+
</wsdl:input>
|
3549
|
+
<wsdl:output>
|
3550
|
+
<soap12:body use="literal"/>
|
3551
|
+
</wsdl:output>
|
3552
|
+
<wsdl:fault name="SystemException">
|
3553
|
+
<soap12:fault use="literal" name="SystemException"/>
|
3554
|
+
</wsdl:fault>
|
3555
|
+
<wsdl:fault name="BaseException">
|
3556
|
+
<soap12:fault use="literal" name="BaseException"/>
|
3557
|
+
</wsdl:fault>
|
3558
|
+
<wsdl:fault name="SecurityException">
|
3559
|
+
<soap12:fault use="literal" name="SecurityException"/>
|
3560
|
+
</wsdl:fault>
|
3561
|
+
<wsdl:fault name="ApiException">
|
3562
|
+
<soap12:fault use="literal" name="ApiException"/>
|
3563
|
+
</wsdl:fault>
|
3564
|
+
</wsdl:operation>
|
3565
|
+
</wsdl:binding>
|
3566
|
+
<wsdl:service name="ConnectSmService">
|
3567
|
+
<wsdl:port name="ConnectSmServiceHttpSoap11Endpoint" binding="axis2:ConnectSmServiceSoap11Binding">
|
3568
|
+
<soap:address location="http://cwa021.connect4billing.com:8080/axis2/services/ConnectSmService.ConnectSmServiceHttpSoap11Endpoint/"/>
|
3569
|
+
</wsdl:port>
|
3570
|
+
<wsdl:port name="ConnectSmServiceHttpSoap12Endpoint" binding="axis2:ConnectSmServiceSoap12Binding">
|
3571
|
+
<soap12:address location="http://cwa021.connect4billing.com:8080/axis2/services/ConnectSmService.ConnectSmServiceHttpSoap12Endpoint/"/>
|
3572
|
+
</wsdl:port>
|
3573
|
+
</wsdl:service>
|
3574
|
+
</wsdl:definitions>
|