tax_cloud 0.5.0 → 0.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +14 -10
- data/lib/tax_cloud/address.rb +3 -1
- data/lib/tax_cloud/version.rb +1 -1
- data/test/cassettes/verify_bad_address.yml +772 -769
- data/test/cassettes/verify_good_address_with_rdi.yml +1650 -0
- data/test/test_address.rb +15 -0
- metadata +3 -2
@@ -0,0 +1,1650 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: https://api.taxcloud.com/1.0/?wsdl
|
6
|
+
body:
|
7
|
+
encoding: UTF-8
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
User-Agent:
|
11
|
+
- HTTPClient/1.0 (2.8.3, ruby 3.2.2 (2023-03-30))
|
12
|
+
Accept:
|
13
|
+
- "*/*"
|
14
|
+
Date:
|
15
|
+
- Tue, 12 Dec 2023 14:19:26 GMT
|
16
|
+
response:
|
17
|
+
status:
|
18
|
+
code: 200
|
19
|
+
message: OK
|
20
|
+
headers:
|
21
|
+
Content-Length:
|
22
|
+
- '121706'
|
23
|
+
Content-Type:
|
24
|
+
- text/xml; charset=utf-8
|
25
|
+
Date:
|
26
|
+
- Tue, 12 Dec 2023 14:19:26 GMT
|
27
|
+
Cache-Control:
|
28
|
+
- private, max-age=0
|
29
|
+
Strict-Transport-Sequrity:
|
30
|
+
- max-age=7776000
|
31
|
+
body:
|
32
|
+
encoding: UTF-8
|
33
|
+
string: "<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n<wsdl:definitions xmlns:tm=\"http://microsoft.com/wsdl/mime/textMatching/\"
|
34
|
+
xmlns:soapenc=\"http://schemas.xmlsoap.org/soap/encoding/\" xmlns:mime=\"http://schemas.xmlsoap.org/wsdl/mime/\"
|
35
|
+
xmlns:tns=\"http://taxcloud.net\" xmlns:soap=\"http://schemas.xmlsoap.org/wsdl/soap/\"
|
36
|
+
xmlns:s=\"http://www.w3.org/2001/XMLSchema\" xmlns:soap12=\"http://schemas.xmlsoap.org/wsdl/soap12/\"
|
37
|
+
xmlns:http=\"http://schemas.xmlsoap.org/wsdl/http/\" targetNamespace=\"http://taxcloud.net\"
|
38
|
+
xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">\r\n <wsdl:documentation
|
39
|
+
xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">TaxCloud Web Service</wsdl:documentation>\r\n
|
40
|
+
\ <wsdl:types>\r\n <s:schema elementFormDefault=\"qualified\" targetNamespace=\"http://taxcloud.net\">\r\n
|
41
|
+
\ <s:element name=\"Health\">\r\n <s:complexType />\r\n </s:element>\r\n
|
42
|
+
\ <s:element name=\"HealthResponse\">\r\n <s:complexType>\r\n <s:sequence>\r\n
|
43
|
+
\ <s:element minOccurs=\"1\" maxOccurs=\"1\" name=\"HealthResult\"
|
44
|
+
type=\"tns:HttpStatusCode\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
|
45
|
+
\ </s:element>\r\n <s:simpleType name=\"HttpStatusCode\">\r\n <s:restriction
|
46
|
+
base=\"s:string\">\r\n <s:enumeration value=\"Continue\" />\r\n <s:enumeration
|
47
|
+
value=\"SwitchingProtocols\" />\r\n <s:enumeration value=\"OK\" />\r\n
|
48
|
+
\ <s:enumeration value=\"Created\" />\r\n <s:enumeration
|
49
|
+
value=\"Accepted\" />\r\n <s:enumeration value=\"NonAuthoritativeInformation\"
|
50
|
+
/>\r\n <s:enumeration value=\"NoContent\" />\r\n <s:enumeration
|
51
|
+
value=\"ResetContent\" />\r\n <s:enumeration value=\"PartialContent\"
|
52
|
+
/>\r\n <s:enumeration value=\"MultipleChoices\" />\r\n <s:enumeration
|
53
|
+
value=\"Ambiguous\" />\r\n <s:enumeration value=\"MovedPermanently\"
|
54
|
+
/>\r\n <s:enumeration value=\"Moved\" />\r\n <s:enumeration
|
55
|
+
value=\"Found\" />\r\n <s:enumeration value=\"Redirect\" />\r\n <s:enumeration
|
56
|
+
value=\"SeeOther\" />\r\n <s:enumeration value=\"RedirectMethod\"
|
57
|
+
/>\r\n <s:enumeration value=\"NotModified\" />\r\n <s:enumeration
|
58
|
+
value=\"UseProxy\" />\r\n <s:enumeration value=\"Unused\" />\r\n
|
59
|
+
\ <s:enumeration value=\"TemporaryRedirect\" />\r\n <s:enumeration
|
60
|
+
value=\"RedirectKeepVerb\" />\r\n <s:enumeration value=\"BadRequest\"
|
61
|
+
/>\r\n <s:enumeration value=\"Unauthorized\" />\r\n <s:enumeration
|
62
|
+
value=\"PaymentRequired\" />\r\n <s:enumeration value=\"Forbidden\"
|
63
|
+
/>\r\n <s:enumeration value=\"NotFound\" />\r\n <s:enumeration
|
64
|
+
value=\"MethodNotAllowed\" />\r\n <s:enumeration value=\"NotAcceptable\"
|
65
|
+
/>\r\n <s:enumeration value=\"ProxyAuthenticationRequired\" />\r\n
|
66
|
+
\ <s:enumeration value=\"RequestTimeout\" />\r\n <s:enumeration
|
67
|
+
value=\"Conflict\" />\r\n <s:enumeration value=\"Gone\" />\r\n <s:enumeration
|
68
|
+
value=\"LengthRequired\" />\r\n <s:enumeration value=\"PreconditionFailed\"
|
69
|
+
/>\r\n <s:enumeration value=\"RequestEntityTooLarge\" />\r\n <s:enumeration
|
70
|
+
value=\"RequestUriTooLong\" />\r\n <s:enumeration value=\"UnsupportedMediaType\"
|
71
|
+
/>\r\n <s:enumeration value=\"RequestedRangeNotSatisfiable\" />\r\n
|
72
|
+
\ <s:enumeration value=\"ExpectationFailed\" />\r\n <s:enumeration
|
73
|
+
value=\"UpgradeRequired\" />\r\n <s:enumeration value=\"InternalServerError\"
|
74
|
+
/>\r\n <s:enumeration value=\"NotImplemented\" />\r\n <s:enumeration
|
75
|
+
value=\"BadGateway\" />\r\n <s:enumeration value=\"ServiceUnavailable\"
|
76
|
+
/>\r\n <s:enumeration value=\"GatewayTimeout\" />\r\n <s:enumeration
|
77
|
+
value=\"HttpVersionNotSupported\" />\r\n </s:restriction>\r\n </s:simpleType>\r\n
|
78
|
+
\ <s:element name=\"VerifyAddress\">\r\n <s:complexType>\r\n <s:sequence>\r\n
|
79
|
+
\ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"uspsUserID\"
|
80
|
+
type=\"s:string\" />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
81
|
+
name=\"address1\" type=\"s:string\" />\r\n <s:element minOccurs=\"0\"
|
82
|
+
maxOccurs=\"1\" name=\"address2\" type=\"s:string\" />\r\n <s:element
|
83
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"city\" type=\"s:string\" />\r\n <s:element
|
84
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"state\" type=\"s:string\" />\r\n <s:element
|
85
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"zip5\" type=\"s:string\" />\r\n <s:element
|
86
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"zip4\" type=\"s:string\" />\r\n <s:element
|
87
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"apiLoginID\" type=\"s:string\" />\r\n
|
88
|
+
\ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"apiKey\" type=\"s:string\"
|
89
|
+
/>\r\n </s:sequence>\r\n </s:complexType>\r\n </s:element>\r\n
|
90
|
+
\ <s:element name=\"VerifyAddressResponse\">\r\n <s:complexType>\r\n
|
91
|
+
\ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
92
|
+
name=\"VerifyAddressResult\" type=\"tns:VerifiedAddress\" />\r\n </s:sequence>\r\n
|
93
|
+
\ </s:complexType>\r\n </s:element>\r\n <s:complexType name=\"VerifiedAddress\">\r\n
|
94
|
+
\ <s:complexContent mixed=\"false\">\r\n <s:extension base=\"tns:Address\">\r\n
|
95
|
+
\ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
96
|
+
name=\"rdi\" type=\"s:string\" />\r\n <s:element minOccurs=\"0\"
|
97
|
+
maxOccurs=\"1\" name=\"ErrNumber\" type=\"s:string\" />\r\n <s:element
|
98
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"ErrDescription\" type=\"s:string\"
|
99
|
+
/>\r\n </s:sequence>\r\n </s:extension>\r\n </s:complexContent>\r\n
|
100
|
+
\ </s:complexType>\r\n <s:complexType name=\"Address\">\r\n <s:sequence>\r\n
|
101
|
+
\ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"Address1\" type=\"s:string\"
|
102
|
+
/>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"Address2\"
|
103
|
+
type=\"s:string\" />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
104
|
+
name=\"City\" type=\"s:string\" />\r\n <s:element minOccurs=\"0\"
|
105
|
+
maxOccurs=\"1\" name=\"State\" type=\"s:string\" />\r\n <s:element
|
106
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"Zip5\" type=\"s:string\" />\r\n <s:element
|
107
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"Zip4\" type=\"s:string\" />\r\n </s:sequence>\r\n
|
108
|
+
\ </s:complexType>\r\n <s:element name=\"LookupForDate\">\r\n <s:complexType>\r\n
|
109
|
+
\ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
110
|
+
name=\"apiLoginID\" type=\"s:string\" />\r\n <s:element minOccurs=\"0\"
|
111
|
+
maxOccurs=\"1\" name=\"apiKey\" type=\"s:string\" />\r\n <s:element
|
112
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"customerID\" type=\"s:string\" />\r\n
|
113
|
+
\ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"cartID\" type=\"s:string\"
|
114
|
+
/>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"cartItems\"
|
115
|
+
type=\"tns:ArrayOfCartItem\" />\r\n <s:element minOccurs=\"0\"
|
116
|
+
maxOccurs=\"1\" name=\"origin\" type=\"tns:Address\" />\r\n <s:element
|
117
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"destination\" type=\"tns:Address\"
|
118
|
+
/>\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\" name=\"useDate\"
|
119
|
+
type=\"s:dateTime\" />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
120
|
+
name=\"exemptCert\" type=\"tns:ExemptionCertificate\" />\r\n <s:element
|
121
|
+
minOccurs=\"1\" maxOccurs=\"1\" name=\"deliveredBySeller\" type=\"s:boolean\"
|
122
|
+
/>\r\n </s:sequence>\r\n </s:complexType>\r\n </s:element>\r\n
|
123
|
+
\ <s:complexType name=\"ArrayOfCartItem\">\r\n <s:sequence>\r\n
|
124
|
+
\ <s:element minOccurs=\"0\" maxOccurs=\"unbounded\" name=\"CartItem\"
|
125
|
+
nillable=\"true\" type=\"tns:CartItem\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
|
126
|
+
\ <s:complexType name=\"CartItem\">\r\n <s:sequence>\r\n <s:element
|
127
|
+
minOccurs=\"1\" maxOccurs=\"1\" name=\"Index\" type=\"s:int\" />\r\n <s:element
|
128
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"ItemID\" type=\"s:string\" />\r\n <s:element
|
129
|
+
minOccurs=\"1\" maxOccurs=\"1\" name=\"TIC\" nillable=\"true\" type=\"s:int\"
|
130
|
+
/>\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\" name=\"Price\"
|
131
|
+
type=\"s:double\" />\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\"
|
132
|
+
name=\"Qty\" type=\"s:float\" />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
133
|
+
name=\"Tax\" type=\"s:string\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
|
134
|
+
\ <s:complexType name=\"ExemptionCertificate\">\r\n <s:sequence>\r\n
|
135
|
+
\ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"CertificateID\"
|
136
|
+
type=\"s:string\" />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
137
|
+
name=\"Detail\" type=\"tns:ExemptionCertificateDetail\" />\r\n </s:sequence>\r\n
|
138
|
+
\ </s:complexType>\r\n <s:complexType name=\"ExemptionCertificateDetail\">\r\n
|
139
|
+
\ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
140
|
+
name=\"ExemptStates\" type=\"tns:ArrayOfExemptState\" />\r\n <s:element
|
141
|
+
minOccurs=\"1\" maxOccurs=\"1\" name=\"SinglePurchase\" type=\"s:boolean\"
|
142
|
+
/>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"SinglePurchaseOrderNumber\"
|
143
|
+
type=\"s:string\" />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
144
|
+
name=\"PurchaserFirstName\" type=\"s:string\" />\r\n <s:element minOccurs=\"0\"
|
145
|
+
maxOccurs=\"1\" name=\"PurchaserLastName\" type=\"s:string\" />\r\n <s:element
|
146
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"PurchaserTitle\" type=\"s:string\"
|
147
|
+
/>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"PurchaserAddress1\"
|
148
|
+
type=\"s:string\" />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
149
|
+
name=\"PurchaserAddress2\" type=\"s:string\" />\r\n <s:element minOccurs=\"0\"
|
150
|
+
maxOccurs=\"1\" name=\"PurchaserCity\" type=\"s:string\" />\r\n <s:element
|
151
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"PurchaserState\" type=\"s:string\"
|
152
|
+
/>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"PurchaserZip\"
|
153
|
+
type=\"s:string\" />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
154
|
+
name=\"PurchaserTaxID\" type=\"tns:TaxID\" />\r\n <s:element minOccurs=\"0\"
|
155
|
+
maxOccurs=\"1\" name=\"PurchaserBusinessType\" type=\"s:string\" />\r\n <s:element
|
156
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"PurchaserBusinessTypeOtherValue\" type=\"s:string\"
|
157
|
+
/>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"PurchaserExemptionReason\"
|
158
|
+
type=\"s:string\" />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
159
|
+
name=\"PurchaserExemptionReasonValue\" type=\"s:string\" />\r\n <s:element
|
160
|
+
minOccurs=\"1\" maxOccurs=\"1\" name=\"CreatedDate\" type=\"s:dateTime\" />\r\n
|
161
|
+
\ </s:sequence>\r\n </s:complexType>\r\n <s:complexType name=\"ArrayOfExemptState\">\r\n
|
162
|
+
\ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"unbounded\"
|
163
|
+
name=\"ExemptState\" nillable=\"true\" type=\"tns:ExemptState\" />\r\n </s:sequence>\r\n
|
164
|
+
\ </s:complexType>\r\n <s:complexType name=\"ExemptState\">\r\n <s:sequence>\r\n
|
165
|
+
\ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"StateAbbr\" type=\"s:string\"
|
166
|
+
/>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"StateAbbreviation\"
|
167
|
+
type=\"s:string\" />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
168
|
+
name=\"ReasonForExemption\" type=\"s:string\" />\r\n <s:element minOccurs=\"0\"
|
169
|
+
maxOccurs=\"1\" name=\"IdentificationNumber\" type=\"s:string\" />\r\n </s:sequence>\r\n
|
170
|
+
\ </s:complexType>\r\n <s:complexType name=\"TaxID\">\r\n <s:sequence>\r\n
|
171
|
+
\ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"TaxType\" type=\"s:string\"
|
172
|
+
/>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"IDNumber\"
|
173
|
+
type=\"s:string\" />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
174
|
+
name=\"StateOfIssue\" type=\"s:string\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
|
175
|
+
\ <s:element name=\"LookupForDateResponse\">\r\n <s:complexType>\r\n
|
176
|
+
\ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
177
|
+
name=\"LookupForDateResult\" type=\"tns:LookupRsp\" />\r\n </s:sequence>\r\n
|
178
|
+
\ </s:complexType>\r\n </s:element>\r\n <s:complexType name=\"LookupRsp\">\r\n
|
179
|
+
\ <s:complexContent mixed=\"false\">\r\n <s:extension base=\"tns:ResponseBase\">\r\n
|
180
|
+
\ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
181
|
+
name=\"CartID\" type=\"s:string\" />\r\n <s:element minOccurs=\"0\"
|
182
|
+
maxOccurs=\"1\" name=\"CartItemsResponse\" type=\"tns:ArrayOfCartItemResponse\"
|
183
|
+
/>\r\n </s:sequence>\r\n </s:extension>\r\n </s:complexContent>\r\n
|
184
|
+
\ </s:complexType>\r\n <s:complexType name=\"ResponseBase\">\r\n
|
185
|
+
\ <s:sequence>\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\"
|
186
|
+
name=\"ResponseType\" type=\"tns:MessageType\" />\r\n <s:element
|
187
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"Messages\" type=\"tns:ArrayOfResponseMessage\"
|
188
|
+
/>\r\n </s:sequence>\r\n </s:complexType>\r\n <s:simpleType
|
189
|
+
name=\"MessageType\">\r\n <s:restriction base=\"s:string\">\r\n <s:enumeration
|
190
|
+
value=\"Error\" />\r\n <s:enumeration value=\"Warning\" />\r\n <s:enumeration
|
191
|
+
value=\"Informational\" />\r\n <s:enumeration value=\"OK\" />\r\n
|
192
|
+
\ </s:restriction>\r\n </s:simpleType>\r\n <s:complexType
|
193
|
+
name=\"ArrayOfResponseMessage\">\r\n <s:sequence>\r\n <s:element
|
194
|
+
minOccurs=\"0\" maxOccurs=\"unbounded\" name=\"ResponseMessage\" nillable=\"true\"
|
195
|
+
type=\"tns:ResponseMessage\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
|
196
|
+
\ <s:complexType name=\"ResponseMessage\">\r\n <s:sequence>\r\n
|
197
|
+
\ <s:element minOccurs=\"1\" maxOccurs=\"1\" name=\"ResponseType\"
|
198
|
+
type=\"tns:MessageType\" />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
199
|
+
name=\"Message\" type=\"s:string\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
|
200
|
+
\ <s:complexType name=\"ArrayOfCartItemResponse\">\r\n <s:sequence>\r\n
|
201
|
+
\ <s:element minOccurs=\"0\" maxOccurs=\"unbounded\" name=\"CartItemResponse\"
|
202
|
+
nillable=\"true\" type=\"tns:CartItemResponse\" />\r\n </s:sequence>\r\n
|
203
|
+
\ </s:complexType>\r\n <s:complexType name=\"CartItemResponse\">\r\n
|
204
|
+
\ <s:sequence>\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\"
|
205
|
+
name=\"CartItemIndex\" type=\"s:int\" />\r\n <s:element minOccurs=\"1\"
|
206
|
+
maxOccurs=\"1\" name=\"TaxAmount\" type=\"s:float\" />\r\n </s:sequence>\r\n
|
207
|
+
\ </s:complexType>\r\n <s:element name=\"Lookup\">\r\n <s:complexType>\r\n
|
208
|
+
\ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
209
|
+
name=\"apiLoginID\" type=\"s:string\" />\r\n <s:element minOccurs=\"0\"
|
210
|
+
maxOccurs=\"1\" name=\"apiKey\" type=\"s:string\" />\r\n <s:element
|
211
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"customerID\" type=\"s:string\" />\r\n
|
212
|
+
\ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"cartID\" type=\"s:string\"
|
213
|
+
/>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"cartItems\"
|
214
|
+
type=\"tns:ArrayOfCartItem\" />\r\n <s:element minOccurs=\"0\"
|
215
|
+
maxOccurs=\"1\" name=\"origin\" type=\"tns:Address\" />\r\n <s:element
|
216
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"destination\" type=\"tns:Address\"
|
217
|
+
/>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"exemptCert\"
|
218
|
+
type=\"tns:ExemptionCertificate\" />\r\n <s:element minOccurs=\"1\"
|
219
|
+
maxOccurs=\"1\" name=\"deliveredBySeller\" type=\"s:boolean\" />\r\n </s:sequence>\r\n
|
220
|
+
\ </s:complexType>\r\n </s:element>\r\n <s:element name=\"LookupResponse\">\r\n
|
221
|
+
\ <s:complexType>\r\n <s:sequence>\r\n <s:element
|
222
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"LookupResult\" type=\"tns:LookupRsp\"
|
223
|
+
/>\r\n </s:sequence>\r\n </s:complexType>\r\n </s:element>\r\n
|
224
|
+
\ <s:element name=\"Authorized\">\r\n <s:complexType>\r\n <s:sequence>\r\n
|
225
|
+
\ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"apiLoginID\"
|
226
|
+
type=\"s:string\" />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
227
|
+
name=\"apiKey\" type=\"s:string\" />\r\n <s:element minOccurs=\"0\"
|
228
|
+
maxOccurs=\"1\" name=\"customerID\" type=\"s:string\" />\r\n <s:element
|
229
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"cartID\" type=\"s:string\" />\r\n <s:element
|
230
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"orderID\" type=\"s:string\" />\r\n
|
231
|
+
\ <s:element minOccurs=\"1\" maxOccurs=\"1\" name=\"dateAuthorized\"
|
232
|
+
type=\"s:dateTime\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
|
233
|
+
\ </s:element>\r\n <s:element name=\"AuthorizedResponse\">\r\n <s:complexType>\r\n
|
234
|
+
\ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
235
|
+
name=\"AuthorizedResult\" type=\"tns:AuthorizedRsp\" />\r\n </s:sequence>\r\n
|
236
|
+
\ </s:complexType>\r\n </s:element>\r\n <s:complexType name=\"AuthorizedRsp\">\r\n
|
237
|
+
\ <s:complexContent mixed=\"false\">\r\n <s:extension base=\"tns:ResponseBase\"
|
238
|
+
/>\r\n </s:complexContent>\r\n </s:complexType>\r\n <s:element
|
239
|
+
name=\"AuthorizedWithCapture\">\r\n <s:complexType>\r\n <s:sequence>\r\n
|
240
|
+
\ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"apiLoginID\"
|
241
|
+
type=\"s:string\" />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
242
|
+
name=\"apiKey\" type=\"s:string\" />\r\n <s:element minOccurs=\"0\"
|
243
|
+
maxOccurs=\"1\" name=\"customerID\" type=\"s:string\" />\r\n <s:element
|
244
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"cartID\" type=\"s:string\" />\r\n <s:element
|
245
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"orderID\" type=\"s:string\" />\r\n
|
246
|
+
\ <s:element minOccurs=\"1\" maxOccurs=\"1\" name=\"dateAuthorized\"
|
247
|
+
nillable=\"true\" type=\"s:dateTime\" />\r\n <s:element minOccurs=\"1\"
|
248
|
+
maxOccurs=\"1\" name=\"dateCaptured\" nillable=\"true\" type=\"s:dateTime\"
|
249
|
+
/>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"comment\"
|
250
|
+
type=\"s:string\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
|
251
|
+
\ </s:element>\r\n <s:element name=\"AuthorizedWithCaptureResponse\">\r\n
|
252
|
+
\ <s:complexType>\r\n <s:sequence>\r\n <s:element
|
253
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"AuthorizedWithCaptureResult\" type=\"tns:AuthorizedRsp\"
|
254
|
+
/>\r\n </s:sequence>\r\n </s:complexType>\r\n </s:element>\r\n
|
255
|
+
\ <s:element name=\"Captured\">\r\n <s:complexType>\r\n <s:sequence>\r\n
|
256
|
+
\ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"apiLoginID\"
|
257
|
+
type=\"s:string\" />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
258
|
+
name=\"apiKey\" type=\"s:string\" />\r\n <s:element minOccurs=\"0\"
|
259
|
+
maxOccurs=\"1\" name=\"orderID\" type=\"s:string\" />\r\n <s:element
|
260
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"comment\" type=\"s:string\" />\r\n
|
261
|
+
\ </s:sequence>\r\n </s:complexType>\r\n </s:element>\r\n
|
262
|
+
\ <s:element name=\"CapturedResponse\">\r\n <s:complexType>\r\n
|
263
|
+
\ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
264
|
+
name=\"CapturedResult\" type=\"tns:CapturedRsp\" />\r\n </s:sequence>\r\n
|
265
|
+
\ </s:complexType>\r\n </s:element>\r\n <s:complexType name=\"CapturedRsp\">\r\n
|
266
|
+
\ <s:complexContent mixed=\"false\">\r\n <s:extension base=\"tns:ResponseBase\"
|
267
|
+
/>\r\n </s:complexContent>\r\n </s:complexType>\r\n <s:element
|
268
|
+
name=\"ReturnedCreditMemo\">\r\n <s:complexType>\r\n <s:sequence>\r\n
|
269
|
+
\ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"apiLoginID\"
|
270
|
+
type=\"s:string\" />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
271
|
+
name=\"apiKey\" type=\"s:string\" />\r\n <s:element minOccurs=\"0\"
|
272
|
+
maxOccurs=\"1\" name=\"orderID\" type=\"s:string\" />\r\n <s:element
|
273
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"cartItems\" type=\"tns:ArrayOfCartItem\"
|
274
|
+
/>\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\" name=\"returnedDate\"
|
275
|
+
type=\"s:dateTime\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
|
276
|
+
\ </s:element>\r\n <s:element name=\"ReturnedCreditMemoResponse\">\r\n
|
277
|
+
\ <s:complexType>\r\n <s:sequence>\r\n <s:element
|
278
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"ReturnedCreditMemoResult\" type=\"tns:ReturnedRsp\"
|
279
|
+
/>\r\n </s:sequence>\r\n </s:complexType>\r\n </s:element>\r\n
|
280
|
+
\ <s:complexType name=\"ReturnedRsp\">\r\n <s:complexContent mixed=\"false\">\r\n
|
281
|
+
\ <s:extension base=\"tns:ResponseBase\" />\r\n </s:complexContent>\r\n
|
282
|
+
\ </s:complexType>\r\n <s:element name=\"Returned\">\r\n <s:complexType>\r\n
|
283
|
+
\ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
284
|
+
name=\"apiLoginID\" type=\"s:string\" />\r\n <s:element minOccurs=\"0\"
|
285
|
+
maxOccurs=\"1\" name=\"apiKey\" type=\"s:string\" />\r\n <s:element
|
286
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"orderID\" type=\"s:string\" />\r\n
|
287
|
+
\ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"cartItems\"
|
288
|
+
type=\"tns:ArrayOfCartItem\" />\r\n <s:element minOccurs=\"1\"
|
289
|
+
maxOccurs=\"1\" name=\"returnedDate\" type=\"s:dateTime\" />\r\n <s:element
|
290
|
+
minOccurs=\"1\" maxOccurs=\"1\" name=\"returnCoDeliveryFeeWhenNoCartItems\"
|
291
|
+
type=\"s:boolean\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
|
292
|
+
\ </s:element>\r\n <s:element name=\"ReturnedResponse\">\r\n <s:complexType>\r\n
|
293
|
+
\ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
294
|
+
name=\"ReturnedResult\" type=\"tns:ReturnedRsp\" />\r\n </s:sequence>\r\n
|
295
|
+
\ </s:complexType>\r\n </s:element>\r\n <s:element name=\"ReturnedPro\">\r\n
|
296
|
+
\ <s:complexType>\r\n <s:sequence>\r\n <s:element
|
297
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"apiLoginID\" type=\"s:string\" />\r\n
|
298
|
+
\ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"apiKey\" type=\"s:string\"
|
299
|
+
/>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"orderID\"
|
300
|
+
type=\"s:string\" />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
301
|
+
name=\"cartItems\" type=\"tns:ArrayOfCartItem\" />\r\n <s:element
|
302
|
+
minOccurs=\"1\" maxOccurs=\"1\" name=\"returnedDate\" type=\"s:dateTime\"
|
303
|
+
/>\r\n </s:sequence>\r\n </s:complexType>\r\n </s:element>\r\n
|
304
|
+
\ <s:element name=\"ReturnedProResponse\">\r\n <s:complexType>\r\n
|
305
|
+
\ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
306
|
+
name=\"ReturnedProResult\" type=\"tns:ReturnedRsp\" />\r\n </s:sequence>\r\n
|
307
|
+
\ </s:complexType>\r\n </s:element>\r\n <s:element name=\"OrderDetails\">\r\n
|
308
|
+
\ <s:complexType>\r\n <s:sequence>\r\n <s:element
|
309
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"apiLoginID\" type=\"s:string\" />\r\n
|
310
|
+
\ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"apiKey\" type=\"s:string\"
|
311
|
+
/>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"orderID\"
|
312
|
+
type=\"s:string\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
|
313
|
+
\ </s:element>\r\n <s:element name=\"OrderDetailsResponse\">\r\n
|
314
|
+
\ <s:complexType>\r\n <s:sequence>\r\n <s:element
|
315
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"OrderDetailsResult\" type=\"tns:OrderDetailsRsp\"
|
316
|
+
/>\r\n </s:sequence>\r\n </s:complexType>\r\n </s:element>\r\n
|
317
|
+
\ <s:complexType name=\"OrderDetailsRsp\">\r\n <s:complexContent
|
318
|
+
mixed=\"false\">\r\n <s:extension base=\"tns:ResponseBase\">\r\n
|
319
|
+
\ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
320
|
+
name=\"CartItems\" type=\"tns:ArrayOfCartItemDetailsResponse\" />\r\n <s:element
|
321
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"OrderID\" type=\"s:string\" />\r\n
|
322
|
+
\ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"LookupDate\"
|
323
|
+
type=\"s:string\" />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
324
|
+
name=\"AuthorizedDate\" type=\"s:string\" />\r\n <s:element minOccurs=\"0\"
|
325
|
+
maxOccurs=\"1\" name=\"CapturedDate\" type=\"s:string\" />\r\n <s:element
|
326
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"ReturnedDate\" type=\"s:string\" />\r\n
|
327
|
+
\ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"ExemptionCertificateID\"
|
328
|
+
type=\"s:string\" />\r\n </s:sequence>\r\n </s:extension>\r\n
|
329
|
+
\ </s:complexContent>\r\n </s:complexType>\r\n <s:complexType
|
330
|
+
name=\"ArrayOfCartItemDetailsResponse\">\r\n <s:sequence>\r\n <s:element
|
331
|
+
minOccurs=\"0\" maxOccurs=\"unbounded\" name=\"CartItemDetailsResponse\" nillable=\"true\"
|
332
|
+
type=\"tns:CartItemDetailsResponse\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
|
333
|
+
\ <s:complexType name=\"CartItemDetailsResponse\">\r\n <s:sequence>\r\n
|
334
|
+
\ <s:element minOccurs=\"1\" maxOccurs=\"1\" name=\"CartItemIndex\"
|
335
|
+
type=\"s:int\" />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
336
|
+
name=\"ItemID\" type=\"s:string\" />\r\n <s:element minOccurs=\"0\"
|
337
|
+
maxOccurs=\"1\" name=\"TIC\" type=\"s:string\" />\r\n <s:element
|
338
|
+
minOccurs=\"1\" maxOccurs=\"1\" name=\"Price\" type=\"s:double\" />\r\n <s:element
|
339
|
+
minOccurs=\"1\" maxOccurs=\"1\" name=\"ItemQty\" type=\"s:float\" />\r\n <s:element
|
340
|
+
minOccurs=\"1\" maxOccurs=\"1\" name=\"SubTotal\" type=\"s:double\" />\r\n
|
341
|
+
\ <s:element minOccurs=\"1\" maxOccurs=\"1\" name=\"TaxAmount\" type=\"s:double\"
|
342
|
+
/>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"CapturedDate\"
|
343
|
+
type=\"s:string\" />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
344
|
+
name=\"ReturnedDate\" type=\"s:string\" />\r\n <s:element minOccurs=\"0\"
|
345
|
+
maxOccurs=\"1\" name=\"TaxType\" type=\"s:string\" />\r\n <s:element
|
346
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"StateName\" type=\"s:string\" />\r\n
|
347
|
+
\ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"StateCode\" type=\"s:string\"
|
348
|
+
/>\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\" name=\"StateRate\"
|
349
|
+
nillable=\"true\" type=\"s:decimal\" />\r\n <s:element minOccurs=\"1\"
|
350
|
+
maxOccurs=\"1\" name=\"StateTax\" nillable=\"true\" type=\"s:double\" />\r\n
|
351
|
+
\ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"CountyName\" type=\"s:string\"
|
352
|
+
/>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"CountyCode\"
|
353
|
+
type=\"s:string\" />\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\"
|
354
|
+
name=\"CountyRate\" nillable=\"true\" type=\"s:decimal\" />\r\n <s:element
|
355
|
+
minOccurs=\"1\" maxOccurs=\"1\" name=\"CountyTax\" nillable=\"true\" type=\"s:double\"
|
356
|
+
/>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"CityName\"
|
357
|
+
type=\"s:string\" />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
358
|
+
name=\"CityCode\" type=\"s:string\" />\r\n <s:element minOccurs=\"1\"
|
359
|
+
maxOccurs=\"1\" name=\"CityRate\" nillable=\"true\" type=\"s:decimal\" />\r\n
|
360
|
+
\ <s:element minOccurs=\"1\" maxOccurs=\"1\" name=\"CityTax\" nillable=\"true\"
|
361
|
+
type=\"s:double\" />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
362
|
+
name=\"OtherName\" type=\"s:string\" />\r\n <s:element minOccurs=\"0\"
|
363
|
+
maxOccurs=\"1\" name=\"OtherCode\" type=\"s:string\" />\r\n <s:element
|
364
|
+
minOccurs=\"1\" maxOccurs=\"1\" name=\"OtherRate\" nillable=\"true\" type=\"s:decimal\"
|
365
|
+
/>\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\" name=\"OtherTax\"
|
366
|
+
nillable=\"true\" type=\"s:double\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
|
367
|
+
\ <s:element name=\"AddTransactions\">\r\n <s:complexType>\r\n
|
368
|
+
\ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
369
|
+
name=\"apiLoginID\" type=\"s:string\" />\r\n <s:element minOccurs=\"0\"
|
370
|
+
maxOccurs=\"1\" name=\"apiKey\" type=\"s:string\" />\r\n <s:element
|
371
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"transactions\" type=\"tns:ArrayOfTransaction\"
|
372
|
+
/>\r\n </s:sequence>\r\n </s:complexType>\r\n </s:element>\r\n
|
373
|
+
\ <s:complexType name=\"ArrayOfTransaction\">\r\n <s:sequence>\r\n
|
374
|
+
\ <s:element minOccurs=\"0\" maxOccurs=\"unbounded\" name=\"Transaction\"
|
375
|
+
nillable=\"true\" type=\"tns:Transaction\" />\r\n </s:sequence>\r\n
|
376
|
+
\ </s:complexType>\r\n <s:complexType name=\"Transaction\">\r\n <s:sequence>\r\n
|
377
|
+
\ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"customerID\" type=\"s:string\"
|
378
|
+
/>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"cartID\"
|
379
|
+
type=\"s:string\" />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
380
|
+
name=\"orderID\" type=\"s:string\" />\r\n <s:element minOccurs=\"0\"
|
381
|
+
maxOccurs=\"1\" name=\"cartItems\" type=\"tns:ArrayOfTransactionCartItem\"
|
382
|
+
/>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"origin\"
|
383
|
+
type=\"tns:Address\" />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
384
|
+
name=\"destination\" type=\"tns:Address\" />\r\n <s:element minOccurs=\"1\"
|
385
|
+
maxOccurs=\"1\" name=\"deliveredBySeller\" type=\"s:boolean\" />\r\n <s:element
|
386
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"exemptCert\" type=\"tns:ExemptionCertificate\"
|
387
|
+
/>\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\" name=\"dateTransaction\"
|
388
|
+
type=\"s:dateTime\" />\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\"
|
389
|
+
name=\"dateAuthorized\" type=\"s:dateTime\" />\r\n <s:element minOccurs=\"1\"
|
390
|
+
maxOccurs=\"1\" name=\"dateCaptured\" type=\"s:dateTime\" />\r\n </s:sequence>\r\n
|
391
|
+
\ </s:complexType>\r\n <s:complexType name=\"ArrayOfTransactionCartItem\">\r\n
|
392
|
+
\ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"unbounded\"
|
393
|
+
name=\"TransactionCartItem\" nillable=\"true\" type=\"tns:TransactionCartItem\"
|
394
|
+
/>\r\n </s:sequence>\r\n </s:complexType>\r\n <s:complexType
|
395
|
+
name=\"TransactionCartItem\">\r\n <s:complexContent mixed=\"false\">\r\n
|
396
|
+
\ <s:extension base=\"tns:CartItem\">\r\n <s:sequence>\r\n
|
397
|
+
\ <s:element minOccurs=\"1\" maxOccurs=\"1\" name=\"Rate\" type=\"s:double\"
|
398
|
+
/>\r\n </s:sequence>\r\n </s:extension>\r\n </s:complexContent>\r\n
|
399
|
+
\ </s:complexType>\r\n <s:element name=\"AddTransactionsResponse\">\r\n
|
400
|
+
\ <s:complexType>\r\n <s:sequence>\r\n <s:element
|
401
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"AddTransactionsResult\" type=\"tns:AddTransactionsRsp\"
|
402
|
+
/>\r\n </s:sequence>\r\n </s:complexType>\r\n </s:element>\r\n
|
403
|
+
\ <s:complexType name=\"AddTransactionsRsp\">\r\n <s:complexContent
|
404
|
+
mixed=\"false\">\r\n <s:extension base=\"tns:ResponseBase\" />\r\n
|
405
|
+
\ </s:complexContent>\r\n </s:complexType>\r\n <s:element
|
406
|
+
name=\"CreatePlatformAccount\">\r\n <s:complexType>\r\n <s:sequence>\r\n
|
407
|
+
\ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"apiLoginID\"
|
408
|
+
type=\"s:string\" />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
409
|
+
name=\"apiKey\" type=\"s:string\" />\r\n <s:element minOccurs=\"0\"
|
410
|
+
maxOccurs=\"1\" name=\"CompanyName\" type=\"s:string\" />\r\n <s:element
|
411
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"Email\" type=\"s:string\" />\r\n <s:element
|
412
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"FirstName\" type=\"s:string\" />\r\n
|
413
|
+
\ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"LastName\" type=\"s:string\"
|
414
|
+
/>\r\n </s:sequence>\r\n </s:complexType>\r\n </s:element>\r\n
|
415
|
+
\ <s:element name=\"CreatePlatformAccountResponse\">\r\n <s:complexType>\r\n
|
416
|
+
\ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
417
|
+
name=\"CreatePlatformAccountResult\" type=\"tns:CreatePlatformAccountResp\"
|
418
|
+
/>\r\n </s:sequence>\r\n </s:complexType>\r\n </s:element>\r\n
|
419
|
+
\ <s:complexType name=\"CreatePlatformAccountResp\">\r\n <s:complexContent
|
420
|
+
mixed=\"false\">\r\n <s:extension base=\"tns:ResponseBase\">\r\n
|
421
|
+
\ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
422
|
+
name=\"NewAccountApiID\" type=\"s:string\" />\r\n <s:element
|
423
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"NewAccountApiKey\" type=\"s:string\"
|
424
|
+
/>\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\" name=\"NewAccountTaxCloudAccountID\"
|
425
|
+
type=\"s:int\" />\r\n </s:sequence>\r\n </s:extension>\r\n
|
426
|
+
\ </s:complexContent>\r\n </s:complexType>\r\n <s:element
|
427
|
+
name=\"GetLocations\">\r\n <s:complexType>\r\n <s:sequence>\r\n
|
428
|
+
\ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"apiLoginID\"
|
429
|
+
type=\"s:string\" />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
430
|
+
name=\"apiKey\" type=\"s:string\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
|
431
|
+
\ </s:element>\r\n <s:element name=\"GetLocationsResponse\">\r\n
|
432
|
+
\ <s:complexType>\r\n <s:sequence>\r\n <s:element
|
433
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"GetLocationsResult\" type=\"tns:GetLocationsResp\"
|
434
|
+
/>\r\n </s:sequence>\r\n </s:complexType>\r\n </s:element>\r\n
|
435
|
+
\ <s:complexType name=\"GetLocationsResp\">\r\n <s:complexContent
|
436
|
+
mixed=\"false\">\r\n <s:extension base=\"tns:ResponseBase\">\r\n
|
437
|
+
\ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
438
|
+
name=\"Locations\" type=\"tns:ArrayOfLocation\" />\r\n </s:sequence>\r\n
|
439
|
+
\ </s:extension>\r\n </s:complexContent>\r\n </s:complexType>\r\n
|
440
|
+
\ <s:complexType name=\"ArrayOfLocation\">\r\n <s:sequence>\r\n
|
441
|
+
\ <s:element minOccurs=\"0\" maxOccurs=\"unbounded\" name=\"Location\"
|
442
|
+
nillable=\"true\" type=\"tns:Location\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
|
443
|
+
\ <s:complexType name=\"Location\">\r\n <s:sequence>\r\n <s:element
|
444
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"LocationID\" type=\"s:string\" />\r\n
|
445
|
+
\ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"Name\" type=\"s:string\"
|
446
|
+
/>\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\" name=\"PrimaryBusinessAddress\"
|
447
|
+
type=\"s:boolean\" />\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\"
|
448
|
+
name=\"MailingAddress\" type=\"s:boolean\" />\r\n <s:element minOccurs=\"0\"
|
449
|
+
maxOccurs=\"1\" name=\"Created\" type=\"s:string\" />\r\n <s:element
|
450
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"Address1\" type=\"s:string\" />\r\n
|
451
|
+
\ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"Address2\" type=\"s:string\"
|
452
|
+
/>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"City\" type=\"s:string\"
|
453
|
+
/>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"State\"
|
454
|
+
type=\"s:string\" />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
455
|
+
name=\"Zip5\" type=\"s:string\" />\r\n <s:element minOccurs=\"0\"
|
456
|
+
maxOccurs=\"1\" name=\"Zip4\" type=\"s:string\" />\r\n <s:element
|
457
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"Country\" type=\"s:string\" />\r\n
|
458
|
+
\ </s:sequence>\r\n </s:complexType>\r\n <s:element name=\"GetTICGroups\">\r\n
|
459
|
+
\ <s:complexType>\r\n <s:sequence>\r\n <s:element
|
460
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"apiLoginID\" type=\"s:string\" />\r\n
|
461
|
+
\ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"apiKey\" type=\"s:string\"
|
462
|
+
/>\r\n </s:sequence>\r\n </s:complexType>\r\n </s:element>\r\n
|
463
|
+
\ <s:element name=\"GetTICGroupsResponse\">\r\n <s:complexType>\r\n
|
464
|
+
\ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
465
|
+
name=\"GetTICGroupsResult\" type=\"tns:GetTICGroupsRsp\" />\r\n </s:sequence>\r\n
|
466
|
+
\ </s:complexType>\r\n </s:element>\r\n <s:complexType name=\"GetTICGroupsRsp\">\r\n
|
467
|
+
\ <s:complexContent mixed=\"false\">\r\n <s:extension base=\"tns:ResponseBase\">\r\n
|
468
|
+
\ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
469
|
+
name=\"TICGroups\" type=\"tns:ArrayOfTICGroup\" />\r\n </s:sequence>\r\n
|
470
|
+
\ </s:extension>\r\n </s:complexContent>\r\n </s:complexType>\r\n
|
471
|
+
\ <s:complexType name=\"ArrayOfTICGroup\">\r\n <s:sequence>\r\n
|
472
|
+
\ <s:element minOccurs=\"0\" maxOccurs=\"unbounded\" name=\"TICGroup\"
|
473
|
+
nillable=\"true\" type=\"tns:TICGroup\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
|
474
|
+
\ <s:complexType name=\"TICGroup\">\r\n <s:sequence>\r\n <s:element
|
475
|
+
minOccurs=\"1\" maxOccurs=\"1\" name=\"GroupID\" type=\"s:int\" />\r\n <s:element
|
476
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"Description\" type=\"s:string\" />\r\n
|
477
|
+
\ </s:sequence>\r\n </s:complexType>\r\n <s:element name=\"GetTICs\">\r\n
|
478
|
+
\ <s:complexType>\r\n <s:sequence>\r\n <s:element
|
479
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"apiLoginID\" type=\"s:string\" />\r\n
|
480
|
+
\ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"apiKey\" type=\"s:string\"
|
481
|
+
/>\r\n </s:sequence>\r\n </s:complexType>\r\n </s:element>\r\n
|
482
|
+
\ <s:element name=\"GetTICsResponse\">\r\n <s:complexType>\r\n
|
483
|
+
\ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
484
|
+
name=\"GetTICsResult\" type=\"tns:GetTICsRsp\" />\r\n </s:sequence>\r\n
|
485
|
+
\ </s:complexType>\r\n </s:element>\r\n <s:complexType name=\"GetTICsRsp\">\r\n
|
486
|
+
\ <s:complexContent mixed=\"false\">\r\n <s:extension base=\"tns:ResponseBase\">\r\n
|
487
|
+
\ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
488
|
+
name=\"TICs\" type=\"tns:ArrayOfTIC\" />\r\n </s:sequence>\r\n
|
489
|
+
\ </s:extension>\r\n </s:complexContent>\r\n </s:complexType>\r\n
|
490
|
+
\ <s:complexType name=\"ArrayOfTIC\">\r\n <s:sequence>\r\n <s:element
|
491
|
+
minOccurs=\"0\" maxOccurs=\"unbounded\" name=\"TIC\" nillable=\"true\" type=\"tns:TIC\"
|
492
|
+
/>\r\n </s:sequence>\r\n </s:complexType>\r\n <s:complexType
|
493
|
+
name=\"TIC\">\r\n <s:sequence>\r\n <s:element minOccurs=\"1\"
|
494
|
+
maxOccurs=\"1\" name=\"TICID\" type=\"s:int\" />\r\n <s:element minOccurs=\"0\"
|
495
|
+
maxOccurs=\"1\" name=\"Description\" type=\"s:string\" />\r\n </s:sequence>\r\n
|
496
|
+
\ </s:complexType>\r\n <s:element name=\"GetTICsByGroup\">\r\n <s:complexType>\r\n
|
497
|
+
\ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
498
|
+
name=\"apiLoginID\" type=\"s:string\" />\r\n <s:element minOccurs=\"0\"
|
499
|
+
maxOccurs=\"1\" name=\"apiKey\" type=\"s:string\" />\r\n <s:element
|
500
|
+
minOccurs=\"1\" maxOccurs=\"1\" name=\"ticGroup\" type=\"s:int\" />\r\n </s:sequence>\r\n
|
501
|
+
\ </s:complexType>\r\n </s:element>\r\n <s:element name=\"GetTICsByGroupResponse\">\r\n
|
502
|
+
\ <s:complexType>\r\n <s:sequence>\r\n <s:element
|
503
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"GetTICsByGroupResult\" type=\"tns:GetTICsRsp\"
|
504
|
+
/>\r\n </s:sequence>\r\n </s:complexType>\r\n </s:element>\r\n
|
505
|
+
\ <s:element name=\"AddExemptCertificate\">\r\n <s:complexType>\r\n
|
506
|
+
\ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
507
|
+
name=\"apiLoginID\" type=\"s:string\" />\r\n <s:element minOccurs=\"0\"
|
508
|
+
maxOccurs=\"1\" name=\"apiKey\" type=\"s:string\" />\r\n <s:element
|
509
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"customerID\" type=\"s:string\" />\r\n
|
510
|
+
\ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"exemptCert\"
|
511
|
+
type=\"tns:ExemptionCertificate\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
|
512
|
+
\ </s:element>\r\n <s:element name=\"AddExemptCertificateResponse\">\r\n
|
513
|
+
\ <s:complexType>\r\n <s:sequence>\r\n <s:element
|
514
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"AddExemptCertificateResult\" type=\"tns:AddCertificateRsp\"
|
515
|
+
/>\r\n </s:sequence>\r\n </s:complexType>\r\n </s:element>\r\n
|
516
|
+
\ <s:complexType name=\"AddCertificateRsp\">\r\n <s:complexContent
|
517
|
+
mixed=\"false\">\r\n <s:extension base=\"tns:ResponseBase\">\r\n
|
518
|
+
\ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
519
|
+
name=\"CertificateID\" type=\"s:string\" />\r\n </s:sequence>\r\n
|
520
|
+
\ </s:extension>\r\n </s:complexContent>\r\n </s:complexType>\r\n
|
521
|
+
\ <s:element name=\"DeleteExemptCertificate\">\r\n <s:complexType>\r\n
|
522
|
+
\ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
523
|
+
name=\"apiLoginID\" type=\"s:string\" />\r\n <s:element minOccurs=\"0\"
|
524
|
+
maxOccurs=\"1\" name=\"apiKey\" type=\"s:string\" />\r\n <s:element
|
525
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"certificateID\" type=\"s:string\" />\r\n
|
526
|
+
\ </s:sequence>\r\n </s:complexType>\r\n </s:element>\r\n
|
527
|
+
\ <s:element name=\"DeleteExemptCertificateResponse\">\r\n <s:complexType>\r\n
|
528
|
+
\ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
529
|
+
name=\"DeleteExemptCertificateResult\" type=\"tns:DeleteCertificateRsp\" />\r\n
|
530
|
+
\ </s:sequence>\r\n </s:complexType>\r\n </s:element>\r\n
|
531
|
+
\ <s:complexType name=\"DeleteCertificateRsp\">\r\n <s:complexContent
|
532
|
+
mixed=\"false\">\r\n <s:extension base=\"tns:ResponseBase\" />\r\n
|
533
|
+
\ </s:complexContent>\r\n </s:complexType>\r\n <s:element
|
534
|
+
name=\"GetExemptCertificates\">\r\n <s:complexType>\r\n <s:sequence>\r\n
|
535
|
+
\ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"apiLoginID\"
|
536
|
+
type=\"s:string\" />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
537
|
+
name=\"apiKey\" type=\"s:string\" />\r\n <s:element minOccurs=\"0\"
|
538
|
+
maxOccurs=\"1\" name=\"customerID\" type=\"s:string\" />\r\n </s:sequence>\r\n
|
539
|
+
\ </s:complexType>\r\n </s:element>\r\n <s:element name=\"GetExemptCertificatesResponse\">\r\n
|
540
|
+
\ <s:complexType>\r\n <s:sequence>\r\n <s:element
|
541
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"GetExemptCertificatesResult\" type=\"tns:GetCertificatesRsp\"
|
542
|
+
/>\r\n </s:sequence>\r\n </s:complexType>\r\n </s:element>\r\n
|
543
|
+
\ <s:complexType name=\"GetCertificatesRsp\">\r\n <s:complexContent
|
544
|
+
mixed=\"false\">\r\n <s:extension base=\"tns:ResponseBase\">\r\n
|
545
|
+
\ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
546
|
+
name=\"ExemptCertificates\" type=\"tns:ArrayOfExemptionCertificate\" />\r\n
|
547
|
+
\ </s:sequence>\r\n </s:extension>\r\n </s:complexContent>\r\n
|
548
|
+
\ </s:complexType>\r\n <s:complexType name=\"ArrayOfExemptionCertificate\">\r\n
|
549
|
+
\ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"unbounded\"
|
550
|
+
name=\"ExemptionCertificate\" nillable=\"true\" type=\"tns:ExemptionCertificate\"
|
551
|
+
/>\r\n </s:sequence>\r\n </s:complexType>\r\n <s:element
|
552
|
+
name=\"Ping\">\r\n <s:complexType>\r\n <s:sequence>\r\n <s:element
|
553
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"apiLoginID\" type=\"s:string\" />\r\n
|
554
|
+
\ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"apiKey\" type=\"s:string\"
|
555
|
+
/>\r\n </s:sequence>\r\n </s:complexType>\r\n </s:element>\r\n
|
556
|
+
\ <s:element name=\"PingResponse\">\r\n <s:complexType>\r\n <s:sequence>\r\n
|
557
|
+
\ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"PingResult\"
|
558
|
+
type=\"tns:PingRsp\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
|
559
|
+
\ </s:element>\r\n <s:complexType name=\"PingRsp\">\r\n <s:complexContent
|
560
|
+
mixed=\"false\">\r\n <s:extension base=\"tns:ResponseBase\" />\r\n
|
561
|
+
\ </s:complexContent>\r\n </s:complexType>\r\n <s:element
|
562
|
+
name=\"LookupWithRate\">\r\n <s:complexType>\r\n <s:sequence>\r\n
|
563
|
+
\ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"apiLoginID\"
|
564
|
+
type=\"s:string\" />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
565
|
+
name=\"apiKey\" type=\"s:string\" />\r\n <s:element minOccurs=\"0\"
|
566
|
+
maxOccurs=\"1\" name=\"customerID\" type=\"s:string\" />\r\n <s:element
|
567
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"cartID\" type=\"s:string\" />\r\n <s:element
|
568
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"cartItems\" type=\"tns:ArrayOfCartItem\"
|
569
|
+
/>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"origin\"
|
570
|
+
type=\"tns:Address\" />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
571
|
+
name=\"destination\" type=\"tns:Address\" />\r\n <s:element minOccurs=\"0\"
|
572
|
+
maxOccurs=\"1\" name=\"exemptCert\" type=\"tns:ExemptionCertificate\" />\r\n
|
573
|
+
\ <s:element minOccurs=\"1\" maxOccurs=\"1\" name=\"deliveredBySeller\"
|
574
|
+
type=\"s:boolean\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
|
575
|
+
\ </s:element>\r\n <s:element name=\"LookupWithRateResponse\">\r\n
|
576
|
+
\ <s:complexType>\r\n <s:sequence>\r\n <s:element
|
577
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"LookupWithRateResult\" type=\"tns:LookupWithRateRsp\"
|
578
|
+
/>\r\n </s:sequence>\r\n </s:complexType>\r\n </s:element>\r\n
|
579
|
+
\ <s:complexType name=\"LookupWithRateRsp\">\r\n <s:complexContent
|
580
|
+
mixed=\"false\">\r\n <s:extension base=\"tns:ResponseBase\">\r\n
|
581
|
+
\ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
582
|
+
name=\"CartID\" type=\"s:string\" />\r\n <s:element minOccurs=\"0\"
|
583
|
+
maxOccurs=\"1\" name=\"CartItemsRateResponse\" type=\"tns:ArrayOfCartItemRateResponse\"
|
584
|
+
/>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"SalesTaxRates\"
|
585
|
+
type=\"tns:SalesTaxRates\" />\r\n </s:sequence>\r\n </s:extension>\r\n
|
586
|
+
\ </s:complexContent>\r\n </s:complexType>\r\n <s:complexType
|
587
|
+
name=\"ArrayOfCartItemRateResponse\">\r\n <s:sequence>\r\n <s:element
|
588
|
+
minOccurs=\"0\" maxOccurs=\"unbounded\" name=\"CartItemRateResponse\" nillable=\"true\"
|
589
|
+
type=\"tns:CartItemRateResponse\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
|
590
|
+
\ <s:complexType name=\"CartItemRateResponse\">\r\n <s:sequence>\r\n
|
591
|
+
\ <s:element minOccurs=\"1\" maxOccurs=\"1\" name=\"CartItemIndex\"
|
592
|
+
type=\"s:int\" />\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\"
|
593
|
+
name=\"TaxAmount\" type=\"s:float\" />\r\n <s:element minOccurs=\"0\"
|
594
|
+
maxOccurs=\"1\" name=\"Rate\" type=\"s:string\" />\r\n </s:sequence>\r\n
|
595
|
+
\ </s:complexType>\r\n <s:complexType name=\"SalesTaxRates\">\r\n
|
596
|
+
\ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
597
|
+
name=\"description\" type=\"s:string\" />\r\n <s:element minOccurs=\"0\"
|
598
|
+
maxOccurs=\"1\" name=\"FIPSCode1\" type=\"s:string\" />\r\n <s:element
|
599
|
+
minOccurs=\"1\" maxOccurs=\"1\" name=\"FIPSRate1\" type=\"s:decimal\" />\r\n
|
600
|
+
\ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"FIPSCode2\" type=\"s:string\"
|
601
|
+
/>\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\" name=\"FIPSRate2\"
|
602
|
+
type=\"s:decimal\" />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
603
|
+
name=\"FIPSCode3\" type=\"s:string\" />\r\n <s:element minOccurs=\"1\"
|
604
|
+
maxOccurs=\"1\" name=\"FIPSRate3\" type=\"s:decimal\" />\r\n <s:element
|
605
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"FIPSCode4\" type=\"s:string\" />\r\n
|
606
|
+
\ <s:element minOccurs=\"1\" maxOccurs=\"1\" name=\"FIPSRate4\" type=\"s:decimal\"
|
607
|
+
/>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"FIPSCode5\"
|
608
|
+
type=\"s:string\" />\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\"
|
609
|
+
name=\"FIPSRate5\" type=\"s:decimal\" />\r\n <s:element minOccurs=\"0\"
|
610
|
+
maxOccurs=\"1\" name=\"FIPSCode6\" type=\"s:string\" />\r\n <s:element
|
611
|
+
minOccurs=\"1\" maxOccurs=\"1\" name=\"FIPSRate6\" type=\"s:decimal\" />\r\n
|
612
|
+
\ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"FIPSCode7\" type=\"s:string\"
|
613
|
+
/>\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\" name=\"FIPSRate7\"
|
614
|
+
type=\"s:decimal\" />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
615
|
+
name=\"FIPSCode8\" type=\"s:string\" />\r\n <s:element minOccurs=\"1\"
|
616
|
+
maxOccurs=\"1\" name=\"FIPSRate8\" type=\"s:decimal\" />\r\n <s:element
|
617
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"FIPSCode9\" type=\"s:string\" />\r\n
|
618
|
+
\ <s:element minOccurs=\"1\" maxOccurs=\"1\" name=\"FIPSRate9\" type=\"s:decimal\"
|
619
|
+
/>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"FIPSCode10\"
|
620
|
+
type=\"s:string\" />\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\"
|
621
|
+
name=\"FIPSRate10\" type=\"s:decimal\" />\r\n <s:element minOccurs=\"0\"
|
622
|
+
maxOccurs=\"1\" name=\"FIPSCode11\" type=\"s:string\" />\r\n <s:element
|
623
|
+
minOccurs=\"1\" maxOccurs=\"1\" name=\"FIPSRate11\" type=\"s:decimal\" />\r\n
|
624
|
+
\ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"FIPSCode12\" type=\"s:string\"
|
625
|
+
/>\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\" name=\"FIPSRate12\"
|
626
|
+
type=\"s:decimal\" />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
627
|
+
name=\"FIPSCode13\" type=\"s:string\" />\r\n <s:element minOccurs=\"1\"
|
628
|
+
maxOccurs=\"1\" name=\"FIPSRate13\" type=\"s:decimal\" />\r\n <s:element
|
629
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"FIPSCode14\" type=\"s:string\" />\r\n
|
630
|
+
\ <s:element minOccurs=\"1\" maxOccurs=\"1\" name=\"FIPSRate14\" type=\"s:decimal\"
|
631
|
+
/>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"FIPSCode15\"
|
632
|
+
type=\"s:string\" />\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\"
|
633
|
+
name=\"FIPSRate15\" type=\"s:decimal\" />\r\n <s:element minOccurs=\"0\"
|
634
|
+
maxOccurs=\"1\" name=\"FIPSCode16\" type=\"s:string\" />\r\n <s:element
|
635
|
+
minOccurs=\"1\" maxOccurs=\"1\" name=\"FIPSRate16\" type=\"s:decimal\" />\r\n
|
636
|
+
\ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"FIPSCode17\" type=\"s:string\"
|
637
|
+
/>\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\" name=\"FIPSRate17\"
|
638
|
+
type=\"s:decimal\" />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
639
|
+
name=\"FIPSCode18\" type=\"s:string\" />\r\n <s:element minOccurs=\"1\"
|
640
|
+
maxOccurs=\"1\" name=\"FIPSRate18\" type=\"s:decimal\" />\r\n <s:element
|
641
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"FIPSCode19\" type=\"s:string\" />\r\n
|
642
|
+
\ <s:element minOccurs=\"1\" maxOccurs=\"1\" name=\"FIPSRate19\" type=\"s:decimal\"
|
643
|
+
/>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"FIPSCode20\"
|
644
|
+
type=\"s:string\" />\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\"
|
645
|
+
name=\"FIPSRate20\" type=\"s:decimal\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
|
646
|
+
\ <s:element name=\"LookupForDateWithRate\">\r\n <s:complexType>\r\n
|
647
|
+
\ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
648
|
+
name=\"apiLoginID\" type=\"s:string\" />\r\n <s:element minOccurs=\"0\"
|
649
|
+
maxOccurs=\"1\" name=\"apiKey\" type=\"s:string\" />\r\n <s:element
|
650
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"customerID\" type=\"s:string\" />\r\n
|
651
|
+
\ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"cartID\" type=\"s:string\"
|
652
|
+
/>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"cartItems\"
|
653
|
+
type=\"tns:ArrayOfCartItem\" />\r\n <s:element minOccurs=\"0\"
|
654
|
+
maxOccurs=\"1\" name=\"origin\" type=\"tns:Address\" />\r\n <s:element
|
655
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"destination\" type=\"tns:Address\"
|
656
|
+
/>\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\" name=\"useDate\"
|
657
|
+
type=\"s:dateTime\" />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
658
|
+
name=\"exemptCert\" type=\"tns:ExemptionCertificate\" />\r\n <s:element
|
659
|
+
minOccurs=\"1\" maxOccurs=\"1\" name=\"deliveredBySeller\" type=\"s:boolean\"
|
660
|
+
/>\r\n </s:sequence>\r\n </s:complexType>\r\n </s:element>\r\n
|
661
|
+
\ <s:element name=\"LookupForDateWithRateResponse\">\r\n <s:complexType>\r\n
|
662
|
+
\ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
663
|
+
name=\"LookupForDateWithRateResult\" type=\"tns:LookupWithRateRsp\" />\r\n
|
664
|
+
\ </s:sequence>\r\n </s:complexType>\r\n </s:element>\r\n
|
665
|
+
\ <s:element name=\"LookupMultiAddress\">\r\n <s:complexType>\r\n
|
666
|
+
\ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
667
|
+
name=\"apiLoginID\" type=\"s:string\" />\r\n <s:element minOccurs=\"0\"
|
668
|
+
maxOccurs=\"1\" name=\"apiKey\" type=\"s:string\" />\r\n <s:element
|
669
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"customerID\" type=\"s:string\" />\r\n
|
670
|
+
\ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"cartID\" type=\"s:string\"
|
671
|
+
/>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"cartItems\"
|
672
|
+
type=\"tns:ArrayOfCartItemMultiAddress\" />\r\n <s:element minOccurs=\"0\"
|
673
|
+
maxOccurs=\"1\" name=\"exemptCert\" type=\"tns:ExemptionCertificate\" />\r\n
|
674
|
+
\ <s:element minOccurs=\"1\" maxOccurs=\"1\" name=\"deliveredBySeller\"
|
675
|
+
type=\"s:boolean\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
|
676
|
+
\ </s:element>\r\n <s:complexType name=\"ArrayOfCartItemMultiAddress\">\r\n
|
677
|
+
\ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"unbounded\"
|
678
|
+
name=\"CartItemMultiAddress\" nillable=\"true\" type=\"tns:CartItemMultiAddress\"
|
679
|
+
/>\r\n </s:sequence>\r\n </s:complexType>\r\n <s:complexType
|
680
|
+
name=\"CartItemMultiAddress\">\r\n <s:sequence>\r\n <s:element
|
681
|
+
minOccurs=\"1\" maxOccurs=\"1\" name=\"Index\" type=\"s:int\" />\r\n <s:element
|
682
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"ItemID\" type=\"s:string\" />\r\n <s:element
|
683
|
+
minOccurs=\"1\" maxOccurs=\"1\" name=\"TIC\" nillable=\"true\" type=\"s:int\"
|
684
|
+
/>\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\" name=\"Price\"
|
685
|
+
type=\"s:double\" />\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\"
|
686
|
+
name=\"Qty\" type=\"s:float\" />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
687
|
+
name=\"Tax\" type=\"s:string\" />\r\n <s:element minOccurs=\"0\"
|
688
|
+
maxOccurs=\"1\" name=\"Origin\" type=\"tns:Address\" />\r\n <s:element
|
689
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"Destination\" type=\"tns:Address\"
|
690
|
+
/>\r\n </s:sequence>\r\n </s:complexType>\r\n <s:element
|
691
|
+
name=\"LookupMultiAddressResponse\">\r\n <s:complexType>\r\n <s:sequence>\r\n
|
692
|
+
\ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"LookupMultiAddressResult\"
|
693
|
+
type=\"tns:LookupRsp\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
|
694
|
+
\ </s:element>\r\n <s:element name=\"LookupForDateMultiAddress\">\r\n
|
695
|
+
\ <s:complexType>\r\n <s:sequence>\r\n <s:element
|
696
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"apiLoginID\" type=\"s:string\" />\r\n
|
697
|
+
\ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"apiKey\" type=\"s:string\"
|
698
|
+
/>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"customerID\"
|
699
|
+
type=\"s:string\" />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
700
|
+
name=\"cartID\" type=\"s:string\" />\r\n <s:element minOccurs=\"0\"
|
701
|
+
maxOccurs=\"1\" name=\"cartItems\" type=\"tns:ArrayOfCartItemMultiAddress\"
|
702
|
+
/>\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\" name=\"useDate\"
|
703
|
+
type=\"s:dateTime\" />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
704
|
+
name=\"exemptCert\" type=\"tns:ExemptionCertificate\" />\r\n <s:element
|
705
|
+
minOccurs=\"1\" maxOccurs=\"1\" name=\"deliveredBySeller\" type=\"s:boolean\"
|
706
|
+
/>\r\n </s:sequence>\r\n </s:complexType>\r\n </s:element>\r\n
|
707
|
+
\ <s:element name=\"LookupForDateMultiAddressResponse\">\r\n <s:complexType>\r\n
|
708
|
+
\ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
709
|
+
name=\"LookupForDateMultiAddressResult\" type=\"tns:LookupRsp\" />\r\n </s:sequence>\r\n
|
710
|
+
\ </s:complexType>\r\n </s:element>\r\n <s:element name=\"AuthorizedWithCaptureMultiAddress\">\r\n
|
711
|
+
\ <s:complexType>\r\n <s:sequence>\r\n <s:element
|
712
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"apiLoginID\" type=\"s:string\" />\r\n
|
713
|
+
\ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"apiKey\" type=\"s:string\"
|
714
|
+
/>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"customerID\"
|
715
|
+
type=\"s:string\" />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
716
|
+
name=\"cartID\" type=\"s:string\" />\r\n <s:element minOccurs=\"0\"
|
717
|
+
maxOccurs=\"1\" name=\"orderID\" type=\"s:string\" />\r\n <s:element
|
718
|
+
minOccurs=\"1\" maxOccurs=\"1\" name=\"dateAuthorized\" nillable=\"true\"
|
719
|
+
type=\"s:dateTime\" />\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\"
|
720
|
+
name=\"dateCaptured\" nillable=\"true\" type=\"s:dateTime\" />\r\n </s:sequence>\r\n
|
721
|
+
\ </s:complexType>\r\n </s:element>\r\n <s:element name=\"AuthorizedWithCaptureMultiAddressResponse\">\r\n
|
722
|
+
\ <s:complexType>\r\n <s:sequence>\r\n <s:element
|
723
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"AuthorizedWithCaptureMultiAddressResult\"
|
724
|
+
type=\"tns:AuthorizedRsp\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
|
725
|
+
\ </s:element>\r\n <s:element name=\"ReturnedMultiAddress\">\r\n
|
726
|
+
\ <s:complexType>\r\n <s:sequence>\r\n <s:element
|
727
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"apiLoginID\" type=\"s:string\" />\r\n
|
728
|
+
\ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"apiKey\" type=\"s:string\"
|
729
|
+
/>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"orderID\"
|
730
|
+
type=\"s:string\" />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
731
|
+
name=\"cartItems\" type=\"tns:ArrayOfCartItemMultiAddress\" />\r\n <s:element
|
732
|
+
minOccurs=\"1\" maxOccurs=\"1\" name=\"returnedDate\" type=\"s:dateTime\"
|
733
|
+
/>\r\n </s:sequence>\r\n </s:complexType>\r\n </s:element>\r\n
|
734
|
+
\ <s:element name=\"ReturnedMultiAddressResponse\">\r\n <s:complexType>\r\n
|
735
|
+
\ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
736
|
+
name=\"ReturnedMultiAddressResult\" type=\"tns:ReturnedRsp\" />\r\n </s:sequence>\r\n
|
737
|
+
\ </s:complexType>\r\n </s:element>\r\n <s:element name=\"LookupEx\">\r\n
|
738
|
+
\ <s:complexType>\r\n <s:sequence>\r\n <s:element
|
739
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"apiLoginID\" type=\"s:string\" />\r\n
|
740
|
+
\ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"apiKey\" type=\"s:string\"
|
741
|
+
/>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"customerID\"
|
742
|
+
type=\"s:string\" />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
743
|
+
name=\"cartID\" type=\"s:string\" />\r\n <s:element minOccurs=\"0\"
|
744
|
+
maxOccurs=\"1\" name=\"cartItems\" type=\"tns:ArrayOfCartItem\" />\r\n <s:element
|
745
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"origin\" type=\"tns:Address\" />\r\n
|
746
|
+
\ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"destination\"
|
747
|
+
type=\"tns:Address\" />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
748
|
+
name=\"exemptCert\" type=\"tns:ExemptionCertificate\" />\r\n <s:element
|
749
|
+
minOccurs=\"1\" maxOccurs=\"1\" name=\"deliveredBySeller\" type=\"s:boolean\"
|
750
|
+
/>\r\n </s:sequence>\r\n </s:complexType>\r\n </s:element>\r\n
|
751
|
+
\ <s:element name=\"LookupExResponse\">\r\n <s:complexType>\r\n
|
752
|
+
\ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
753
|
+
name=\"LookupExResult\" type=\"tns:LookupExRsp\" />\r\n </s:sequence>\r\n
|
754
|
+
\ </s:complexType>\r\n </s:element>\r\n <s:complexType name=\"LookupExRsp\">\r\n
|
755
|
+
\ <s:complexContent mixed=\"false\">\r\n <s:extension base=\"tns:ResponseBase\">\r\n
|
756
|
+
\ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
757
|
+
name=\"CartID\" type=\"s:string\" />\r\n <s:element minOccurs=\"0\"
|
758
|
+
maxOccurs=\"1\" name=\"CartItemsResponse\" type=\"tns:ArrayOfCartItemResponse\"
|
759
|
+
/>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"ExTax\"
|
760
|
+
type=\"tns:ArrayOfExTaxItem\" />\r\n </s:sequence>\r\n </s:extension>\r\n
|
761
|
+
\ </s:complexContent>\r\n </s:complexType>\r\n <s:complexType
|
762
|
+
name=\"ArrayOfExTaxItem\">\r\n <s:sequence>\r\n <s:element
|
763
|
+
minOccurs=\"0\" maxOccurs=\"unbounded\" name=\"ExTaxItem\" nillable=\"true\"
|
764
|
+
type=\"tns:ExTaxItem\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
|
765
|
+
\ <s:complexType name=\"ExTaxItem\">\r\n <s:sequence>\r\n <s:element
|
766
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"Label\" type=\"s:string\" />\r\n <s:element
|
767
|
+
minOccurs=\"1\" maxOccurs=\"1\" name=\"Amount\" type=\"s:double\" />\r\n </s:sequence>\r\n
|
768
|
+
\ </s:complexType>\r\n <s:element name=\"LookupForDateEx\">\r\n <s:complexType>\r\n
|
769
|
+
\ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
770
|
+
name=\"apiLoginID\" type=\"s:string\" />\r\n <s:element minOccurs=\"0\"
|
771
|
+
maxOccurs=\"1\" name=\"apiKey\" type=\"s:string\" />\r\n <s:element
|
772
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"customerID\" type=\"s:string\" />\r\n
|
773
|
+
\ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"cartID\" type=\"s:string\"
|
774
|
+
/>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"cartItems\"
|
775
|
+
type=\"tns:ArrayOfCartItem\" />\r\n <s:element minOccurs=\"0\"
|
776
|
+
maxOccurs=\"1\" name=\"origin\" type=\"tns:Address\" />\r\n <s:element
|
777
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"destination\" type=\"tns:Address\"
|
778
|
+
/>\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\" name=\"useDate\"
|
779
|
+
type=\"s:dateTime\" />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
780
|
+
name=\"exemptCert\" type=\"tns:ExemptionCertificate\" />\r\n <s:element
|
781
|
+
minOccurs=\"1\" maxOccurs=\"1\" name=\"deliveredBySeller\" type=\"s:boolean\"
|
782
|
+
/>\r\n </s:sequence>\r\n </s:complexType>\r\n </s:element>\r\n
|
783
|
+
\ <s:element name=\"LookupForDateExResponse\">\r\n <s:complexType>\r\n
|
784
|
+
\ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
785
|
+
name=\"LookupForDateExResult\" type=\"tns:LookupExRsp\" />\r\n </s:sequence>\r\n
|
786
|
+
\ </s:complexType>\r\n </s:element>\r\n <s:element name=\"TICSpecialHandlingByDate\">\r\n
|
787
|
+
\ <s:complexType>\r\n <s:sequence>\r\n <s:element
|
788
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"apiLoginID\" type=\"s:string\" />\r\n
|
789
|
+
\ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"apiKey\" type=\"s:string\"
|
790
|
+
/>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"stateAbbrev\"
|
791
|
+
type=\"s:string\" />\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\"
|
792
|
+
name=\"targetDate\" type=\"s:dateTime\" />\r\n </s:sequence>\r\n
|
793
|
+
\ </s:complexType>\r\n </s:element>\r\n <s:element name=\"TICSpecialHandlingByDateResponse\">\r\n
|
794
|
+
\ <s:complexType>\r\n <s:sequence>\r\n <s:element
|
795
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"TICSpecialHandlingByDateResult\" type=\"tns:TICSpecialHandlingRsp\"
|
796
|
+
/>\r\n </s:sequence>\r\n </s:complexType>\r\n </s:element>\r\n
|
797
|
+
\ <s:complexType name=\"TICSpecialHandlingRsp\">\r\n <s:complexContent
|
798
|
+
mixed=\"false\">\r\n <s:extension base=\"tns:ResponseBase\">\r\n
|
799
|
+
\ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
800
|
+
name=\"TicItems\" type=\"tns:ArrayOfTicItem\" />\r\n </s:sequence>\r\n
|
801
|
+
\ </s:extension>\r\n </s:complexContent>\r\n </s:complexType>\r\n
|
802
|
+
\ <s:complexType name=\"ArrayOfTicItem\">\r\n <s:sequence>\r\n
|
803
|
+
\ <s:element minOccurs=\"0\" maxOccurs=\"unbounded\" name=\"TicItem\"
|
804
|
+
nillable=\"true\" type=\"tns:TicItem\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
|
805
|
+
\ <s:complexType name=\"TicItem\">\r\n <s:sequence>\r\n <s:element
|
806
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"StateAbbr\" type=\"s:string\" />\r\n
|
807
|
+
\ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"JurFIPSCode\"
|
808
|
+
type=\"s:string\" />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
809
|
+
name=\"TIC\" type=\"s:string\" />\r\n <s:element minOccurs=\"0\"
|
810
|
+
maxOccurs=\"1\" name=\"BeginDate\" type=\"s:string\" />\r\n <s:element
|
811
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"EndDate\" type=\"s:string\" />\r\n
|
812
|
+
\ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"PercentTaxable\"
|
813
|
+
type=\"s:string\" />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
814
|
+
name=\"Rate\" type=\"s:string\" />\r\n <s:element minOccurs=\"0\"
|
815
|
+
maxOccurs=\"1\" name=\"ExemptUnder\" type=\"s:string\" />\r\n <s:element
|
816
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"ExemptOver\" type=\"s:string\" />\r\n
|
817
|
+
\ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"TaxablePortionOver\"
|
818
|
+
type=\"s:string\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
|
819
|
+
\ <s:element name=\"TICSpecialHandlingByDateForList\">\r\n <s:complexType>\r\n
|
820
|
+
\ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
821
|
+
name=\"apiLoginID\" type=\"s:string\" />\r\n <s:element minOccurs=\"0\"
|
822
|
+
maxOccurs=\"1\" name=\"apiKey\" type=\"s:string\" />\r\n <s:element
|
823
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"stateAbbrev\" type=\"s:string\" />\r\n
|
824
|
+
\ <s:element minOccurs=\"1\" maxOccurs=\"1\" name=\"targetDate\"
|
825
|
+
type=\"s:dateTime\" />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
826
|
+
name=\"TICList\" type=\"s:string\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
|
827
|
+
\ </s:element>\r\n <s:element name=\"TICSpecialHandlingByDateForListResponse\">\r\n
|
828
|
+
\ <s:complexType>\r\n <s:sequence>\r\n <s:element
|
829
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"TICSpecialHandlingByDateForListResult\"
|
830
|
+
type=\"tns:TICSpecialHandlingRsp\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
|
831
|
+
\ </s:element>\r\n <s:element name=\"MerchantUSStateInformation\">\r\n
|
832
|
+
\ <s:complexType>\r\n <s:sequence>\r\n <s:element
|
833
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"apiLoginID\" type=\"s:string\" />\r\n
|
834
|
+
\ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"apiKey\" type=\"s:string\"
|
835
|
+
/>\r\n </s:sequence>\r\n </s:complexType>\r\n </s:element>\r\n
|
836
|
+
\ <s:element name=\"MerchantUSStateInformationResponse\">\r\n <s:complexType>\r\n
|
837
|
+
\ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
838
|
+
name=\"MerchantUSStateInformationResult\" type=\"tns:WhereAmICollectingTaxRsp\"
|
839
|
+
/>\r\n </s:sequence>\r\n </s:complexType>\r\n </s:element>\r\n
|
840
|
+
\ <s:complexType name=\"WhereAmICollectingTaxRsp\">\r\n <s:complexContent
|
841
|
+
mixed=\"false\">\r\n <s:extension base=\"tns:ResponseBase\">\r\n
|
842
|
+
\ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
|
843
|
+
name=\"StateItems\" type=\"tns:ArrayOfStateItem\" />\r\n </s:sequence>\r\n
|
844
|
+
\ </s:extension>\r\n </s:complexContent>\r\n </s:complexType>\r\n
|
845
|
+
\ <s:complexType name=\"ArrayOfStateItem\">\r\n <s:sequence>\r\n
|
846
|
+
\ <s:element minOccurs=\"0\" maxOccurs=\"unbounded\" name=\"StateItem\"
|
847
|
+
nillable=\"true\" type=\"tns:StateItem\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
|
848
|
+
\ <s:complexType name=\"StateItem\">\r\n <s:sequence>\r\n <s:element
|
849
|
+
minOccurs=\"0\" maxOccurs=\"1\" name=\"StateAbbr\" type=\"s:string\" />\r\n
|
850
|
+
\ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"Collecting\" type=\"s:string\"
|
851
|
+
/>\r\n </s:sequence>\r\n </s:complexType>\r\n <s:element
|
852
|
+
name=\"HttpStatusCode\" type=\"tns:HttpStatusCode\" />\r\n <s:element
|
853
|
+
name=\"VerifiedAddress\" nillable=\"true\" type=\"tns:VerifiedAddress\" />\r\n
|
854
|
+
\ <s:element name=\"AuthorizedRsp\" nillable=\"true\" type=\"tns:AuthorizedRsp\"
|
855
|
+
/>\r\n <s:element name=\"CapturedRsp\" nillable=\"true\" type=\"tns:CapturedRsp\"
|
856
|
+
/>\r\n <s:element name=\"OrderDetailsRsp\" nillable=\"true\" type=\"tns:OrderDetailsRsp\"
|
857
|
+
/>\r\n <s:element name=\"CreatePlatformAccountResp\" nillable=\"true\"
|
858
|
+
type=\"tns:CreatePlatformAccountResp\" />\r\n <s:element name=\"GetLocationsResp\"
|
859
|
+
nillable=\"true\" type=\"tns:GetLocationsResp\" />\r\n <s:element name=\"GetTICGroupsRsp\"
|
860
|
+
nillable=\"true\" type=\"tns:GetTICGroupsRsp\" />\r\n <s:element name=\"GetTICsRsp\"
|
861
|
+
nillable=\"true\" type=\"tns:GetTICsRsp\" />\r\n <s:element name=\"DeleteCertificateRsp\"
|
862
|
+
nillable=\"true\" type=\"tns:DeleteCertificateRsp\" />\r\n <s:element
|
863
|
+
name=\"GetCertificatesRsp\" nillable=\"true\" type=\"tns:GetCertificatesRsp\"
|
864
|
+
/>\r\n <s:element name=\"PingRsp\" nillable=\"true\" type=\"tns:PingRsp\"
|
865
|
+
/>\r\n <s:element name=\"TICSpecialHandlingRsp\" nillable=\"true\" type=\"tns:TICSpecialHandlingRsp\"
|
866
|
+
/>\r\n <s:element name=\"WhereAmICollectingTaxRsp\" nillable=\"true\"
|
867
|
+
type=\"tns:WhereAmICollectingTaxRsp\" />\r\n </s:schema>\r\n </wsdl:types>\r\n
|
868
|
+
\ <wsdl:message name=\"HealthSoapIn\">\r\n <wsdl:part name=\"parameters\"
|
869
|
+
element=\"tns:Health\" />\r\n </wsdl:message>\r\n <wsdl:message name=\"HealthSoapOut\">\r\n
|
870
|
+
\ <wsdl:part name=\"parameters\" element=\"tns:HealthResponse\" />\r\n </wsdl:message>\r\n
|
871
|
+
\ <wsdl:message name=\"VerifyAddressSoapIn\">\r\n <wsdl:part name=\"parameters\"
|
872
|
+
element=\"tns:VerifyAddress\" />\r\n </wsdl:message>\r\n <wsdl:message name=\"VerifyAddressSoapOut\">\r\n
|
873
|
+
\ <wsdl:part name=\"parameters\" element=\"tns:VerifyAddressResponse\" />\r\n
|
874
|
+
\ </wsdl:message>\r\n <wsdl:message name=\"LookupForDateSoapIn\">\r\n <wsdl:part
|
875
|
+
name=\"parameters\" element=\"tns:LookupForDate\" />\r\n </wsdl:message>\r\n
|
876
|
+
\ <wsdl:message name=\"LookupForDateSoapOut\">\r\n <wsdl:part name=\"parameters\"
|
877
|
+
element=\"tns:LookupForDateResponse\" />\r\n </wsdl:message>\r\n <wsdl:message
|
878
|
+
name=\"LookupSoapIn\">\r\n <wsdl:part name=\"parameters\" element=\"tns:Lookup\"
|
879
|
+
/>\r\n </wsdl:message>\r\n <wsdl:message name=\"LookupSoapOut\">\r\n <wsdl:part
|
880
|
+
name=\"parameters\" element=\"tns:LookupResponse\" />\r\n </wsdl:message>\r\n
|
881
|
+
\ <wsdl:message name=\"AuthorizedSoapIn\">\r\n <wsdl:part name=\"parameters\"
|
882
|
+
element=\"tns:Authorized\" />\r\n </wsdl:message>\r\n <wsdl:message name=\"AuthorizedSoapOut\">\r\n
|
883
|
+
\ <wsdl:part name=\"parameters\" element=\"tns:AuthorizedResponse\" />\r\n
|
884
|
+
\ </wsdl:message>\r\n <wsdl:message name=\"AuthorizedWithCaptureSoapIn\">\r\n
|
885
|
+
\ <wsdl:part name=\"parameters\" element=\"tns:AuthorizedWithCapture\" />\r\n
|
886
|
+
\ </wsdl:message>\r\n <wsdl:message name=\"AuthorizedWithCaptureSoapOut\">\r\n
|
887
|
+
\ <wsdl:part name=\"parameters\" element=\"tns:AuthorizedWithCaptureResponse\"
|
888
|
+
/>\r\n </wsdl:message>\r\n <wsdl:message name=\"CapturedSoapIn\">\r\n <wsdl:part
|
889
|
+
name=\"parameters\" element=\"tns:Captured\" />\r\n </wsdl:message>\r\n <wsdl:message
|
890
|
+
name=\"CapturedSoapOut\">\r\n <wsdl:part name=\"parameters\" element=\"tns:CapturedResponse\"
|
891
|
+
/>\r\n </wsdl:message>\r\n <wsdl:message name=\"ReturnedCreditMemoSoapIn\">\r\n
|
892
|
+
\ <wsdl:part name=\"parameters\" element=\"tns:ReturnedCreditMemo\" />\r\n
|
893
|
+
\ </wsdl:message>\r\n <wsdl:message name=\"ReturnedCreditMemoSoapOut\">\r\n
|
894
|
+
\ <wsdl:part name=\"parameters\" element=\"tns:ReturnedCreditMemoResponse\"
|
895
|
+
/>\r\n </wsdl:message>\r\n <wsdl:message name=\"ReturnedSoapIn\">\r\n <wsdl:part
|
896
|
+
name=\"parameters\" element=\"tns:Returned\" />\r\n </wsdl:message>\r\n <wsdl:message
|
897
|
+
name=\"ReturnedSoapOut\">\r\n <wsdl:part name=\"parameters\" element=\"tns:ReturnedResponse\"
|
898
|
+
/>\r\n </wsdl:message>\r\n <wsdl:message name=\"ReturnedProSoapIn\">\r\n
|
899
|
+
\ <wsdl:part name=\"parameters\" element=\"tns:ReturnedPro\" />\r\n </wsdl:message>\r\n
|
900
|
+
\ <wsdl:message name=\"ReturnedProSoapOut\">\r\n <wsdl:part name=\"parameters\"
|
901
|
+
element=\"tns:ReturnedProResponse\" />\r\n </wsdl:message>\r\n <wsdl:message
|
902
|
+
name=\"OrderDetailsSoapIn\">\r\n <wsdl:part name=\"parameters\" element=\"tns:OrderDetails\"
|
903
|
+
/>\r\n </wsdl:message>\r\n <wsdl:message name=\"OrderDetailsSoapOut\">\r\n
|
904
|
+
\ <wsdl:part name=\"parameters\" element=\"tns:OrderDetailsResponse\" />\r\n
|
905
|
+
\ </wsdl:message>\r\n <wsdl:message name=\"AddTransactionsSoapIn\">\r\n <wsdl:part
|
906
|
+
name=\"parameters\" element=\"tns:AddTransactions\" />\r\n </wsdl:message>\r\n
|
907
|
+
\ <wsdl:message name=\"AddTransactionsSoapOut\">\r\n <wsdl:part name=\"parameters\"
|
908
|
+
element=\"tns:AddTransactionsResponse\" />\r\n </wsdl:message>\r\n <wsdl:message
|
909
|
+
name=\"CreatePlatformAccountSoapIn\">\r\n <wsdl:part name=\"parameters\"
|
910
|
+
element=\"tns:CreatePlatformAccount\" />\r\n </wsdl:message>\r\n <wsdl:message
|
911
|
+
name=\"CreatePlatformAccountSoapOut\">\r\n <wsdl:part name=\"parameters\"
|
912
|
+
element=\"tns:CreatePlatformAccountResponse\" />\r\n </wsdl:message>\r\n
|
913
|
+
\ <wsdl:message name=\"GetLocationsSoapIn\">\r\n <wsdl:part name=\"parameters\"
|
914
|
+
element=\"tns:GetLocations\" />\r\n </wsdl:message>\r\n <wsdl:message name=\"GetLocationsSoapOut\">\r\n
|
915
|
+
\ <wsdl:part name=\"parameters\" element=\"tns:GetLocationsResponse\" />\r\n
|
916
|
+
\ </wsdl:message>\r\n <wsdl:message name=\"GetTICGroupsSoapIn\">\r\n <wsdl:part
|
917
|
+
name=\"parameters\" element=\"tns:GetTICGroups\" />\r\n </wsdl:message>\r\n
|
918
|
+
\ <wsdl:message name=\"GetTICGroupsSoapOut\">\r\n <wsdl:part name=\"parameters\"
|
919
|
+
element=\"tns:GetTICGroupsResponse\" />\r\n </wsdl:message>\r\n <wsdl:message
|
920
|
+
name=\"GetTICsSoapIn\">\r\n <wsdl:part name=\"parameters\" element=\"tns:GetTICs\"
|
921
|
+
/>\r\n </wsdl:message>\r\n <wsdl:message name=\"GetTICsSoapOut\">\r\n <wsdl:part
|
922
|
+
name=\"parameters\" element=\"tns:GetTICsResponse\" />\r\n </wsdl:message>\r\n
|
923
|
+
\ <wsdl:message name=\"GetTICsByGroupSoapIn\">\r\n <wsdl:part name=\"parameters\"
|
924
|
+
element=\"tns:GetTICsByGroup\" />\r\n </wsdl:message>\r\n <wsdl:message
|
925
|
+
name=\"GetTICsByGroupSoapOut\">\r\n <wsdl:part name=\"parameters\" element=\"tns:GetTICsByGroupResponse\"
|
926
|
+
/>\r\n </wsdl:message>\r\n <wsdl:message name=\"AddExemptCertificateSoapIn\">\r\n
|
927
|
+
\ <wsdl:part name=\"parameters\" element=\"tns:AddExemptCertificate\" />\r\n
|
928
|
+
\ </wsdl:message>\r\n <wsdl:message name=\"AddExemptCertificateSoapOut\">\r\n
|
929
|
+
\ <wsdl:part name=\"parameters\" element=\"tns:AddExemptCertificateResponse\"
|
930
|
+
/>\r\n </wsdl:message>\r\n <wsdl:message name=\"DeleteExemptCertificateSoapIn\">\r\n
|
931
|
+
\ <wsdl:part name=\"parameters\" element=\"tns:DeleteExemptCertificate\"
|
932
|
+
/>\r\n </wsdl:message>\r\n <wsdl:message name=\"DeleteExemptCertificateSoapOut\">\r\n
|
933
|
+
\ <wsdl:part name=\"parameters\" element=\"tns:DeleteExemptCertificateResponse\"
|
934
|
+
/>\r\n </wsdl:message>\r\n <wsdl:message name=\"GetExemptCertificatesSoapIn\">\r\n
|
935
|
+
\ <wsdl:part name=\"parameters\" element=\"tns:GetExemptCertificates\" />\r\n
|
936
|
+
\ </wsdl:message>\r\n <wsdl:message name=\"GetExemptCertificatesSoapOut\">\r\n
|
937
|
+
\ <wsdl:part name=\"parameters\" element=\"tns:GetExemptCertificatesResponse\"
|
938
|
+
/>\r\n </wsdl:message>\r\n <wsdl:message name=\"PingSoapIn\">\r\n <wsdl:part
|
939
|
+
name=\"parameters\" element=\"tns:Ping\" />\r\n </wsdl:message>\r\n <wsdl:message
|
940
|
+
name=\"PingSoapOut\">\r\n <wsdl:part name=\"parameters\" element=\"tns:PingResponse\"
|
941
|
+
/>\r\n </wsdl:message>\r\n <wsdl:message name=\"LookupWithRateSoapIn\">\r\n
|
942
|
+
\ <wsdl:part name=\"parameters\" element=\"tns:LookupWithRate\" />\r\n </wsdl:message>\r\n
|
943
|
+
\ <wsdl:message name=\"LookupWithRateSoapOut\">\r\n <wsdl:part name=\"parameters\"
|
944
|
+
element=\"tns:LookupWithRateResponse\" />\r\n </wsdl:message>\r\n <wsdl:message
|
945
|
+
name=\"LookupForDateWithRateSoapIn\">\r\n <wsdl:part name=\"parameters\"
|
946
|
+
element=\"tns:LookupForDateWithRate\" />\r\n </wsdl:message>\r\n <wsdl:message
|
947
|
+
name=\"LookupForDateWithRateSoapOut\">\r\n <wsdl:part name=\"parameters\"
|
948
|
+
element=\"tns:LookupForDateWithRateResponse\" />\r\n </wsdl:message>\r\n
|
949
|
+
\ <wsdl:message name=\"LookupMultiAddressSoapIn\">\r\n <wsdl:part name=\"parameters\"
|
950
|
+
element=\"tns:LookupMultiAddress\" />\r\n </wsdl:message>\r\n <wsdl:message
|
951
|
+
name=\"LookupMultiAddressSoapOut\">\r\n <wsdl:part name=\"parameters\"
|
952
|
+
element=\"tns:LookupMultiAddressResponse\" />\r\n </wsdl:message>\r\n <wsdl:message
|
953
|
+
name=\"LookupForDateMultiAddressSoapIn\">\r\n <wsdl:part name=\"parameters\"
|
954
|
+
element=\"tns:LookupForDateMultiAddress\" />\r\n </wsdl:message>\r\n <wsdl:message
|
955
|
+
name=\"LookupForDateMultiAddressSoapOut\">\r\n <wsdl:part name=\"parameters\"
|
956
|
+
element=\"tns:LookupForDateMultiAddressResponse\" />\r\n </wsdl:message>\r\n
|
957
|
+
\ <wsdl:message name=\"AuthorizedWithCaptureMultiAddressSoapIn\">\r\n <wsdl:part
|
958
|
+
name=\"parameters\" element=\"tns:AuthorizedWithCaptureMultiAddress\" />\r\n
|
959
|
+
\ </wsdl:message>\r\n <wsdl:message name=\"AuthorizedWithCaptureMultiAddressSoapOut\">\r\n
|
960
|
+
\ <wsdl:part name=\"parameters\" element=\"tns:AuthorizedWithCaptureMultiAddressResponse\"
|
961
|
+
/>\r\n </wsdl:message>\r\n <wsdl:message name=\"ReturnedMultiAddressSoapIn\">\r\n
|
962
|
+
\ <wsdl:part name=\"parameters\" element=\"tns:ReturnedMultiAddress\" />\r\n
|
963
|
+
\ </wsdl:message>\r\n <wsdl:message name=\"ReturnedMultiAddressSoapOut\">\r\n
|
964
|
+
\ <wsdl:part name=\"parameters\" element=\"tns:ReturnedMultiAddressResponse\"
|
965
|
+
/>\r\n </wsdl:message>\r\n <wsdl:message name=\"LookupExSoapIn\">\r\n <wsdl:part
|
966
|
+
name=\"parameters\" element=\"tns:LookupEx\" />\r\n </wsdl:message>\r\n <wsdl:message
|
967
|
+
name=\"LookupExSoapOut\">\r\n <wsdl:part name=\"parameters\" element=\"tns:LookupExResponse\"
|
968
|
+
/>\r\n </wsdl:message>\r\n <wsdl:message name=\"LookupForDateExSoapIn\">\r\n
|
969
|
+
\ <wsdl:part name=\"parameters\" element=\"tns:LookupForDateEx\" />\r\n
|
970
|
+
\ </wsdl:message>\r\n <wsdl:message name=\"LookupForDateExSoapOut\">\r\n
|
971
|
+
\ <wsdl:part name=\"parameters\" element=\"tns:LookupForDateExResponse\"
|
972
|
+
/>\r\n </wsdl:message>\r\n <wsdl:message name=\"TICSpecialHandlingByDateSoapIn\">\r\n
|
973
|
+
\ <wsdl:part name=\"parameters\" element=\"tns:TICSpecialHandlingByDate\"
|
974
|
+
/>\r\n </wsdl:message>\r\n <wsdl:message name=\"TICSpecialHandlingByDateSoapOut\">\r\n
|
975
|
+
\ <wsdl:part name=\"parameters\" element=\"tns:TICSpecialHandlingByDateResponse\"
|
976
|
+
/>\r\n </wsdl:message>\r\n <wsdl:message name=\"TICSpecialHandlingByDateForListSoapIn\">\r\n
|
977
|
+
\ <wsdl:part name=\"parameters\" element=\"tns:TICSpecialHandlingByDateForList\"
|
978
|
+
/>\r\n </wsdl:message>\r\n <wsdl:message name=\"TICSpecialHandlingByDateForListSoapOut\">\r\n
|
979
|
+
\ <wsdl:part name=\"parameters\" element=\"tns:TICSpecialHandlingByDateForListResponse\"
|
980
|
+
/>\r\n </wsdl:message>\r\n <wsdl:message name=\"MerchantUSStateInformationSoapIn\">\r\n
|
981
|
+
\ <wsdl:part name=\"parameters\" element=\"tns:MerchantUSStateInformation\"
|
982
|
+
/>\r\n </wsdl:message>\r\n <wsdl:message name=\"MerchantUSStateInformationSoapOut\">\r\n
|
983
|
+
\ <wsdl:part name=\"parameters\" element=\"tns:MerchantUSStateInformationResponse\"
|
984
|
+
/>\r\n </wsdl:message>\r\n <wsdl:message name=\"HealthHttpPostIn\" />\r\n
|
985
|
+
\ <wsdl:message name=\"HealthHttpPostOut\">\r\n <wsdl:part name=\"Body\"
|
986
|
+
element=\"tns:HttpStatusCode\" />\r\n </wsdl:message>\r\n <wsdl:message
|
987
|
+
name=\"VerifyAddressHttpPostIn\">\r\n <wsdl:part name=\"uspsUserID\" type=\"s:string\"
|
988
|
+
/>\r\n <wsdl:part name=\"address1\" type=\"s:string\" />\r\n <wsdl:part
|
989
|
+
name=\"address2\" type=\"s:string\" />\r\n <wsdl:part name=\"city\" type=\"s:string\"
|
990
|
+
/>\r\n <wsdl:part name=\"state\" type=\"s:string\" />\r\n <wsdl:part
|
991
|
+
name=\"zip5\" type=\"s:string\" />\r\n <wsdl:part name=\"zip4\" type=\"s:string\"
|
992
|
+
/>\r\n <wsdl:part name=\"apiLoginID\" type=\"s:string\" />\r\n <wsdl:part
|
993
|
+
name=\"apiKey\" type=\"s:string\" />\r\n </wsdl:message>\r\n <wsdl:message
|
994
|
+
name=\"VerifyAddressHttpPostOut\">\r\n <wsdl:part name=\"Body\" element=\"tns:VerifiedAddress\"
|
995
|
+
/>\r\n </wsdl:message>\r\n <wsdl:message name=\"AuthorizedHttpPostIn\">\r\n
|
996
|
+
\ <wsdl:part name=\"apiLoginID\" type=\"s:string\" />\r\n <wsdl:part
|
997
|
+
name=\"apiKey\" type=\"s:string\" />\r\n <wsdl:part name=\"customerID\"
|
998
|
+
type=\"s:string\" />\r\n <wsdl:part name=\"cartID\" type=\"s:string\" />\r\n
|
999
|
+
\ <wsdl:part name=\"orderID\" type=\"s:string\" />\r\n <wsdl:part name=\"dateAuthorized\"
|
1000
|
+
type=\"s:string\" />\r\n </wsdl:message>\r\n <wsdl:message name=\"AuthorizedHttpPostOut\">\r\n
|
1001
|
+
\ <wsdl:part name=\"Body\" element=\"tns:AuthorizedRsp\" />\r\n </wsdl:message>\r\n
|
1002
|
+
\ <wsdl:message name=\"CapturedHttpPostIn\">\r\n <wsdl:part name=\"apiLoginID\"
|
1003
|
+
type=\"s:string\" />\r\n <wsdl:part name=\"apiKey\" type=\"s:string\" />\r\n
|
1004
|
+
\ <wsdl:part name=\"orderID\" type=\"s:string\" />\r\n <wsdl:part name=\"comment\"
|
1005
|
+
type=\"s:string\" />\r\n </wsdl:message>\r\n <wsdl:message name=\"CapturedHttpPostOut\">\r\n
|
1006
|
+
\ <wsdl:part name=\"Body\" element=\"tns:CapturedRsp\" />\r\n </wsdl:message>\r\n
|
1007
|
+
\ <wsdl:message name=\"OrderDetailsHttpPostIn\">\r\n <wsdl:part name=\"apiLoginID\"
|
1008
|
+
type=\"s:string\" />\r\n <wsdl:part name=\"apiKey\" type=\"s:string\" />\r\n
|
1009
|
+
\ <wsdl:part name=\"orderID\" type=\"s:string\" />\r\n </wsdl:message>\r\n
|
1010
|
+
\ <wsdl:message name=\"OrderDetailsHttpPostOut\">\r\n <wsdl:part name=\"Body\"
|
1011
|
+
element=\"tns:OrderDetailsRsp\" />\r\n </wsdl:message>\r\n <wsdl:message
|
1012
|
+
name=\"CreatePlatformAccountHttpPostIn\">\r\n <wsdl:part name=\"apiLoginID\"
|
1013
|
+
type=\"s:string\" />\r\n <wsdl:part name=\"apiKey\" type=\"s:string\" />\r\n
|
1014
|
+
\ <wsdl:part name=\"CompanyName\" type=\"s:string\" />\r\n <wsdl:part
|
1015
|
+
name=\"Email\" type=\"s:string\" />\r\n <wsdl:part name=\"FirstName\" type=\"s:string\"
|
1016
|
+
/>\r\n <wsdl:part name=\"LastName\" type=\"s:string\" />\r\n </wsdl:message>\r\n
|
1017
|
+
\ <wsdl:message name=\"CreatePlatformAccountHttpPostOut\">\r\n <wsdl:part
|
1018
|
+
name=\"Body\" element=\"tns:CreatePlatformAccountResp\" />\r\n </wsdl:message>\r\n
|
1019
|
+
\ <wsdl:message name=\"GetLocationsHttpPostIn\">\r\n <wsdl:part name=\"apiLoginID\"
|
1020
|
+
type=\"s:string\" />\r\n <wsdl:part name=\"apiKey\" type=\"s:string\" />\r\n
|
1021
|
+
\ </wsdl:message>\r\n <wsdl:message name=\"GetLocationsHttpPostOut\">\r\n
|
1022
|
+
\ <wsdl:part name=\"Body\" element=\"tns:GetLocationsResp\" />\r\n </wsdl:message>\r\n
|
1023
|
+
\ <wsdl:message name=\"GetTICGroupsHttpPostIn\">\r\n <wsdl:part name=\"apiLoginID\"
|
1024
|
+
type=\"s:string\" />\r\n <wsdl:part name=\"apiKey\" type=\"s:string\" />\r\n
|
1025
|
+
\ </wsdl:message>\r\n <wsdl:message name=\"GetTICGroupsHttpPostOut\">\r\n
|
1026
|
+
\ <wsdl:part name=\"Body\" element=\"tns:GetTICGroupsRsp\" />\r\n </wsdl:message>\r\n
|
1027
|
+
\ <wsdl:message name=\"GetTICsHttpPostIn\">\r\n <wsdl:part name=\"apiLoginID\"
|
1028
|
+
type=\"s:string\" />\r\n <wsdl:part name=\"apiKey\" type=\"s:string\" />\r\n
|
1029
|
+
\ </wsdl:message>\r\n <wsdl:message name=\"GetTICsHttpPostOut\">\r\n <wsdl:part
|
1030
|
+
name=\"Body\" element=\"tns:GetTICsRsp\" />\r\n </wsdl:message>\r\n <wsdl:message
|
1031
|
+
name=\"GetTICsByGroupHttpPostIn\">\r\n <wsdl:part name=\"apiLoginID\" type=\"s:string\"
|
1032
|
+
/>\r\n <wsdl:part name=\"apiKey\" type=\"s:string\" />\r\n <wsdl:part
|
1033
|
+
name=\"ticGroup\" type=\"s:string\" />\r\n </wsdl:message>\r\n <wsdl:message
|
1034
|
+
name=\"GetTICsByGroupHttpPostOut\">\r\n <wsdl:part name=\"Body\" element=\"tns:GetTICsRsp\"
|
1035
|
+
/>\r\n </wsdl:message>\r\n <wsdl:message name=\"DeleteExemptCertificateHttpPostIn\">\r\n
|
1036
|
+
\ <wsdl:part name=\"apiLoginID\" type=\"s:string\" />\r\n <wsdl:part
|
1037
|
+
name=\"apiKey\" type=\"s:string\" />\r\n <wsdl:part name=\"certificateID\"
|
1038
|
+
type=\"s:string\" />\r\n </wsdl:message>\r\n <wsdl:message name=\"DeleteExemptCertificateHttpPostOut\">\r\n
|
1039
|
+
\ <wsdl:part name=\"Body\" element=\"tns:DeleteCertificateRsp\" />\r\n </wsdl:message>\r\n
|
1040
|
+
\ <wsdl:message name=\"GetExemptCertificatesHttpPostIn\">\r\n <wsdl:part
|
1041
|
+
name=\"apiLoginID\" type=\"s:string\" />\r\n <wsdl:part name=\"apiKey\"
|
1042
|
+
type=\"s:string\" />\r\n <wsdl:part name=\"customerID\" type=\"s:string\"
|
1043
|
+
/>\r\n </wsdl:message>\r\n <wsdl:message name=\"GetExemptCertificatesHttpPostOut\">\r\n
|
1044
|
+
\ <wsdl:part name=\"Body\" element=\"tns:GetCertificatesRsp\" />\r\n </wsdl:message>\r\n
|
1045
|
+
\ <wsdl:message name=\"PingHttpPostIn\">\r\n <wsdl:part name=\"apiLoginID\"
|
1046
|
+
type=\"s:string\" />\r\n <wsdl:part name=\"apiKey\" type=\"s:string\" />\r\n
|
1047
|
+
\ </wsdl:message>\r\n <wsdl:message name=\"PingHttpPostOut\">\r\n <wsdl:part
|
1048
|
+
name=\"Body\" element=\"tns:PingRsp\" />\r\n </wsdl:message>\r\n <wsdl:message
|
1049
|
+
name=\"TICSpecialHandlingByDateHttpPostIn\">\r\n <wsdl:part name=\"apiLoginID\"
|
1050
|
+
type=\"s:string\" />\r\n <wsdl:part name=\"apiKey\" type=\"s:string\" />\r\n
|
1051
|
+
\ <wsdl:part name=\"stateAbbrev\" type=\"s:string\" />\r\n <wsdl:part
|
1052
|
+
name=\"targetDate\" type=\"s:string\" />\r\n </wsdl:message>\r\n <wsdl:message
|
1053
|
+
name=\"TICSpecialHandlingByDateHttpPostOut\">\r\n <wsdl:part name=\"Body\"
|
1054
|
+
element=\"tns:TICSpecialHandlingRsp\" />\r\n </wsdl:message>\r\n <wsdl:message
|
1055
|
+
name=\"TICSpecialHandlingByDateForListHttpPostIn\">\r\n <wsdl:part name=\"apiLoginID\"
|
1056
|
+
type=\"s:string\" />\r\n <wsdl:part name=\"apiKey\" type=\"s:string\" />\r\n
|
1057
|
+
\ <wsdl:part name=\"stateAbbrev\" type=\"s:string\" />\r\n <wsdl:part
|
1058
|
+
name=\"targetDate\" type=\"s:string\" />\r\n <wsdl:part name=\"TICList\"
|
1059
|
+
type=\"s:string\" />\r\n </wsdl:message>\r\n <wsdl:message name=\"TICSpecialHandlingByDateForListHttpPostOut\">\r\n
|
1060
|
+
\ <wsdl:part name=\"Body\" element=\"tns:TICSpecialHandlingRsp\" />\r\n
|
1061
|
+
\ </wsdl:message>\r\n <wsdl:message name=\"MerchantUSStateInformationHttpPostIn\">\r\n
|
1062
|
+
\ <wsdl:part name=\"apiLoginID\" type=\"s:string\" />\r\n <wsdl:part
|
1063
|
+
name=\"apiKey\" type=\"s:string\" />\r\n </wsdl:message>\r\n <wsdl:message
|
1064
|
+
name=\"MerchantUSStateInformationHttpPostOut\">\r\n <wsdl:part name=\"Body\"
|
1065
|
+
element=\"tns:WhereAmICollectingTaxRsp\" />\r\n </wsdl:message>\r\n <wsdl:portType
|
1066
|
+
name=\"TaxCloudSoap\">\r\n <wsdl:operation name=\"Health\">\r\n <wsdl:documentation
|
1067
|
+
xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">Instance status check</wsdl:documentation>\r\n
|
1068
|
+
\ <wsdl:input message=\"tns:HealthSoapIn\" />\r\n <wsdl:output message=\"tns:HealthSoapOut\"
|
1069
|
+
/>\r\n </wsdl:operation>\r\n <wsdl:operation name=\"VerifyAddress\">\r\n
|
1070
|
+
\ <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">Verify
|
1071
|
+
an address. Note: No longer requires valid USPS ID - Use '000CLOUD0000' as
|
1072
|
+
the uspsUserID.</wsdl:documentation>\r\n <wsdl:input message=\"tns:VerifyAddressSoapIn\"
|
1073
|
+
/>\r\n <wsdl:output message=\"tns:VerifyAddressSoapOut\" />\r\n </wsdl:operation>\r\n
|
1074
|
+
\ <wsdl:operation name=\"LookupForDate\">\r\n <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">Perform
|
1075
|
+
a Lookup for a specific date.</wsdl:documentation>\r\n <wsdl:input message=\"tns:LookupForDateSoapIn\"
|
1076
|
+
/>\r\n <wsdl:output message=\"tns:LookupForDateSoapOut\" />\r\n </wsdl:operation>\r\n
|
1077
|
+
\ <wsdl:operation name=\"Lookup\">\r\n <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">Determine
|
1078
|
+
applicable sales or use tax for items being purchased.</wsdl:documentation>\r\n
|
1079
|
+
\ <wsdl:input message=\"tns:LookupSoapIn\" />\r\n <wsdl:output message=\"tns:LookupSoapOut\"
|
1080
|
+
/>\r\n </wsdl:operation>\r\n <wsdl:operation name=\"Authorized\">\r\n
|
1081
|
+
\ <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">Mark
|
1082
|
+
a previous Lookup as Authorized - do this AFTER authorizing with payment processor.</wsdl:documentation>\r\n
|
1083
|
+
\ <wsdl:input message=\"tns:AuthorizedSoapIn\" />\r\n <wsdl:output
|
1084
|
+
message=\"tns:AuthorizedSoapOut\" />\r\n </wsdl:operation>\r\n <wsdl:operation
|
1085
|
+
name=\"AuthorizedWithCapture\">\r\n <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">Mark
|
1086
|
+
a previous Lookup as Authorized and Captured - do this AFTER capturing payment
|
1087
|
+
with payment processor.</wsdl:documentation>\r\n <wsdl:input message=\"tns:AuthorizedWithCaptureSoapIn\"
|
1088
|
+
/>\r\n <wsdl:output message=\"tns:AuthorizedWithCaptureSoapOut\" />\r\n
|
1089
|
+
\ </wsdl:operation>\r\n <wsdl:operation name=\"Captured\">\r\n <wsdl:documentation
|
1090
|
+
xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">Mark a previous Lookup as
|
1091
|
+
Captured - do this AFTER calling Authorized API and after capturing payment
|
1092
|
+
with payment processor.</wsdl:documentation>\r\n <wsdl:input message=\"tns:CapturedSoapIn\"
|
1093
|
+
/>\r\n <wsdl:output message=\"tns:CapturedSoapOut\" />\r\n </wsdl:operation>\r\n
|
1094
|
+
\ <wsdl:operation name=\"ReturnedCreditMemo\">\r\n <wsdl:documentation
|
1095
|
+
xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">Return a previously Captured
|
1096
|
+
transaction. Supports entire order returns as well as individual item returns
|
1097
|
+
and even partial item-level returns.</wsdl:documentation>\r\n <wsdl:input
|
1098
|
+
message=\"tns:ReturnedCreditMemoSoapIn\" />\r\n <wsdl:output message=\"tns:ReturnedCreditMemoSoapOut\"
|
1099
|
+
/>\r\n </wsdl:operation>\r\n <wsdl:operation name=\"Returned\">\r\n
|
1100
|
+
\ <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">Return
|
1101
|
+
a previously Captured transaction. Supports entire order returns as well as
|
1102
|
+
individual item returns and even partial item-level returns.</wsdl:documentation>\r\n
|
1103
|
+
\ <wsdl:input message=\"tns:ReturnedSoapIn\" />\r\n <wsdl:output
|
1104
|
+
message=\"tns:ReturnedSoapOut\" />\r\n </wsdl:operation>\r\n <wsdl:operation
|
1105
|
+
name=\"ReturnedPro\">\r\n <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">Return
|
1106
|
+
or adjust a previously Captured transaction. [Additional License Required]</wsdl:documentation>\r\n
|
1107
|
+
\ <wsdl:input message=\"tns:ReturnedProSoapIn\" />\r\n <wsdl:output
|
1108
|
+
message=\"tns:ReturnedProSoapOut\" />\r\n </wsdl:operation>\r\n <wsdl:operation
|
1109
|
+
name=\"OrderDetails\">\r\n <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">Review
|
1110
|
+
Jurisdiction Details for a Captured Order</wsdl:documentation>\r\n <wsdl:input
|
1111
|
+
message=\"tns:OrderDetailsSoapIn\" />\r\n <wsdl:output message=\"tns:OrderDetailsSoapOut\"
|
1112
|
+
/>\r\n </wsdl:operation>\r\n <wsdl:operation name=\"AddTransactions\">\r\n
|
1113
|
+
\ <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">Add
|
1114
|
+
a batch of transactions from offline sources.</wsdl:documentation>\r\n <wsdl:input
|
1115
|
+
message=\"tns:AddTransactionsSoapIn\" />\r\n <wsdl:output message=\"tns:AddTransactionsSoapOut\"
|
1116
|
+
/>\r\n </wsdl:operation>\r\n <wsdl:operation name=\"CreatePlatformAccount\">\r\n
|
1117
|
+
\ <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">Provision
|
1118
|
+
a new TaxCloud Account [Additional License Required]</wsdl:documentation>\r\n
|
1119
|
+
\ <wsdl:input message=\"tns:CreatePlatformAccountSoapIn\" />\r\n <wsdl:output
|
1120
|
+
message=\"tns:CreatePlatformAccountSoapOut\" />\r\n </wsdl:operation>\r\n
|
1121
|
+
\ <wsdl:operation name=\"GetLocations\">\r\n <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">Retrieve
|
1122
|
+
your Locations (addresses) saved in TaxCloud.</wsdl:documentation>\r\n <wsdl:input
|
1123
|
+
message=\"tns:GetLocationsSoapIn\" />\r\n <wsdl:output message=\"tns:GetLocationsSoapOut\"
|
1124
|
+
/>\r\n </wsdl:operation>\r\n <wsdl:operation name=\"GetTICGroups\">\r\n
|
1125
|
+
\ <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">Retrieve
|
1126
|
+
TIC Groups</wsdl:documentation>\r\n <wsdl:input message=\"tns:GetTICGroupsSoapIn\"
|
1127
|
+
/>\r\n <wsdl:output message=\"tns:GetTICGroupsSoapOut\" />\r\n </wsdl:operation>\r\n
|
1128
|
+
\ <wsdl:operation name=\"GetTICs\">\r\n <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">Get
|
1129
|
+
all TICs</wsdl:documentation>\r\n <wsdl:input message=\"tns:GetTICsSoapIn\"
|
1130
|
+
/>\r\n <wsdl:output message=\"tns:GetTICsSoapOut\" />\r\n </wsdl:operation>\r\n
|
1131
|
+
\ <wsdl:operation name=\"GetTICsByGroup\">\r\n <wsdl:documentation
|
1132
|
+
xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">Get TICs in a group.</wsdl:documentation>\r\n
|
1133
|
+
\ <wsdl:input message=\"tns:GetTICsByGroupSoapIn\" />\r\n <wsdl:output
|
1134
|
+
message=\"tns:GetTICsByGroupSoapOut\" />\r\n </wsdl:operation>\r\n <wsdl:operation
|
1135
|
+
name=\"AddExemptCertificate\">\r\n <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">Save
|
1136
|
+
an Entity Exemption Certificate</wsdl:documentation>\r\n <wsdl:input
|
1137
|
+
message=\"tns:AddExemptCertificateSoapIn\" />\r\n <wsdl:output message=\"tns:AddExemptCertificateSoapOut\"
|
1138
|
+
/>\r\n </wsdl:operation>\r\n <wsdl:operation name=\"DeleteExemptCertificate\">\r\n
|
1139
|
+
\ <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">Remove
|
1140
|
+
an Entity Exemption Certificate</wsdl:documentation>\r\n <wsdl:input
|
1141
|
+
message=\"tns:DeleteExemptCertificateSoapIn\" />\r\n <wsdl:output message=\"tns:DeleteExemptCertificateSoapOut\"
|
1142
|
+
/>\r\n </wsdl:operation>\r\n <wsdl:operation name=\"GetExemptCertificates\">\r\n
|
1143
|
+
\ <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">Get
|
1144
|
+
previously saved Entity Exemption Certificates for a given customerID</wsdl:documentation>\r\n
|
1145
|
+
\ <wsdl:input message=\"tns:GetExemptCertificatesSoapIn\" />\r\n <wsdl:output
|
1146
|
+
message=\"tns:GetExemptCertificatesSoapOut\" />\r\n </wsdl:operation>\r\n
|
1147
|
+
\ <wsdl:operation name=\"Ping\">\r\n <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">Hello
|
1148
|
+
world? Is your implementation communicating with TaxCloud using a valid API
|
1149
|
+
ID and API Key?</wsdl:documentation>\r\n <wsdl:input message=\"tns:PingSoapIn\"
|
1150
|
+
/>\r\n <wsdl:output message=\"tns:PingSoapOut\" />\r\n </wsdl:operation>\r\n
|
1151
|
+
\ <wsdl:operation name=\"LookupWithRate\">\r\n <wsdl:documentation
|
1152
|
+
xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">Determine applicable sales
|
1153
|
+
or use tax for items being purchased.</wsdl:documentation>\r\n <wsdl:input
|
1154
|
+
message=\"tns:LookupWithRateSoapIn\" />\r\n <wsdl:output message=\"tns:LookupWithRateSoapOut\"
|
1155
|
+
/>\r\n </wsdl:operation>\r\n <wsdl:operation name=\"LookupForDateWithRate\">\r\n
|
1156
|
+
\ <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">Perform
|
1157
|
+
a Lookup for a specific date.</wsdl:documentation>\r\n <wsdl:input message=\"tns:LookupForDateWithRateSoapIn\"
|
1158
|
+
/>\r\n <wsdl:output message=\"tns:LookupForDateWithRateSoapOut\" />\r\n
|
1159
|
+
\ </wsdl:operation>\r\n <wsdl:operation name=\"LookupMultiAddress\">\r\n
|
1160
|
+
\ <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">Determine
|
1161
|
+
applicable sales or use tax for items being purchased.</wsdl:documentation>\r\n
|
1162
|
+
\ <wsdl:input message=\"tns:LookupMultiAddressSoapIn\" />\r\n <wsdl:output
|
1163
|
+
message=\"tns:LookupMultiAddressSoapOut\" />\r\n </wsdl:operation>\r\n
|
1164
|
+
\ <wsdl:operation name=\"LookupForDateMultiAddress\">\r\n <wsdl:documentation
|
1165
|
+
xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">Perform a Lookup for a specific
|
1166
|
+
date.</wsdl:documentation>\r\n <wsdl:input message=\"tns:LookupForDateMultiAddressSoapIn\"
|
1167
|
+
/>\r\n <wsdl:output message=\"tns:LookupForDateMultiAddressSoapOut\"
|
1168
|
+
/>\r\n </wsdl:operation>\r\n <wsdl:operation name=\"AuthorizedWithCaptureMultiAddress\">\r\n
|
1169
|
+
\ <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">Mark
|
1170
|
+
a previous Lookup as Authorized and Captured - do this AFTER capturing payment
|
1171
|
+
with payment processor.</wsdl:documentation>\r\n <wsdl:input message=\"tns:AuthorizedWithCaptureMultiAddressSoapIn\"
|
1172
|
+
/>\r\n <wsdl:output message=\"tns:AuthorizedWithCaptureMultiAddressSoapOut\"
|
1173
|
+
/>\r\n </wsdl:operation>\r\n <wsdl:operation name=\"ReturnedMultiAddress\">\r\n
|
1174
|
+
\ <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">Return
|
1175
|
+
a previously Captured transaction. Supports entire order returns as well as
|
1176
|
+
individual item returns and even partial item-level returns.</wsdl:documentation>\r\n
|
1177
|
+
\ <wsdl:input message=\"tns:ReturnedMultiAddressSoapIn\" />\r\n <wsdl:output
|
1178
|
+
message=\"tns:ReturnedMultiAddressSoapOut\" />\r\n </wsdl:operation>\r\n
|
1179
|
+
\ <wsdl:operation name=\"LookupEx\">\r\n <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">Determine
|
1180
|
+
applicable sales or use tax for items being purchased.</wsdl:documentation>\r\n
|
1181
|
+
\ <wsdl:input message=\"tns:LookupExSoapIn\" />\r\n <wsdl:output
|
1182
|
+
message=\"tns:LookupExSoapOut\" />\r\n </wsdl:operation>\r\n <wsdl:operation
|
1183
|
+
name=\"LookupForDateEx\">\r\n <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">Perform
|
1184
|
+
a Lookup for a specific date.</wsdl:documentation>\r\n <wsdl:input message=\"tns:LookupForDateExSoapIn\"
|
1185
|
+
/>\r\n <wsdl:output message=\"tns:LookupForDateExSoapOut\" />\r\n </wsdl:operation>\r\n
|
1186
|
+
\ <wsdl:operation name=\"TICSpecialHandlingByDate\">\r\n <wsdl:documentation
|
1187
|
+
xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">Returns the TICs that have
|
1188
|
+
special handling for a particular state and date</wsdl:documentation>\r\n
|
1189
|
+
\ <wsdl:input message=\"tns:TICSpecialHandlingByDateSoapIn\" />\r\n <wsdl:output
|
1190
|
+
message=\"tns:TICSpecialHandlingByDateSoapOut\" />\r\n </wsdl:operation>\r\n
|
1191
|
+
\ <wsdl:operation name=\"TICSpecialHandlingByDateForList\">\r\n <wsdl:documentation
|
1192
|
+
xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">Returns the TICs that have
|
1193
|
+
special handling for a particular state and date</wsdl:documentation>\r\n
|
1194
|
+
\ <wsdl:input message=\"tns:TICSpecialHandlingByDateForListSoapIn\" />\r\n
|
1195
|
+
\ <wsdl:output message=\"tns:TICSpecialHandlingByDateForListSoapOut\"
|
1196
|
+
/>\r\n </wsdl:operation>\r\n <wsdl:operation name=\"MerchantUSStateInformation\">\r\n
|
1197
|
+
\ <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">Returns
|
1198
|
+
a list of states with information about whether this account is collecting
|
1199
|
+
tax in that state or not</wsdl:documentation>\r\n <wsdl:input message=\"tns:MerchantUSStateInformationSoapIn\"
|
1200
|
+
/>\r\n <wsdl:output message=\"tns:MerchantUSStateInformationSoapOut\"
|
1201
|
+
/>\r\n </wsdl:operation>\r\n </wsdl:portType>\r\n <wsdl:portType name=\"TaxCloudHttpPost\">\r\n
|
1202
|
+
\ <wsdl:operation name=\"Health\">\r\n <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">Instance
|
1203
|
+
status check</wsdl:documentation>\r\n <wsdl:input message=\"tns:HealthHttpPostIn\"
|
1204
|
+
/>\r\n <wsdl:output message=\"tns:HealthHttpPostOut\" />\r\n </wsdl:operation>\r\n
|
1205
|
+
\ <wsdl:operation name=\"VerifyAddress\">\r\n <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">Verify
|
1206
|
+
an address. Note: No longer requires valid USPS ID - Use '000CLOUD0000' as
|
1207
|
+
the uspsUserID.</wsdl:documentation>\r\n <wsdl:input message=\"tns:VerifyAddressHttpPostIn\"
|
1208
|
+
/>\r\n <wsdl:output message=\"tns:VerifyAddressHttpPostOut\" />\r\n </wsdl:operation>\r\n
|
1209
|
+
\ <wsdl:operation name=\"Authorized\">\r\n <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">Mark
|
1210
|
+
a previous Lookup as Authorized - do this AFTER authorizing with payment processor.</wsdl:documentation>\r\n
|
1211
|
+
\ <wsdl:input message=\"tns:AuthorizedHttpPostIn\" />\r\n <wsdl:output
|
1212
|
+
message=\"tns:AuthorizedHttpPostOut\" />\r\n </wsdl:operation>\r\n <wsdl:operation
|
1213
|
+
name=\"Captured\">\r\n <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">Mark
|
1214
|
+
a previous Lookup as Captured - do this AFTER calling Authorized API and after
|
1215
|
+
capturing payment with payment processor.</wsdl:documentation>\r\n <wsdl:input
|
1216
|
+
message=\"tns:CapturedHttpPostIn\" />\r\n <wsdl:output message=\"tns:CapturedHttpPostOut\"
|
1217
|
+
/>\r\n </wsdl:operation>\r\n <wsdl:operation name=\"OrderDetails\">\r\n
|
1218
|
+
\ <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">Review
|
1219
|
+
Jurisdiction Details for a Captured Order</wsdl:documentation>\r\n <wsdl:input
|
1220
|
+
message=\"tns:OrderDetailsHttpPostIn\" />\r\n <wsdl:output message=\"tns:OrderDetailsHttpPostOut\"
|
1221
|
+
/>\r\n </wsdl:operation>\r\n <wsdl:operation name=\"CreatePlatformAccount\">\r\n
|
1222
|
+
\ <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">Provision
|
1223
|
+
a new TaxCloud Account [Additional License Required]</wsdl:documentation>\r\n
|
1224
|
+
\ <wsdl:input message=\"tns:CreatePlatformAccountHttpPostIn\" />\r\n <wsdl:output
|
1225
|
+
message=\"tns:CreatePlatformAccountHttpPostOut\" />\r\n </wsdl:operation>\r\n
|
1226
|
+
\ <wsdl:operation name=\"GetLocations\">\r\n <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">Retrieve
|
1227
|
+
your Locations (addresses) saved in TaxCloud.</wsdl:documentation>\r\n <wsdl:input
|
1228
|
+
message=\"tns:GetLocationsHttpPostIn\" />\r\n <wsdl:output message=\"tns:GetLocationsHttpPostOut\"
|
1229
|
+
/>\r\n </wsdl:operation>\r\n <wsdl:operation name=\"GetTICGroups\">\r\n
|
1230
|
+
\ <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">Retrieve
|
1231
|
+
TIC Groups</wsdl:documentation>\r\n <wsdl:input message=\"tns:GetTICGroupsHttpPostIn\"
|
1232
|
+
/>\r\n <wsdl:output message=\"tns:GetTICGroupsHttpPostOut\" />\r\n </wsdl:operation>\r\n
|
1233
|
+
\ <wsdl:operation name=\"GetTICs\">\r\n <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">Get
|
1234
|
+
all TICs</wsdl:documentation>\r\n <wsdl:input message=\"tns:GetTICsHttpPostIn\"
|
1235
|
+
/>\r\n <wsdl:output message=\"tns:GetTICsHttpPostOut\" />\r\n </wsdl:operation>\r\n
|
1236
|
+
\ <wsdl:operation name=\"GetTICsByGroup\">\r\n <wsdl:documentation
|
1237
|
+
xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">Get TICs in a group.</wsdl:documentation>\r\n
|
1238
|
+
\ <wsdl:input message=\"tns:GetTICsByGroupHttpPostIn\" />\r\n <wsdl:output
|
1239
|
+
message=\"tns:GetTICsByGroupHttpPostOut\" />\r\n </wsdl:operation>\r\n
|
1240
|
+
\ <wsdl:operation name=\"DeleteExemptCertificate\">\r\n <wsdl:documentation
|
1241
|
+
xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">Remove an Entity Exemption
|
1242
|
+
Certificate</wsdl:documentation>\r\n <wsdl:input message=\"tns:DeleteExemptCertificateHttpPostIn\"
|
1243
|
+
/>\r\n <wsdl:output message=\"tns:DeleteExemptCertificateHttpPostOut\"
|
1244
|
+
/>\r\n </wsdl:operation>\r\n <wsdl:operation name=\"GetExemptCertificates\">\r\n
|
1245
|
+
\ <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">Get
|
1246
|
+
previously saved Entity Exemption Certificates for a given customerID</wsdl:documentation>\r\n
|
1247
|
+
\ <wsdl:input message=\"tns:GetExemptCertificatesHttpPostIn\" />\r\n <wsdl:output
|
1248
|
+
message=\"tns:GetExemptCertificatesHttpPostOut\" />\r\n </wsdl:operation>\r\n
|
1249
|
+
\ <wsdl:operation name=\"Ping\">\r\n <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">Hello
|
1250
|
+
world? Is your implementation communicating with TaxCloud using a valid API
|
1251
|
+
ID and API Key?</wsdl:documentation>\r\n <wsdl:input message=\"tns:PingHttpPostIn\"
|
1252
|
+
/>\r\n <wsdl:output message=\"tns:PingHttpPostOut\" />\r\n </wsdl:operation>\r\n
|
1253
|
+
\ <wsdl:operation name=\"TICSpecialHandlingByDate\">\r\n <wsdl:documentation
|
1254
|
+
xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">Returns the TICs that have
|
1255
|
+
special handling for a particular state and date</wsdl:documentation>\r\n
|
1256
|
+
\ <wsdl:input message=\"tns:TICSpecialHandlingByDateHttpPostIn\" />\r\n
|
1257
|
+
\ <wsdl:output message=\"tns:TICSpecialHandlingByDateHttpPostOut\" />\r\n
|
1258
|
+
\ </wsdl:operation>\r\n <wsdl:operation name=\"TICSpecialHandlingByDateForList\">\r\n
|
1259
|
+
\ <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">Returns
|
1260
|
+
the TICs that have special handling for a particular state and date</wsdl:documentation>\r\n
|
1261
|
+
\ <wsdl:input message=\"tns:TICSpecialHandlingByDateForListHttpPostIn\"
|
1262
|
+
/>\r\n <wsdl:output message=\"tns:TICSpecialHandlingByDateForListHttpPostOut\"
|
1263
|
+
/>\r\n </wsdl:operation>\r\n <wsdl:operation name=\"MerchantUSStateInformation\">\r\n
|
1264
|
+
\ <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">Returns
|
1265
|
+
a list of states with information about whether this account is collecting
|
1266
|
+
tax in that state or not</wsdl:documentation>\r\n <wsdl:input message=\"tns:MerchantUSStateInformationHttpPostIn\"
|
1267
|
+
/>\r\n <wsdl:output message=\"tns:MerchantUSStateInformationHttpPostOut\"
|
1268
|
+
/>\r\n </wsdl:operation>\r\n </wsdl:portType>\r\n <wsdl:binding name=\"TaxCloudSoap\"
|
1269
|
+
type=\"tns:TaxCloudSoap\">\r\n <soap:binding transport=\"http://schemas.xmlsoap.org/soap/http\"
|
1270
|
+
/>\r\n <wsdl:operation name=\"Health\">\r\n <soap:operation soapAction=\"http://taxcloud.net/Health\"
|
1271
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
|
1272
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
|
1273
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
|
1274
|
+
name=\"VerifyAddress\">\r\n <soap:operation soapAction=\"http://taxcloud.net/VerifyAddress\"
|
1275
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
|
1276
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
|
1277
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
|
1278
|
+
name=\"LookupForDate\">\r\n <soap:operation soapAction=\"http://taxcloud.net/LookupForDate\"
|
1279
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
|
1280
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
|
1281
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
|
1282
|
+
name=\"Lookup\">\r\n <soap:operation soapAction=\"http://taxcloud.net/Lookup\"
|
1283
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
|
1284
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
|
1285
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
|
1286
|
+
name=\"Authorized\">\r\n <soap:operation soapAction=\"http://taxcloud.net/Authorized\"
|
1287
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
|
1288
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
|
1289
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
|
1290
|
+
name=\"AuthorizedWithCapture\">\r\n <soap:operation soapAction=\"http://taxcloud.net/AuthorizedWithCapture\"
|
1291
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
|
1292
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
|
1293
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
|
1294
|
+
name=\"Captured\">\r\n <soap:operation soapAction=\"http://taxcloud.net/Captured\"
|
1295
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
|
1296
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
|
1297
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
|
1298
|
+
name=\"ReturnedCreditMemo\">\r\n <soap:operation soapAction=\"http://taxcloud.net/ReturnedCreditMemo\"
|
1299
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
|
1300
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
|
1301
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
|
1302
|
+
name=\"Returned\">\r\n <soap:operation soapAction=\"http://taxcloud.net/Returned\"
|
1303
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
|
1304
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
|
1305
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
|
1306
|
+
name=\"ReturnedPro\">\r\n <soap:operation soapAction=\"http://taxcloud.net/ReturnedPro\"
|
1307
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
|
1308
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
|
1309
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
|
1310
|
+
name=\"OrderDetails\">\r\n <soap:operation soapAction=\"http://taxcloud.net/OrderDetails\"
|
1311
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
|
1312
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
|
1313
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
|
1314
|
+
name=\"AddTransactions\">\r\n <soap:operation soapAction=\"http://taxcloud.net/AddTransactions\"
|
1315
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
|
1316
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
|
1317
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
|
1318
|
+
name=\"CreatePlatformAccount\">\r\n <soap:operation soapAction=\"http://taxcloud.net/CreatePlatformAccount\"
|
1319
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
|
1320
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
|
1321
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
|
1322
|
+
name=\"GetLocations\">\r\n <soap:operation soapAction=\"http://taxcloud.net/GetLocations\"
|
1323
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
|
1324
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
|
1325
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
|
1326
|
+
name=\"GetTICGroups\">\r\n <soap:operation soapAction=\"http://taxcloud.net/GetTICGroups\"
|
1327
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
|
1328
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
|
1329
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
|
1330
|
+
name=\"GetTICs\">\r\n <soap:operation soapAction=\"http://taxcloud.net/GetTICs\"
|
1331
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
|
1332
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
|
1333
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
|
1334
|
+
name=\"GetTICsByGroup\">\r\n <soap:operation soapAction=\"http://taxcloud.net/GetTICsByGroup\"
|
1335
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
|
1336
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
|
1337
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
|
1338
|
+
name=\"AddExemptCertificate\">\r\n <soap:operation soapAction=\"http://taxcloud.net/AddExemptCertificate\"
|
1339
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
|
1340
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
|
1341
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
|
1342
|
+
name=\"DeleteExemptCertificate\">\r\n <soap:operation soapAction=\"http://taxcloud.net/DeleteExemptCertificate\"
|
1343
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
|
1344
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
|
1345
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
|
1346
|
+
name=\"GetExemptCertificates\">\r\n <soap:operation soapAction=\"http://taxcloud.net/GetExemptCertificates\"
|
1347
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
|
1348
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
|
1349
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
|
1350
|
+
name=\"Ping\">\r\n <soap:operation soapAction=\"http://taxcloud.net/Ping\"
|
1351
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
|
1352
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
|
1353
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
|
1354
|
+
name=\"LookupWithRate\">\r\n <soap:operation soapAction=\"http://taxcloud.net/LookupWithRate\"
|
1355
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
|
1356
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
|
1357
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
|
1358
|
+
name=\"LookupForDateWithRate\">\r\n <soap:operation soapAction=\"http://taxcloud.net/LookupForDateWithRate\"
|
1359
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
|
1360
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
|
1361
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
|
1362
|
+
name=\"LookupMultiAddress\">\r\n <soap:operation soapAction=\"http://taxcloud.net/LookupMultiAddress\"
|
1363
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
|
1364
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
|
1365
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
|
1366
|
+
name=\"LookupForDateMultiAddress\">\r\n <soap:operation soapAction=\"http://taxcloud.net/LookupForDateMultiAddress\"
|
1367
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
|
1368
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
|
1369
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
|
1370
|
+
name=\"AuthorizedWithCaptureMultiAddress\">\r\n <soap:operation soapAction=\"http://taxcloud.net/AuthorizedWithCaptureMultiAddress\"
|
1371
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
|
1372
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
|
1373
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
|
1374
|
+
name=\"ReturnedMultiAddress\">\r\n <soap:operation soapAction=\"http://taxcloud.net/ReturnedMultiAddress\"
|
1375
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
|
1376
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
|
1377
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
|
1378
|
+
name=\"LookupEx\">\r\n <soap:operation soapAction=\"http://taxcloud.net/LookupEx\"
|
1379
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
|
1380
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
|
1381
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
|
1382
|
+
name=\"LookupForDateEx\">\r\n <soap:operation soapAction=\"http://taxcloud.net/LookupForDateEx\"
|
1383
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
|
1384
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
|
1385
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
|
1386
|
+
name=\"TICSpecialHandlingByDate\">\r\n <soap:operation soapAction=\"http://taxcloud.net/TICSpecialHandlingByDate\"
|
1387
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
|
1388
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
|
1389
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
|
1390
|
+
name=\"TICSpecialHandlingByDateForList\">\r\n <soap:operation soapAction=\"http://taxcloud.net/TICSpecialHandlingByDateForList\"
|
1391
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
|
1392
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
|
1393
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
|
1394
|
+
name=\"MerchantUSStateInformation\">\r\n <soap:operation soapAction=\"http://taxcloud.net/MerchantUSStateInformation\"
|
1395
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
|
1396
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
|
1397
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n </wsdl:binding>\r\n
|
1398
|
+
\ <wsdl:binding name=\"TaxCloudSoap12\" type=\"tns:TaxCloudSoap\">\r\n <soap12:binding
|
1399
|
+
transport=\"http://schemas.xmlsoap.org/soap/http\" />\r\n <wsdl:operation
|
1400
|
+
name=\"Health\">\r\n <soap12:operation soapAction=\"http://taxcloud.net/Health\"
|
1401
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap12:body use=\"literal\"
|
1402
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap12:body use=\"literal\"
|
1403
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
|
1404
|
+
name=\"VerifyAddress\">\r\n <soap12:operation soapAction=\"http://taxcloud.net/VerifyAddress\"
|
1405
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap12:body use=\"literal\"
|
1406
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap12:body use=\"literal\"
|
1407
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
|
1408
|
+
name=\"LookupForDate\">\r\n <soap12:operation soapAction=\"http://taxcloud.net/LookupForDate\"
|
1409
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap12:body use=\"literal\"
|
1410
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap12:body use=\"literal\"
|
1411
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
|
1412
|
+
name=\"Lookup\">\r\n <soap12:operation soapAction=\"http://taxcloud.net/Lookup\"
|
1413
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap12:body use=\"literal\"
|
1414
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap12:body use=\"literal\"
|
1415
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
|
1416
|
+
name=\"Authorized\">\r\n <soap12:operation soapAction=\"http://taxcloud.net/Authorized\"
|
1417
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap12:body use=\"literal\"
|
1418
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap12:body use=\"literal\"
|
1419
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
|
1420
|
+
name=\"AuthorizedWithCapture\">\r\n <soap12:operation soapAction=\"http://taxcloud.net/AuthorizedWithCapture\"
|
1421
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap12:body use=\"literal\"
|
1422
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap12:body use=\"literal\"
|
1423
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
|
1424
|
+
name=\"Captured\">\r\n <soap12:operation soapAction=\"http://taxcloud.net/Captured\"
|
1425
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap12:body use=\"literal\"
|
1426
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap12:body use=\"literal\"
|
1427
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
|
1428
|
+
name=\"ReturnedCreditMemo\">\r\n <soap12:operation soapAction=\"http://taxcloud.net/ReturnedCreditMemo\"
|
1429
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap12:body use=\"literal\"
|
1430
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap12:body use=\"literal\"
|
1431
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
|
1432
|
+
name=\"Returned\">\r\n <soap12:operation soapAction=\"http://taxcloud.net/Returned\"
|
1433
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap12:body use=\"literal\"
|
1434
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap12:body use=\"literal\"
|
1435
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
|
1436
|
+
name=\"ReturnedPro\">\r\n <soap12:operation soapAction=\"http://taxcloud.net/ReturnedPro\"
|
1437
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap12:body use=\"literal\"
|
1438
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap12:body use=\"literal\"
|
1439
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
|
1440
|
+
name=\"OrderDetails\">\r\n <soap12:operation soapAction=\"http://taxcloud.net/OrderDetails\"
|
1441
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap12:body use=\"literal\"
|
1442
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap12:body use=\"literal\"
|
1443
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
|
1444
|
+
name=\"AddTransactions\">\r\n <soap12:operation soapAction=\"http://taxcloud.net/AddTransactions\"
|
1445
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap12:body use=\"literal\"
|
1446
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap12:body use=\"literal\"
|
1447
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
|
1448
|
+
name=\"CreatePlatformAccount\">\r\n <soap12:operation soapAction=\"http://taxcloud.net/CreatePlatformAccount\"
|
1449
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap12:body use=\"literal\"
|
1450
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap12:body use=\"literal\"
|
1451
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
|
1452
|
+
name=\"GetLocations\">\r\n <soap12:operation soapAction=\"http://taxcloud.net/GetLocations\"
|
1453
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap12:body use=\"literal\"
|
1454
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap12:body use=\"literal\"
|
1455
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
|
1456
|
+
name=\"GetTICGroups\">\r\n <soap12:operation soapAction=\"http://taxcloud.net/GetTICGroups\"
|
1457
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap12:body use=\"literal\"
|
1458
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap12:body use=\"literal\"
|
1459
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
|
1460
|
+
name=\"GetTICs\">\r\n <soap12:operation soapAction=\"http://taxcloud.net/GetTICs\"
|
1461
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap12:body use=\"literal\"
|
1462
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap12:body use=\"literal\"
|
1463
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
|
1464
|
+
name=\"GetTICsByGroup\">\r\n <soap12:operation soapAction=\"http://taxcloud.net/GetTICsByGroup\"
|
1465
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap12:body use=\"literal\"
|
1466
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap12:body use=\"literal\"
|
1467
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
|
1468
|
+
name=\"AddExemptCertificate\">\r\n <soap12:operation soapAction=\"http://taxcloud.net/AddExemptCertificate\"
|
1469
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap12:body use=\"literal\"
|
1470
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap12:body use=\"literal\"
|
1471
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
|
1472
|
+
name=\"DeleteExemptCertificate\">\r\n <soap12:operation soapAction=\"http://taxcloud.net/DeleteExemptCertificate\"
|
1473
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap12:body use=\"literal\"
|
1474
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap12:body use=\"literal\"
|
1475
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
|
1476
|
+
name=\"GetExemptCertificates\">\r\n <soap12:operation soapAction=\"http://taxcloud.net/GetExemptCertificates\"
|
1477
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap12:body use=\"literal\"
|
1478
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap12:body use=\"literal\"
|
1479
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
|
1480
|
+
name=\"Ping\">\r\n <soap12:operation soapAction=\"http://taxcloud.net/Ping\"
|
1481
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap12:body use=\"literal\"
|
1482
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap12:body use=\"literal\"
|
1483
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
|
1484
|
+
name=\"LookupWithRate\">\r\n <soap12:operation soapAction=\"http://taxcloud.net/LookupWithRate\"
|
1485
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap12:body use=\"literal\"
|
1486
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap12:body use=\"literal\"
|
1487
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
|
1488
|
+
name=\"LookupForDateWithRate\">\r\n <soap12:operation soapAction=\"http://taxcloud.net/LookupForDateWithRate\"
|
1489
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap12:body use=\"literal\"
|
1490
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap12:body use=\"literal\"
|
1491
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
|
1492
|
+
name=\"LookupMultiAddress\">\r\n <soap12:operation soapAction=\"http://taxcloud.net/LookupMultiAddress\"
|
1493
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap12:body use=\"literal\"
|
1494
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap12:body use=\"literal\"
|
1495
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
|
1496
|
+
name=\"LookupForDateMultiAddress\">\r\n <soap12:operation soapAction=\"http://taxcloud.net/LookupForDateMultiAddress\"
|
1497
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap12:body use=\"literal\"
|
1498
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap12:body use=\"literal\"
|
1499
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
|
1500
|
+
name=\"AuthorizedWithCaptureMultiAddress\">\r\n <soap12:operation soapAction=\"http://taxcloud.net/AuthorizedWithCaptureMultiAddress\"
|
1501
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap12:body use=\"literal\"
|
1502
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap12:body use=\"literal\"
|
1503
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
|
1504
|
+
name=\"ReturnedMultiAddress\">\r\n <soap12:operation soapAction=\"http://taxcloud.net/ReturnedMultiAddress\"
|
1505
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap12:body use=\"literal\"
|
1506
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap12:body use=\"literal\"
|
1507
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
|
1508
|
+
name=\"LookupEx\">\r\n <soap12:operation soapAction=\"http://taxcloud.net/LookupEx\"
|
1509
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap12:body use=\"literal\"
|
1510
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap12:body use=\"literal\"
|
1511
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
|
1512
|
+
name=\"LookupForDateEx\">\r\n <soap12:operation soapAction=\"http://taxcloud.net/LookupForDateEx\"
|
1513
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap12:body use=\"literal\"
|
1514
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap12:body use=\"literal\"
|
1515
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
|
1516
|
+
name=\"TICSpecialHandlingByDate\">\r\n <soap12:operation soapAction=\"http://taxcloud.net/TICSpecialHandlingByDate\"
|
1517
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap12:body use=\"literal\"
|
1518
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap12:body use=\"literal\"
|
1519
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
|
1520
|
+
name=\"TICSpecialHandlingByDateForList\">\r\n <soap12:operation soapAction=\"http://taxcloud.net/TICSpecialHandlingByDateForList\"
|
1521
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap12:body use=\"literal\"
|
1522
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap12:body use=\"literal\"
|
1523
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
|
1524
|
+
name=\"MerchantUSStateInformation\">\r\n <soap12:operation soapAction=\"http://taxcloud.net/MerchantUSStateInformation\"
|
1525
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap12:body use=\"literal\"
|
1526
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap12:body use=\"literal\"
|
1527
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n </wsdl:binding>\r\n
|
1528
|
+
\ <wsdl:binding name=\"TaxCloudHttpPost\" type=\"tns:TaxCloudHttpPost\">\r\n
|
1529
|
+
\ <http:binding verb=\"POST\" />\r\n <wsdl:operation name=\"Health\">\r\n
|
1530
|
+
\ <http:operation location=\"/Health\" />\r\n <wsdl:input>\r\n <mime:content
|
1531
|
+
type=\"application/x-www-form-urlencoded\" />\r\n </wsdl:input>\r\n <wsdl:output>\r\n
|
1532
|
+
\ <mime:mimeXml part=\"Body\" />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n
|
1533
|
+
\ <wsdl:operation name=\"VerifyAddress\">\r\n <http:operation location=\"/VerifyAddress\"
|
1534
|
+
/>\r\n <wsdl:input>\r\n <mime:content type=\"application/x-www-form-urlencoded\"
|
1535
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <mime:mimeXml
|
1536
|
+
part=\"Body\" />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
|
1537
|
+
name=\"Authorized\">\r\n <http:operation location=\"/Authorized\" />\r\n
|
1538
|
+
\ <wsdl:input>\r\n <mime:content type=\"application/x-www-form-urlencoded\"
|
1539
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <mime:mimeXml
|
1540
|
+
part=\"Body\" />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
|
1541
|
+
name=\"Captured\">\r\n <http:operation location=\"/Captured\" />\r\n
|
1542
|
+
\ <wsdl:input>\r\n <mime:content type=\"application/x-www-form-urlencoded\"
|
1543
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <mime:mimeXml
|
1544
|
+
part=\"Body\" />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
|
1545
|
+
name=\"OrderDetails\">\r\n <http:operation location=\"/OrderDetails\"
|
1546
|
+
/>\r\n <wsdl:input>\r\n <mime:content type=\"application/x-www-form-urlencoded\"
|
1547
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <mime:mimeXml
|
1548
|
+
part=\"Body\" />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
|
1549
|
+
name=\"CreatePlatformAccount\">\r\n <http:operation location=\"/CreatePlatformAccount\"
|
1550
|
+
/>\r\n <wsdl:input>\r\n <mime:content type=\"application/x-www-form-urlencoded\"
|
1551
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <mime:mimeXml
|
1552
|
+
part=\"Body\" />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
|
1553
|
+
name=\"GetLocations\">\r\n <http:operation location=\"/GetLocations\"
|
1554
|
+
/>\r\n <wsdl:input>\r\n <mime:content type=\"application/x-www-form-urlencoded\"
|
1555
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <mime:mimeXml
|
1556
|
+
part=\"Body\" />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
|
1557
|
+
name=\"GetTICGroups\">\r\n <http:operation location=\"/GetTICGroups\"
|
1558
|
+
/>\r\n <wsdl:input>\r\n <mime:content type=\"application/x-www-form-urlencoded\"
|
1559
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <mime:mimeXml
|
1560
|
+
part=\"Body\" />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
|
1561
|
+
name=\"GetTICs\">\r\n <http:operation location=\"/GetTICs\" />\r\n <wsdl:input>\r\n
|
1562
|
+
\ <mime:content type=\"application/x-www-form-urlencoded\" />\r\n </wsdl:input>\r\n
|
1563
|
+
\ <wsdl:output>\r\n <mime:mimeXml part=\"Body\" />\r\n </wsdl:output>\r\n
|
1564
|
+
\ </wsdl:operation>\r\n <wsdl:operation name=\"GetTICsByGroup\">\r\n
|
1565
|
+
\ <http:operation location=\"/GetTICsByGroup\" />\r\n <wsdl:input>\r\n
|
1566
|
+
\ <mime:content type=\"application/x-www-form-urlencoded\" />\r\n </wsdl:input>\r\n
|
1567
|
+
\ <wsdl:output>\r\n <mime:mimeXml part=\"Body\" />\r\n </wsdl:output>\r\n
|
1568
|
+
\ </wsdl:operation>\r\n <wsdl:operation name=\"DeleteExemptCertificate\">\r\n
|
1569
|
+
\ <http:operation location=\"/DeleteExemptCertificate\" />\r\n <wsdl:input>\r\n
|
1570
|
+
\ <mime:content type=\"application/x-www-form-urlencoded\" />\r\n </wsdl:input>\r\n
|
1571
|
+
\ <wsdl:output>\r\n <mime:mimeXml part=\"Body\" />\r\n </wsdl:output>\r\n
|
1572
|
+
\ </wsdl:operation>\r\n <wsdl:operation name=\"GetExemptCertificates\">\r\n
|
1573
|
+
\ <http:operation location=\"/GetExemptCertificates\" />\r\n <wsdl:input>\r\n
|
1574
|
+
\ <mime:content type=\"application/x-www-form-urlencoded\" />\r\n </wsdl:input>\r\n
|
1575
|
+
\ <wsdl:output>\r\n <mime:mimeXml part=\"Body\" />\r\n </wsdl:output>\r\n
|
1576
|
+
\ </wsdl:operation>\r\n <wsdl:operation name=\"Ping\">\r\n <http:operation
|
1577
|
+
location=\"/Ping\" />\r\n <wsdl:input>\r\n <mime:content type=\"application/x-www-form-urlencoded\"
|
1578
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <mime:mimeXml
|
1579
|
+
part=\"Body\" />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
|
1580
|
+
name=\"TICSpecialHandlingByDate\">\r\n <http:operation location=\"/TICSpecialHandlingByDate\"
|
1581
|
+
/>\r\n <wsdl:input>\r\n <mime:content type=\"application/x-www-form-urlencoded\"
|
1582
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <mime:mimeXml
|
1583
|
+
part=\"Body\" />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
|
1584
|
+
name=\"TICSpecialHandlingByDateForList\">\r\n <http:operation location=\"/TICSpecialHandlingByDateForList\"
|
1585
|
+
/>\r\n <wsdl:input>\r\n <mime:content type=\"application/x-www-form-urlencoded\"
|
1586
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <mime:mimeXml
|
1587
|
+
part=\"Body\" />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
|
1588
|
+
name=\"MerchantUSStateInformation\">\r\n <http:operation location=\"/MerchantUSStateInformation\"
|
1589
|
+
/>\r\n <wsdl:input>\r\n <mime:content type=\"application/x-www-form-urlencoded\"
|
1590
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <mime:mimeXml
|
1591
|
+
part=\"Body\" />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n </wsdl:binding>\r\n
|
1592
|
+
\ <wsdl:service name=\"TaxCloud\">\r\n <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">TaxCloud
|
1593
|
+
Web Service</wsdl:documentation>\r\n <wsdl:port name=\"TaxCloudSoap\" binding=\"tns:TaxCloudSoap\">\r\n
|
1594
|
+
\ <soap:address location=\"https://api.taxcloud.com/1.0/\" />\r\n </wsdl:port>\r\n
|
1595
|
+
\ <wsdl:port name=\"TaxCloudSoap12\" binding=\"tns:TaxCloudSoap12\">\r\n
|
1596
|
+
\ <soap12:address location=\"https://api.taxcloud.com/1.0/\" />\r\n </wsdl:port>\r\n
|
1597
|
+
\ <wsdl:port name=\"TaxCloudHttpPost\" binding=\"tns:TaxCloudHttpPost\">\r\n
|
1598
|
+
\ <http:address location=\"https://api.taxcloud.com/1.0/\" />\r\n </wsdl:port>\r\n
|
1599
|
+
\ </wsdl:service>\r\n</wsdl:definitions>"
|
1600
|
+
recorded_at: Tue, 12 Dec 2023 14:19:28 GMT
|
1601
|
+
- request:
|
1602
|
+
method: post
|
1603
|
+
uri: https://api.taxcloud.com/1.0/
|
1604
|
+
body:
|
1605
|
+
encoding: UTF-8
|
1606
|
+
string: <?xml version="1.0" encoding="UTF-8"?><env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
1607
|
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:tns="http://taxcloud.net"
|
1608
|
+
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/"
|
1609
|
+
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
|
1610
|
+
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="http://www.w3.org/2001/XMLSchema"
|
1611
|
+
xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
|
1612
|
+
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"><env:Body><tns:VerifyAddress><tns:address1>888
|
1613
|
+
6th Ave</tns:address1><tns:address2 xsi:nil="true"/><tns:city>New York</tns:city><tns:state>New
|
1614
|
+
York</tns:state><tns:zip5>10001</tns:zip5><tns:zip4 xsi:nil="true"/><tns:uspsUserID>usps-username</tns:uspsUserID><tns:apiLoginID>api-login-id</tns:apiLoginID><tns:apiKey>api-key</tns:apiKey></tns:VerifyAddress></env:Body></env:Envelope>
|
1615
|
+
headers:
|
1616
|
+
User-Agent:
|
1617
|
+
- HTTPClient/1.0 (2.8.3, ruby 3.2.2 (2023-03-30))
|
1618
|
+
Accept:
|
1619
|
+
- "*/*"
|
1620
|
+
Date:
|
1621
|
+
- Tue, 12 Dec 2023 14:19:28 GMT
|
1622
|
+
Soapaction:
|
1623
|
+
- '"http://taxcloud.net/VerifyAddress"'
|
1624
|
+
Content-Type:
|
1625
|
+
- text/xml;charset=UTF-8
|
1626
|
+
Content-Length:
|
1627
|
+
- '1052'
|
1628
|
+
response:
|
1629
|
+
status:
|
1630
|
+
code: 200
|
1631
|
+
message: OK
|
1632
|
+
headers:
|
1633
|
+
Content-Length:
|
1634
|
+
- '514'
|
1635
|
+
Content-Type:
|
1636
|
+
- text/xml; charset=utf-8
|
1637
|
+
Date:
|
1638
|
+
- Tue, 12 Dec 2023 14:19:29 GMT
|
1639
|
+
Cache-Control:
|
1640
|
+
- private, max-age=0
|
1641
|
+
Strict-Transport-Sequrity:
|
1642
|
+
- max-age=7776000
|
1643
|
+
body:
|
1644
|
+
encoding: UTF-8
|
1645
|
+
string: <?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
|
1646
|
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><VerifyAddressResponse
|
1647
|
+
xmlns="http://taxcloud.net"><VerifyAddressResult><Address1>888 6th Ave</Address1><City>New
|
1648
|
+
York</City><State>NY</State><Zip5>10001</Zip5><Zip4>3502</Zip4><rdi>Commercial</rdi><ErrNumber>0</ErrNumber></VerifyAddressResult></VerifyAddressResponse></soap:Body></soap:Envelope>
|
1649
|
+
recorded_at: Tue, 12 Dec 2023 14:19:29 GMT
|
1650
|
+
recorded_with: VCR 6.2.0
|