tax_cloud 0.2.2 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.rubocop.yml +29 -0
- data/.travis.yml +4 -7
- data/CHANGELOG.rdoc +6 -0
- data/Gemfile +6 -1
- data/README.rdoc +2 -2
- data/Rakefile +4 -1
- data/lib/hash.rb +2 -4
- data/lib/tax_cloud.rb +8 -12
- data/lib/tax_cloud/address.rb +3 -5
- data/lib/tax_cloud/cart_item.rb +0 -2
- data/lib/tax_cloud/client.rb +22 -21
- data/lib/tax_cloud/configuration.rb +2 -3
- data/lib/tax_cloud/errors/api_error.rb +6 -6
- data/lib/tax_cloud/errors/missing_config_error.rb +2 -2
- data/lib/tax_cloud/errors/missing_config_option_error.rb +5 -5
- data/lib/tax_cloud/errors/soap_error.rb +8 -10
- data/lib/tax_cloud/errors/tax_cloud_error.rb +45 -48
- data/lib/tax_cloud/errors/unexpected_soap_response_error.rb +7 -10
- data/lib/tax_cloud/record.rb +1 -1
- data/lib/tax_cloud/responses.rb +1 -1
- data/lib/tax_cloud/responses/authorized.rb +1 -1
- data/lib/tax_cloud/responses/authorized_with_capture.rb +1 -1
- data/lib/tax_cloud/responses/base.rb +26 -30
- data/lib/tax_cloud/responses/captured.rb +2 -3
- data/lib/tax_cloud/responses/cart_item.rb +2 -5
- data/lib/tax_cloud/responses/generic.rb +2 -6
- data/lib/tax_cloud/responses/lookup.rb +7 -10
- data/lib/tax_cloud/responses/ping.rb +2 -2
- data/lib/tax_cloud/responses/returned.rb +2 -2
- data/lib/tax_cloud/responses/tax_code_groups.rb +10 -13
- data/lib/tax_cloud/responses/tax_codes.rb +9 -12
- data/lib/tax_cloud/responses/tax_codes_by_group.rb +11 -14
- data/lib/tax_cloud/responses/verify_address.rb +6 -9
- data/lib/tax_cloud/tax_code.rb +1 -1
- data/lib/tax_cloud/tax_code_constants.rb +7 -9
- data/lib/tax_cloud/tax_code_group.rb +2 -4
- data/lib/tax_cloud/tax_code_groups.rb +2 -5
- data/lib/tax_cloud/tax_codes.rb +1 -5
- data/lib/tax_cloud/transaction.rb +6 -6
- data/lib/tax_cloud/version.rb +1 -1
- data/tax_cloud.gemspec +3 -3
- data/test/cassettes/authorized.yml +729 -2
- data/test/cassettes/authorized_with_capture.yml +729 -2
- data/test/cassettes/authorized_with_localized_time.yml +729 -2
- data/test/cassettes/captured.yml +730 -3
- data/test/cassettes/get_tic_groups.yml +154 -27
- data/test/cassettes/get_tics.yml +154 -27
- data/test/cassettes/get_tics_by_group.yml +728 -1
- data/test/cassettes/invalid_soap_call.yml +154 -27
- data/test/cassettes/lookup.yml +728 -1
- data/test/cassettes/lookup_ny.yml +728 -1
- data/test/cassettes/ping.yml +160 -31
- data/test/cassettes/ping_with_invalid_credentials.yml +154 -27
- data/test/cassettes/ping_with_invalid_response.yml +154 -27
- data/test/cassettes/returned.yml +730 -3
- data/test/cassettes/verify_bad_address.yml +680 -503
- data/test/cassettes/verify_good_address.yml +727 -0
- data/test/helper.rb +0 -4
- data/test/test_address.rb +4 -6
- data/test/test_cart_item.rb +1 -3
- data/test/test_client.rb +2 -4
- data/test/test_configuration.rb +3 -5
- data/test/test_setup.rb +0 -1
- data/test/test_soap.rb +2 -4
- data/test/test_tax_code_groups.rb +2 -4
- data/test/test_tax_codes.rb +1 -3
- data/test/test_transaction.rb +7 -9
- data/test/test_transaction_ny.rb +4 -6
- data/test/vcr_setup.rb +1 -1
- metadata +36 -41
- data/lib/savon_soap_xml.rb +0 -33
data/test/cassettes/ping.yml
CHANGED
@@ -27,9 +27,9 @@ http_interactions:
|
|
27
27
|
X-Powered-By:
|
28
28
|
- TaxCloud
|
29
29
|
Date:
|
30
|
-
-
|
30
|
+
- Thu, 09 Jan 2014 16:03:25 GMT
|
31
31
|
Content-Length:
|
32
|
-
- '
|
32
|
+
- '53946'
|
33
33
|
body:
|
34
34
|
encoding: US-ASCII
|
35
35
|
string: ! "<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n<wsdl:definitions xmlns:s=\"http://www.w3.org/2001/XMLSchema\"
|
@@ -395,9 +395,17 @@ http_interactions:
|
|
395
395
|
type=\"tns:PingRsp\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
|
396
396
|
\ </s:element>\r\n <s:complexType name=\"PingRsp\">\r\n <s:complexContent
|
397
397
|
mixed=\"false\">\r\n <s:extension base=\"tns:ResponseBase\" />\r\n
|
398
|
-
\ </s:complexContent>\r\n </s:complexType>\r\n
|
399
|
-
\
|
400
|
-
name=\"
|
398
|
+
\ </s:complexContent>\r\n </s:complexType>\r\n <s:element
|
399
|
+
name=\"VerifiedAddress\" nillable=\"true\" type=\"tns:VerifiedAddress\" />\r\n
|
400
|
+
\ <s:element name=\"AuthorizedRsp\" nillable=\"true\" type=\"tns:AuthorizedRsp\"
|
401
|
+
/>\r\n <s:element name=\"CapturedRsp\" nillable=\"true\" type=\"tns:CapturedRsp\"
|
402
|
+
/>\r\n <s:element name=\"GetTICGroupsRsp\" nillable=\"true\" type=\"tns:GetTICGroupsRsp\"
|
403
|
+
/>\r\n <s:element name=\"GetTICsRsp\" nillable=\"true\" type=\"tns:GetTICsRsp\"
|
404
|
+
/>\r\n <s:element name=\"DeleteCertificateRsp\" nillable=\"true\" type=\"tns:DeleteCertificateRsp\"
|
405
|
+
/>\r\n <s:element name=\"GetCertificatesRsp\" nillable=\"true\" type=\"tns:GetCertificatesRsp\"
|
406
|
+
/>\r\n <s:element name=\"PingRsp\" nillable=\"true\" type=\"tns:PingRsp\"
|
407
|
+
/>\r\n </s:schema>\r\n </wsdl:types>\r\n <wsdl:message name=\"VerifyAddressSoapIn\">\r\n
|
408
|
+
\ <wsdl:part name=\"parameters\" element=\"tns:VerifyAddress\" />\r\n </wsdl:message>\r\n
|
401
409
|
\ <wsdl:message name=\"VerifyAddressSoapOut\">\r\n <wsdl:part name=\"parameters\"
|
402
410
|
element=\"tns:VerifyAddressResponse\" />\r\n </wsdl:message>\r\n <wsdl:message
|
403
411
|
name=\"LookupForDateSoapIn\">\r\n <wsdl:part name=\"parameters\" element=\"tns:LookupForDate\"
|
@@ -445,10 +453,63 @@ http_interactions:
|
|
445
453
|
/>\r\n </wsdl:message>\r\n <wsdl:message name=\"PingSoapIn\">\r\n <wsdl:part
|
446
454
|
name=\"parameters\" element=\"tns:Ping\" />\r\n </wsdl:message>\r\n <wsdl:message
|
447
455
|
name=\"PingSoapOut\">\r\n <wsdl:part name=\"parameters\" element=\"tns:PingResponse\"
|
448
|
-
/>\r\n </wsdl:message>\r\n <wsdl:
|
449
|
-
name=\"
|
450
|
-
|
451
|
-
|
456
|
+
/>\r\n </wsdl:message>\r\n <wsdl:message name=\"VerifyAddressHttpPostIn\">\r\n
|
457
|
+
\ <wsdl:part name=\"uspsUserID\" type=\"s:string\" />\r\n <wsdl:part
|
458
|
+
name=\"address1\" type=\"s:string\" />\r\n <wsdl:part name=\"address2\"
|
459
|
+
type=\"s:string\" />\r\n <wsdl:part name=\"city\" type=\"s:string\" />\r\n
|
460
|
+
\ <wsdl:part name=\"state\" type=\"s:string\" />\r\n <wsdl:part name=\"zip5\"
|
461
|
+
type=\"s:string\" />\r\n <wsdl:part name=\"zip4\" type=\"s:string\" />\r\n
|
462
|
+
\ </wsdl:message>\r\n <wsdl:message name=\"VerifyAddressHttpPostOut\">\r\n
|
463
|
+
\ <wsdl:part name=\"Body\" element=\"tns:VerifiedAddress\" />\r\n </wsdl:message>\r\n
|
464
|
+
\ <wsdl:message name=\"AuthorizedHttpPostIn\">\r\n <wsdl:part name=\"apiLoginID\"
|
465
|
+
type=\"s:string\" />\r\n <wsdl:part name=\"apiKey\" type=\"s:string\" />\r\n
|
466
|
+
\ <wsdl:part name=\"customerID\" type=\"s:string\" />\r\n <wsdl:part
|
467
|
+
name=\"cartID\" type=\"s:string\" />\r\n <wsdl:part name=\"orderID\" type=\"s:string\"
|
468
|
+
/>\r\n <wsdl:part name=\"dateAuthorized\" type=\"s:string\" />\r\n </wsdl:message>\r\n
|
469
|
+
\ <wsdl:message name=\"AuthorizedHttpPostOut\">\r\n <wsdl:part name=\"Body\"
|
470
|
+
element=\"tns:AuthorizedRsp\" />\r\n </wsdl:message>\r\n <wsdl:message name=\"AuthorizedWithCaptureHttpPostIn\">\r\n
|
471
|
+
\ <wsdl:part name=\"apiLoginID\" type=\"s:string\" />\r\n <wsdl:part
|
472
|
+
name=\"apiKey\" type=\"s:string\" />\r\n <wsdl:part name=\"customerID\"
|
473
|
+
type=\"s:string\" />\r\n <wsdl:part name=\"cartID\" type=\"s:string\" />\r\n
|
474
|
+
\ <wsdl:part name=\"orderID\" type=\"s:string\" />\r\n <wsdl:part name=\"dateAuthorized\"
|
475
|
+
type=\"s:string\" />\r\n <wsdl:part name=\"dateCaptured\" type=\"s:string\"
|
476
|
+
/>\r\n </wsdl:message>\r\n <wsdl:message name=\"AuthorizedWithCaptureHttpPostOut\">\r\n
|
477
|
+
\ <wsdl:part name=\"Body\" element=\"tns:AuthorizedRsp\" />\r\n </wsdl:message>\r\n
|
478
|
+
\ <wsdl:message name=\"CapturedHttpPostIn\">\r\n <wsdl:part name=\"apiLoginID\"
|
479
|
+
type=\"s:string\" />\r\n <wsdl:part name=\"apiKey\" type=\"s:string\" />\r\n
|
480
|
+
\ <wsdl:part name=\"orderID\" type=\"s:string\" />\r\n </wsdl:message>\r\n
|
481
|
+
\ <wsdl:message name=\"CapturedHttpPostOut\">\r\n <wsdl:part name=\"Body\"
|
482
|
+
element=\"tns:CapturedRsp\" />\r\n </wsdl:message>\r\n <wsdl:message name=\"GetTICGroupsHttpPostIn\">\r\n
|
483
|
+
\ <wsdl:part name=\"apiLoginID\" type=\"s:string\" />\r\n <wsdl:part
|
484
|
+
name=\"apiKey\" type=\"s:string\" />\r\n </wsdl:message>\r\n <wsdl:message
|
485
|
+
name=\"GetTICGroupsHttpPostOut\">\r\n <wsdl:part name=\"Body\" element=\"tns:GetTICGroupsRsp\"
|
486
|
+
/>\r\n </wsdl:message>\r\n <wsdl:message name=\"GetTICsHttpPostIn\">\r\n
|
487
|
+
\ <wsdl:part name=\"apiLoginID\" type=\"s:string\" />\r\n <wsdl:part
|
488
|
+
name=\"apiKey\" type=\"s:string\" />\r\n </wsdl:message>\r\n <wsdl:message
|
489
|
+
name=\"GetTICsHttpPostOut\">\r\n <wsdl:part name=\"Body\" element=\"tns:GetTICsRsp\"
|
490
|
+
/>\r\n </wsdl:message>\r\n <wsdl:message name=\"GetTICsByGroupHttpPostIn\">\r\n
|
491
|
+
\ <wsdl:part name=\"apiLoginID\" type=\"s:string\" />\r\n <wsdl:part
|
492
|
+
name=\"apiKey\" type=\"s:string\" />\r\n <wsdl:part name=\"ticGroup\" type=\"s:string\"
|
493
|
+
/>\r\n </wsdl:message>\r\n <wsdl:message name=\"GetTICsByGroupHttpPostOut\">\r\n
|
494
|
+
\ <wsdl:part name=\"Body\" element=\"tns:GetTICsRsp\" />\r\n </wsdl:message>\r\n
|
495
|
+
\ <wsdl:message name=\"DeleteExemptCertificateHttpPostIn\">\r\n <wsdl:part
|
496
|
+
name=\"apiLoginID\" type=\"s:string\" />\r\n <wsdl:part name=\"apiKey\"
|
497
|
+
type=\"s:string\" />\r\n <wsdl:part name=\"certificateID\" type=\"s:string\"
|
498
|
+
/>\r\n </wsdl:message>\r\n <wsdl:message name=\"DeleteExemptCertificateHttpPostOut\">\r\n
|
499
|
+
\ <wsdl:part name=\"Body\" element=\"tns:DeleteCertificateRsp\" />\r\n </wsdl:message>\r\n
|
500
|
+
\ <wsdl:message name=\"GetExemptCertificatesHttpPostIn\">\r\n <wsdl:part
|
501
|
+
name=\"apiLoginID\" type=\"s:string\" />\r\n <wsdl:part name=\"apiKey\"
|
502
|
+
type=\"s:string\" />\r\n <wsdl:part name=\"customerID\" type=\"s:string\"
|
503
|
+
/>\r\n </wsdl:message>\r\n <wsdl:message name=\"GetExemptCertificatesHttpPostOut\">\r\n
|
504
|
+
\ <wsdl:part name=\"Body\" element=\"tns:GetCertificatesRsp\" />\r\n </wsdl:message>\r\n
|
505
|
+
\ <wsdl:message name=\"PingHttpPostIn\">\r\n <wsdl:part name=\"apiLoginID\"
|
506
|
+
type=\"s:string\" />\r\n <wsdl:part name=\"apiKey\" type=\"s:string\" />\r\n
|
507
|
+
\ </wsdl:message>\r\n <wsdl:message name=\"PingHttpPostOut\">\r\n <wsdl:part
|
508
|
+
name=\"Body\" element=\"tns:PingRsp\" />\r\n </wsdl:message>\r\n <wsdl:portType
|
509
|
+
name=\"TaxCloudSoap\">\r\n <wsdl:operation name=\"VerifyAddress\">\r\n
|
510
|
+
\ <wsdl:input message=\"tns:VerifyAddressSoapIn\" />\r\n <wsdl:output
|
511
|
+
message=\"tns:VerifyAddressSoapOut\" />\r\n </wsdl:operation>\r\n <wsdl:operation
|
512
|
+
name=\"LookupForDate\">\r\n <wsdl:input message=\"tns:LookupForDateSoapIn\"
|
452
513
|
/>\r\n <wsdl:output message=\"tns:LookupForDateSoapOut\" />\r\n </wsdl:operation>\r\n
|
453
514
|
\ <wsdl:operation name=\"Lookup\">\r\n <wsdl:input message=\"tns:LookupSoapIn\"
|
454
515
|
/>\r\n <wsdl:output message=\"tns:LookupSoapOut\" />\r\n </wsdl:operation>\r\n
|
@@ -476,21 +537,45 @@ http_interactions:
|
|
476
537
|
/>\r\n <wsdl:output message=\"tns:GetExemptCertificatesSoapOut\" />\r\n
|
477
538
|
\ </wsdl:operation>\r\n <wsdl:operation name=\"Ping\">\r\n <wsdl:input
|
478
539
|
message=\"tns:PingSoapIn\" />\r\n <wsdl:output message=\"tns:PingSoapOut\"
|
479
|
-
/>\r\n </wsdl:operation>\r\n </wsdl:portType>\r\n <wsdl:
|
480
|
-
|
481
|
-
/>\r\n
|
482
|
-
|
483
|
-
|
484
|
-
\
|
485
|
-
|
486
|
-
|
487
|
-
\ <wsdl:input
|
488
|
-
|
489
|
-
\
|
490
|
-
|
491
|
-
\
|
492
|
-
\
|
493
|
-
\ <wsdl:operation name=\"
|
540
|
+
/>\r\n </wsdl:operation>\r\n </wsdl:portType>\r\n <wsdl:portType name=\"TaxCloudHttpPost\">\r\n
|
541
|
+
\ <wsdl:operation name=\"VerifyAddress\">\r\n <wsdl:input message=\"tns:VerifyAddressHttpPostIn\"
|
542
|
+
/>\r\n <wsdl:output message=\"tns:VerifyAddressHttpPostOut\" />\r\n </wsdl:operation>\r\n
|
543
|
+
\ <wsdl:operation name=\"Authorized\">\r\n <wsdl:input message=\"tns:AuthorizedHttpPostIn\"
|
544
|
+
/>\r\n <wsdl:output message=\"tns:AuthorizedHttpPostOut\" />\r\n </wsdl:operation>\r\n
|
545
|
+
\ <wsdl:operation name=\"AuthorizedWithCapture\">\r\n <wsdl:input message=\"tns:AuthorizedWithCaptureHttpPostIn\"
|
546
|
+
/>\r\n <wsdl:output message=\"tns:AuthorizedWithCaptureHttpPostOut\"
|
547
|
+
/>\r\n </wsdl:operation>\r\n <wsdl:operation name=\"Captured\">\r\n
|
548
|
+
\ <wsdl:input message=\"tns:CapturedHttpPostIn\" />\r\n <wsdl:output
|
549
|
+
message=\"tns:CapturedHttpPostOut\" />\r\n </wsdl:operation>\r\n <wsdl:operation
|
550
|
+
name=\"GetTICGroups\">\r\n <wsdl:input message=\"tns:GetTICGroupsHttpPostIn\"
|
551
|
+
/>\r\n <wsdl:output message=\"tns:GetTICGroupsHttpPostOut\" />\r\n </wsdl:operation>\r\n
|
552
|
+
\ <wsdl:operation name=\"GetTICs\">\r\n <wsdl:input message=\"tns:GetTICsHttpPostIn\"
|
553
|
+
/>\r\n <wsdl:output message=\"tns:GetTICsHttpPostOut\" />\r\n </wsdl:operation>\r\n
|
554
|
+
\ <wsdl:operation name=\"GetTICsByGroup\">\r\n <wsdl:input message=\"tns:GetTICsByGroupHttpPostIn\"
|
555
|
+
/>\r\n <wsdl:output message=\"tns:GetTICsByGroupHttpPostOut\" />\r\n
|
556
|
+
\ </wsdl:operation>\r\n <wsdl:operation name=\"DeleteExemptCertificate\">\r\n
|
557
|
+
\ <wsdl:input message=\"tns:DeleteExemptCertificateHttpPostIn\" />\r\n
|
558
|
+
\ <wsdl:output message=\"tns:DeleteExemptCertificateHttpPostOut\" />\r\n
|
559
|
+
\ </wsdl:operation>\r\n <wsdl:operation name=\"GetExemptCertificates\">\r\n
|
560
|
+
\ <wsdl:input message=\"tns:GetExemptCertificatesHttpPostIn\" />\r\n <wsdl:output
|
561
|
+
message=\"tns:GetExemptCertificatesHttpPostOut\" />\r\n </wsdl:operation>\r\n
|
562
|
+
\ <wsdl:operation name=\"Ping\">\r\n <wsdl:input message=\"tns:PingHttpPostIn\"
|
563
|
+
/>\r\n <wsdl:output message=\"tns:PingHttpPostOut\" />\r\n </wsdl:operation>\r\n
|
564
|
+
\ </wsdl:portType>\r\n <wsdl:binding name=\"TaxCloudSoap\" type=\"tns:TaxCloudSoap\">\r\n
|
565
|
+
\ <soap:binding transport=\"http://schemas.xmlsoap.org/soap/http\" />\r\n
|
566
|
+
\ <wsdl:operation name=\"VerifyAddress\">\r\n <soap:operation soapAction=\"http://taxcloud.net/VerifyAddress\"
|
567
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
|
568
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
|
569
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
|
570
|
+
name=\"LookupForDate\">\r\n <soap:operation soapAction=\"http://taxcloud.net/LookupForDate\"
|
571
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
|
572
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
|
573
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
|
574
|
+
name=\"Lookup\">\r\n <soap:operation soapAction=\"http://taxcloud.net/Lookup\"
|
575
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
|
576
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
|
577
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
|
578
|
+
name=\"Authorized\">\r\n <soap:operation soapAction=\"http://taxcloud.net/Authorized\"
|
494
579
|
style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
|
495
580
|
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
|
496
581
|
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
|
@@ -592,27 +677,71 @@ http_interactions:
|
|
592
677
|
style=\"document\" />\r\n <wsdl:input>\r\n <soap12:body use=\"literal\"
|
593
678
|
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap12:body use=\"literal\"
|
594
679
|
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n </wsdl:binding>\r\n
|
680
|
+
\ <wsdl:binding name=\"TaxCloudHttpPost\" type=\"tns:TaxCloudHttpPost\">\r\n
|
681
|
+
\ <http:binding verb=\"POST\" />\r\n <wsdl:operation name=\"VerifyAddress\">\r\n
|
682
|
+
\ <http:operation location=\"/VerifyAddress\" />\r\n <wsdl:input>\r\n
|
683
|
+
\ <mime:content type=\"application/x-www-form-urlencoded\" />\r\n </wsdl:input>\r\n
|
684
|
+
\ <wsdl:output>\r\n <mime:mimeXml part=\"Body\" />\r\n </wsdl:output>\r\n
|
685
|
+
\ </wsdl:operation>\r\n <wsdl:operation name=\"Authorized\">\r\n <http:operation
|
686
|
+
location=\"/Authorized\" />\r\n <wsdl:input>\r\n <mime:content
|
687
|
+
type=\"application/x-www-form-urlencoded\" />\r\n </wsdl:input>\r\n <wsdl:output>\r\n
|
688
|
+
\ <mime:mimeXml part=\"Body\" />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n
|
689
|
+
\ <wsdl:operation name=\"AuthorizedWithCapture\">\r\n <http:operation
|
690
|
+
location=\"/AuthorizedWithCapture\" />\r\n <wsdl:input>\r\n <mime:content
|
691
|
+
type=\"application/x-www-form-urlencoded\" />\r\n </wsdl:input>\r\n <wsdl:output>\r\n
|
692
|
+
\ <mime:mimeXml part=\"Body\" />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n
|
693
|
+
\ <wsdl:operation name=\"Captured\">\r\n <http:operation location=\"/Captured\"
|
694
|
+
/>\r\n <wsdl:input>\r\n <mime:content type=\"application/x-www-form-urlencoded\"
|
695
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <mime:mimeXml
|
696
|
+
part=\"Body\" />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
|
697
|
+
name=\"GetTICGroups\">\r\n <http:operation location=\"/GetTICGroups\"
|
698
|
+
/>\r\n <wsdl:input>\r\n <mime:content type=\"application/x-www-form-urlencoded\"
|
699
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <mime:mimeXml
|
700
|
+
part=\"Body\" />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
|
701
|
+
name=\"GetTICs\">\r\n <http:operation location=\"/GetTICs\" />\r\n <wsdl:input>\r\n
|
702
|
+
\ <mime:content type=\"application/x-www-form-urlencoded\" />\r\n </wsdl:input>\r\n
|
703
|
+
\ <wsdl:output>\r\n <mime:mimeXml part=\"Body\" />\r\n </wsdl:output>\r\n
|
704
|
+
\ </wsdl:operation>\r\n <wsdl:operation name=\"GetTICsByGroup\">\r\n
|
705
|
+
\ <http:operation location=\"/GetTICsByGroup\" />\r\n <wsdl:input>\r\n
|
706
|
+
\ <mime:content type=\"application/x-www-form-urlencoded\" />\r\n </wsdl:input>\r\n
|
707
|
+
\ <wsdl:output>\r\n <mime:mimeXml part=\"Body\" />\r\n </wsdl:output>\r\n
|
708
|
+
\ </wsdl:operation>\r\n <wsdl:operation name=\"DeleteExemptCertificate\">\r\n
|
709
|
+
\ <http:operation location=\"/DeleteExemptCertificate\" />\r\n <wsdl:input>\r\n
|
710
|
+
\ <mime:content type=\"application/x-www-form-urlencoded\" />\r\n </wsdl:input>\r\n
|
711
|
+
\ <wsdl:output>\r\n <mime:mimeXml part=\"Body\" />\r\n </wsdl:output>\r\n
|
712
|
+
\ </wsdl:operation>\r\n <wsdl:operation name=\"GetExemptCertificates\">\r\n
|
713
|
+
\ <http:operation location=\"/GetExemptCertificates\" />\r\n <wsdl:input>\r\n
|
714
|
+
\ <mime:content type=\"application/x-www-form-urlencoded\" />\r\n </wsdl:input>\r\n
|
715
|
+
\ <wsdl:output>\r\n <mime:mimeXml part=\"Body\" />\r\n </wsdl:output>\r\n
|
716
|
+
\ </wsdl:operation>\r\n <wsdl:operation name=\"Ping\">\r\n <http:operation
|
717
|
+
location=\"/Ping\" />\r\n <wsdl:input>\r\n <mime:content type=\"application/x-www-form-urlencoded\"
|
718
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <mime:mimeXml
|
719
|
+
part=\"Body\" />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n </wsdl:binding>\r\n
|
595
720
|
\ <wsdl:service name=\"TaxCloud\">\r\n <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">TaxCloud
|
596
721
|
Web Service</wsdl:documentation>\r\n <wsdl:port name=\"TaxCloudSoap\" binding=\"tns:TaxCloudSoap\">\r\n
|
597
722
|
\ <soap:address location=\"https://api.taxcloud.net/1.0/TaxCloud.asmx\"
|
598
723
|
/>\r\n </wsdl:port>\r\n <wsdl:port name=\"TaxCloudSoap12\" binding=\"tns:TaxCloudSoap12\">\r\n
|
599
724
|
\ <soap12:address location=\"https://api.taxcloud.net/1.0/TaxCloud.asmx\"
|
725
|
+
/>\r\n </wsdl:port>\r\n <wsdl:port name=\"TaxCloudHttpPost\" binding=\"tns:TaxCloudHttpPost\">\r\n
|
726
|
+
\ <http:address location=\"https://api.taxcloud.net/1.0/TaxCloud.asmx\"
|
600
727
|
/>\r\n </wsdl:port>\r\n </wsdl:service>\r\n</wsdl:definitions>"
|
601
|
-
http_version:
|
602
|
-
recorded_at:
|
728
|
+
http_version:
|
729
|
+
recorded_at: Thu, 09 Jan 2014 16:03:39 GMT
|
603
730
|
- request:
|
604
731
|
method: post
|
605
732
|
uri: https://api.taxcloud.net/1.0/TaxCloud.asmx
|
606
733
|
body:
|
607
734
|
encoding: US-ASCII
|
608
735
|
string: <?xml version="1.0" encoding="UTF-8"?><env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
609
|
-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:
|
610
|
-
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
|
736
|
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:tns="http://taxcloud.net"
|
737
|
+
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"><env:Body><tns:Ping><tns:apiLoginID>api-login-id</tns:apiLoginID><tns:apiKey>api-key</tns:apiKey></tns:Ping></env:Body></env:Envelope>
|
611
738
|
headers:
|
612
739
|
Soapaction:
|
613
740
|
- ! '"http://taxcloud.net/Ping"'
|
614
741
|
Content-Type:
|
615
742
|
- text/xml;charset=UTF-8
|
743
|
+
Content-Length:
|
744
|
+
- '396'
|
616
745
|
Accept:
|
617
746
|
- ! '*/*'
|
618
747
|
User-Agent:
|
@@ -633,7 +762,7 @@ http_interactions:
|
|
633
762
|
X-Powered-By:
|
634
763
|
- TaxCloud
|
635
764
|
Date:
|
636
|
-
-
|
765
|
+
- Thu, 09 Jan 2014 16:03:25 GMT
|
637
766
|
Content-Length:
|
638
767
|
- '371'
|
639
768
|
body:
|
@@ -642,6 +771,6 @@ http_interactions:
|
|
642
771
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><PingResponse
|
643
772
|
xmlns="http://taxcloud.net"><PingResult><ResponseType>OK</ResponseType><Messages
|
644
773
|
/></PingResult></PingResponse></soap:Body></soap:Envelope>
|
645
|
-
http_version:
|
646
|
-
recorded_at:
|
774
|
+
http_version:
|
775
|
+
recorded_at: Thu, 09 Jan 2014 16:03:39 GMT
|
647
776
|
recorded_with: VCR 2.3.0
|
@@ -27,9 +27,9 @@ http_interactions:
|
|
27
27
|
X-Powered-By:
|
28
28
|
- TaxCloud
|
29
29
|
Date:
|
30
|
-
-
|
30
|
+
- Thu, 09 Jan 2014 16:03:25 GMT
|
31
31
|
Content-Length:
|
32
|
-
- '
|
32
|
+
- '53946'
|
33
33
|
body:
|
34
34
|
encoding: US-ASCII
|
35
35
|
string: ! "<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n<wsdl:definitions xmlns:s=\"http://www.w3.org/2001/XMLSchema\"
|
@@ -395,9 +395,17 @@ http_interactions:
|
|
395
395
|
type=\"tns:PingRsp\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
|
396
396
|
\ </s:element>\r\n <s:complexType name=\"PingRsp\">\r\n <s:complexContent
|
397
397
|
mixed=\"false\">\r\n <s:extension base=\"tns:ResponseBase\" />\r\n
|
398
|
-
\ </s:complexContent>\r\n </s:complexType>\r\n
|
399
|
-
\
|
400
|
-
name=\"
|
398
|
+
\ </s:complexContent>\r\n </s:complexType>\r\n <s:element
|
399
|
+
name=\"VerifiedAddress\" nillable=\"true\" type=\"tns:VerifiedAddress\" />\r\n
|
400
|
+
\ <s:element name=\"AuthorizedRsp\" nillable=\"true\" type=\"tns:AuthorizedRsp\"
|
401
|
+
/>\r\n <s:element name=\"CapturedRsp\" nillable=\"true\" type=\"tns:CapturedRsp\"
|
402
|
+
/>\r\n <s:element name=\"GetTICGroupsRsp\" nillable=\"true\" type=\"tns:GetTICGroupsRsp\"
|
403
|
+
/>\r\n <s:element name=\"GetTICsRsp\" nillable=\"true\" type=\"tns:GetTICsRsp\"
|
404
|
+
/>\r\n <s:element name=\"DeleteCertificateRsp\" nillable=\"true\" type=\"tns:DeleteCertificateRsp\"
|
405
|
+
/>\r\n <s:element name=\"GetCertificatesRsp\" nillable=\"true\" type=\"tns:GetCertificatesRsp\"
|
406
|
+
/>\r\n <s:element name=\"PingRsp\" nillable=\"true\" type=\"tns:PingRsp\"
|
407
|
+
/>\r\n </s:schema>\r\n </wsdl:types>\r\n <wsdl:message name=\"VerifyAddressSoapIn\">\r\n
|
408
|
+
\ <wsdl:part name=\"parameters\" element=\"tns:VerifyAddress\" />\r\n </wsdl:message>\r\n
|
401
409
|
\ <wsdl:message name=\"VerifyAddressSoapOut\">\r\n <wsdl:part name=\"parameters\"
|
402
410
|
element=\"tns:VerifyAddressResponse\" />\r\n </wsdl:message>\r\n <wsdl:message
|
403
411
|
name=\"LookupForDateSoapIn\">\r\n <wsdl:part name=\"parameters\" element=\"tns:LookupForDate\"
|
@@ -445,10 +453,63 @@ http_interactions:
|
|
445
453
|
/>\r\n </wsdl:message>\r\n <wsdl:message name=\"PingSoapIn\">\r\n <wsdl:part
|
446
454
|
name=\"parameters\" element=\"tns:Ping\" />\r\n </wsdl:message>\r\n <wsdl:message
|
447
455
|
name=\"PingSoapOut\">\r\n <wsdl:part name=\"parameters\" element=\"tns:PingResponse\"
|
448
|
-
/>\r\n </wsdl:message>\r\n <wsdl:
|
449
|
-
name=\"
|
450
|
-
|
451
|
-
|
456
|
+
/>\r\n </wsdl:message>\r\n <wsdl:message name=\"VerifyAddressHttpPostIn\">\r\n
|
457
|
+
\ <wsdl:part name=\"uspsUserID\" type=\"s:string\" />\r\n <wsdl:part
|
458
|
+
name=\"address1\" type=\"s:string\" />\r\n <wsdl:part name=\"address2\"
|
459
|
+
type=\"s:string\" />\r\n <wsdl:part name=\"city\" type=\"s:string\" />\r\n
|
460
|
+
\ <wsdl:part name=\"state\" type=\"s:string\" />\r\n <wsdl:part name=\"zip5\"
|
461
|
+
type=\"s:string\" />\r\n <wsdl:part name=\"zip4\" type=\"s:string\" />\r\n
|
462
|
+
\ </wsdl:message>\r\n <wsdl:message name=\"VerifyAddressHttpPostOut\">\r\n
|
463
|
+
\ <wsdl:part name=\"Body\" element=\"tns:VerifiedAddress\" />\r\n </wsdl:message>\r\n
|
464
|
+
\ <wsdl:message name=\"AuthorizedHttpPostIn\">\r\n <wsdl:part name=\"apiLoginID\"
|
465
|
+
type=\"s:string\" />\r\n <wsdl:part name=\"apiKey\" type=\"s:string\" />\r\n
|
466
|
+
\ <wsdl:part name=\"customerID\" type=\"s:string\" />\r\n <wsdl:part
|
467
|
+
name=\"cartID\" type=\"s:string\" />\r\n <wsdl:part name=\"orderID\" type=\"s:string\"
|
468
|
+
/>\r\n <wsdl:part name=\"dateAuthorized\" type=\"s:string\" />\r\n </wsdl:message>\r\n
|
469
|
+
\ <wsdl:message name=\"AuthorizedHttpPostOut\">\r\n <wsdl:part name=\"Body\"
|
470
|
+
element=\"tns:AuthorizedRsp\" />\r\n </wsdl:message>\r\n <wsdl:message name=\"AuthorizedWithCaptureHttpPostIn\">\r\n
|
471
|
+
\ <wsdl:part name=\"apiLoginID\" type=\"s:string\" />\r\n <wsdl:part
|
472
|
+
name=\"apiKey\" type=\"s:string\" />\r\n <wsdl:part name=\"customerID\"
|
473
|
+
type=\"s:string\" />\r\n <wsdl:part name=\"cartID\" type=\"s:string\" />\r\n
|
474
|
+
\ <wsdl:part name=\"orderID\" type=\"s:string\" />\r\n <wsdl:part name=\"dateAuthorized\"
|
475
|
+
type=\"s:string\" />\r\n <wsdl:part name=\"dateCaptured\" type=\"s:string\"
|
476
|
+
/>\r\n </wsdl:message>\r\n <wsdl:message name=\"AuthorizedWithCaptureHttpPostOut\">\r\n
|
477
|
+
\ <wsdl:part name=\"Body\" element=\"tns:AuthorizedRsp\" />\r\n </wsdl:message>\r\n
|
478
|
+
\ <wsdl:message name=\"CapturedHttpPostIn\">\r\n <wsdl:part name=\"apiLoginID\"
|
479
|
+
type=\"s:string\" />\r\n <wsdl:part name=\"apiKey\" type=\"s:string\" />\r\n
|
480
|
+
\ <wsdl:part name=\"orderID\" type=\"s:string\" />\r\n </wsdl:message>\r\n
|
481
|
+
\ <wsdl:message name=\"CapturedHttpPostOut\">\r\n <wsdl:part name=\"Body\"
|
482
|
+
element=\"tns:CapturedRsp\" />\r\n </wsdl:message>\r\n <wsdl:message name=\"GetTICGroupsHttpPostIn\">\r\n
|
483
|
+
\ <wsdl:part name=\"apiLoginID\" type=\"s:string\" />\r\n <wsdl:part
|
484
|
+
name=\"apiKey\" type=\"s:string\" />\r\n </wsdl:message>\r\n <wsdl:message
|
485
|
+
name=\"GetTICGroupsHttpPostOut\">\r\n <wsdl:part name=\"Body\" element=\"tns:GetTICGroupsRsp\"
|
486
|
+
/>\r\n </wsdl:message>\r\n <wsdl:message name=\"GetTICsHttpPostIn\">\r\n
|
487
|
+
\ <wsdl:part name=\"apiLoginID\" type=\"s:string\" />\r\n <wsdl:part
|
488
|
+
name=\"apiKey\" type=\"s:string\" />\r\n </wsdl:message>\r\n <wsdl:message
|
489
|
+
name=\"GetTICsHttpPostOut\">\r\n <wsdl:part name=\"Body\" element=\"tns:GetTICsRsp\"
|
490
|
+
/>\r\n </wsdl:message>\r\n <wsdl:message name=\"GetTICsByGroupHttpPostIn\">\r\n
|
491
|
+
\ <wsdl:part name=\"apiLoginID\" type=\"s:string\" />\r\n <wsdl:part
|
492
|
+
name=\"apiKey\" type=\"s:string\" />\r\n <wsdl:part name=\"ticGroup\" type=\"s:string\"
|
493
|
+
/>\r\n </wsdl:message>\r\n <wsdl:message name=\"GetTICsByGroupHttpPostOut\">\r\n
|
494
|
+
\ <wsdl:part name=\"Body\" element=\"tns:GetTICsRsp\" />\r\n </wsdl:message>\r\n
|
495
|
+
\ <wsdl:message name=\"DeleteExemptCertificateHttpPostIn\">\r\n <wsdl:part
|
496
|
+
name=\"apiLoginID\" type=\"s:string\" />\r\n <wsdl:part name=\"apiKey\"
|
497
|
+
type=\"s:string\" />\r\n <wsdl:part name=\"certificateID\" type=\"s:string\"
|
498
|
+
/>\r\n </wsdl:message>\r\n <wsdl:message name=\"DeleteExemptCertificateHttpPostOut\">\r\n
|
499
|
+
\ <wsdl:part name=\"Body\" element=\"tns:DeleteCertificateRsp\" />\r\n </wsdl:message>\r\n
|
500
|
+
\ <wsdl:message name=\"GetExemptCertificatesHttpPostIn\">\r\n <wsdl:part
|
501
|
+
name=\"apiLoginID\" type=\"s:string\" />\r\n <wsdl:part name=\"apiKey\"
|
502
|
+
type=\"s:string\" />\r\n <wsdl:part name=\"customerID\" type=\"s:string\"
|
503
|
+
/>\r\n </wsdl:message>\r\n <wsdl:message name=\"GetExemptCertificatesHttpPostOut\">\r\n
|
504
|
+
\ <wsdl:part name=\"Body\" element=\"tns:GetCertificatesRsp\" />\r\n </wsdl:message>\r\n
|
505
|
+
\ <wsdl:message name=\"PingHttpPostIn\">\r\n <wsdl:part name=\"apiLoginID\"
|
506
|
+
type=\"s:string\" />\r\n <wsdl:part name=\"apiKey\" type=\"s:string\" />\r\n
|
507
|
+
\ </wsdl:message>\r\n <wsdl:message name=\"PingHttpPostOut\">\r\n <wsdl:part
|
508
|
+
name=\"Body\" element=\"tns:PingRsp\" />\r\n </wsdl:message>\r\n <wsdl:portType
|
509
|
+
name=\"TaxCloudSoap\">\r\n <wsdl:operation name=\"VerifyAddress\">\r\n
|
510
|
+
\ <wsdl:input message=\"tns:VerifyAddressSoapIn\" />\r\n <wsdl:output
|
511
|
+
message=\"tns:VerifyAddressSoapOut\" />\r\n </wsdl:operation>\r\n <wsdl:operation
|
512
|
+
name=\"LookupForDate\">\r\n <wsdl:input message=\"tns:LookupForDateSoapIn\"
|
452
513
|
/>\r\n <wsdl:output message=\"tns:LookupForDateSoapOut\" />\r\n </wsdl:operation>\r\n
|
453
514
|
\ <wsdl:operation name=\"Lookup\">\r\n <wsdl:input message=\"tns:LookupSoapIn\"
|
454
515
|
/>\r\n <wsdl:output message=\"tns:LookupSoapOut\" />\r\n </wsdl:operation>\r\n
|
@@ -476,21 +537,45 @@ http_interactions:
|
|
476
537
|
/>\r\n <wsdl:output message=\"tns:GetExemptCertificatesSoapOut\" />\r\n
|
477
538
|
\ </wsdl:operation>\r\n <wsdl:operation name=\"Ping\">\r\n <wsdl:input
|
478
539
|
message=\"tns:PingSoapIn\" />\r\n <wsdl:output message=\"tns:PingSoapOut\"
|
479
|
-
/>\r\n </wsdl:operation>\r\n </wsdl:portType>\r\n <wsdl:
|
480
|
-
|
481
|
-
/>\r\n
|
482
|
-
|
483
|
-
|
484
|
-
\
|
485
|
-
|
486
|
-
|
487
|
-
\ <wsdl:input
|
488
|
-
|
489
|
-
\
|
490
|
-
|
491
|
-
\
|
492
|
-
\
|
493
|
-
\ <wsdl:operation name=\"
|
540
|
+
/>\r\n </wsdl:operation>\r\n </wsdl:portType>\r\n <wsdl:portType name=\"TaxCloudHttpPost\">\r\n
|
541
|
+
\ <wsdl:operation name=\"VerifyAddress\">\r\n <wsdl:input message=\"tns:VerifyAddressHttpPostIn\"
|
542
|
+
/>\r\n <wsdl:output message=\"tns:VerifyAddressHttpPostOut\" />\r\n </wsdl:operation>\r\n
|
543
|
+
\ <wsdl:operation name=\"Authorized\">\r\n <wsdl:input message=\"tns:AuthorizedHttpPostIn\"
|
544
|
+
/>\r\n <wsdl:output message=\"tns:AuthorizedHttpPostOut\" />\r\n </wsdl:operation>\r\n
|
545
|
+
\ <wsdl:operation name=\"AuthorizedWithCapture\">\r\n <wsdl:input message=\"tns:AuthorizedWithCaptureHttpPostIn\"
|
546
|
+
/>\r\n <wsdl:output message=\"tns:AuthorizedWithCaptureHttpPostOut\"
|
547
|
+
/>\r\n </wsdl:operation>\r\n <wsdl:operation name=\"Captured\">\r\n
|
548
|
+
\ <wsdl:input message=\"tns:CapturedHttpPostIn\" />\r\n <wsdl:output
|
549
|
+
message=\"tns:CapturedHttpPostOut\" />\r\n </wsdl:operation>\r\n <wsdl:operation
|
550
|
+
name=\"GetTICGroups\">\r\n <wsdl:input message=\"tns:GetTICGroupsHttpPostIn\"
|
551
|
+
/>\r\n <wsdl:output message=\"tns:GetTICGroupsHttpPostOut\" />\r\n </wsdl:operation>\r\n
|
552
|
+
\ <wsdl:operation name=\"GetTICs\">\r\n <wsdl:input message=\"tns:GetTICsHttpPostIn\"
|
553
|
+
/>\r\n <wsdl:output message=\"tns:GetTICsHttpPostOut\" />\r\n </wsdl:operation>\r\n
|
554
|
+
\ <wsdl:operation name=\"GetTICsByGroup\">\r\n <wsdl:input message=\"tns:GetTICsByGroupHttpPostIn\"
|
555
|
+
/>\r\n <wsdl:output message=\"tns:GetTICsByGroupHttpPostOut\" />\r\n
|
556
|
+
\ </wsdl:operation>\r\n <wsdl:operation name=\"DeleteExemptCertificate\">\r\n
|
557
|
+
\ <wsdl:input message=\"tns:DeleteExemptCertificateHttpPostIn\" />\r\n
|
558
|
+
\ <wsdl:output message=\"tns:DeleteExemptCertificateHttpPostOut\" />\r\n
|
559
|
+
\ </wsdl:operation>\r\n <wsdl:operation name=\"GetExemptCertificates\">\r\n
|
560
|
+
\ <wsdl:input message=\"tns:GetExemptCertificatesHttpPostIn\" />\r\n <wsdl:output
|
561
|
+
message=\"tns:GetExemptCertificatesHttpPostOut\" />\r\n </wsdl:operation>\r\n
|
562
|
+
\ <wsdl:operation name=\"Ping\">\r\n <wsdl:input message=\"tns:PingHttpPostIn\"
|
563
|
+
/>\r\n <wsdl:output message=\"tns:PingHttpPostOut\" />\r\n </wsdl:operation>\r\n
|
564
|
+
\ </wsdl:portType>\r\n <wsdl:binding name=\"TaxCloudSoap\" type=\"tns:TaxCloudSoap\">\r\n
|
565
|
+
\ <soap:binding transport=\"http://schemas.xmlsoap.org/soap/http\" />\r\n
|
566
|
+
\ <wsdl:operation name=\"VerifyAddress\">\r\n <soap:operation soapAction=\"http://taxcloud.net/VerifyAddress\"
|
567
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
|
568
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
|
569
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
|
570
|
+
name=\"LookupForDate\">\r\n <soap:operation soapAction=\"http://taxcloud.net/LookupForDate\"
|
571
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
|
572
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
|
573
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
|
574
|
+
name=\"Lookup\">\r\n <soap:operation soapAction=\"http://taxcloud.net/Lookup\"
|
575
|
+
style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
|
576
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
|
577
|
+
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
|
578
|
+
name=\"Authorized\">\r\n <soap:operation soapAction=\"http://taxcloud.net/Authorized\"
|
494
579
|
style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
|
495
580
|
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
|
496
581
|
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
|
@@ -592,14 +677,56 @@ http_interactions:
|
|
592
677
|
style=\"document\" />\r\n <wsdl:input>\r\n <soap12:body use=\"literal\"
|
593
678
|
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap12:body use=\"literal\"
|
594
679
|
/>\r\n </wsdl:output>\r\n </wsdl:operation>\r\n </wsdl:binding>\r\n
|
680
|
+
\ <wsdl:binding name=\"TaxCloudHttpPost\" type=\"tns:TaxCloudHttpPost\">\r\n
|
681
|
+
\ <http:binding verb=\"POST\" />\r\n <wsdl:operation name=\"VerifyAddress\">\r\n
|
682
|
+
\ <http:operation location=\"/VerifyAddress\" />\r\n <wsdl:input>\r\n
|
683
|
+
\ <mime:content type=\"application/x-www-form-urlencoded\" />\r\n </wsdl:input>\r\n
|
684
|
+
\ <wsdl:output>\r\n <mime:mimeXml part=\"Body\" />\r\n </wsdl:output>\r\n
|
685
|
+
\ </wsdl:operation>\r\n <wsdl:operation name=\"Authorized\">\r\n <http:operation
|
686
|
+
location=\"/Authorized\" />\r\n <wsdl:input>\r\n <mime:content
|
687
|
+
type=\"application/x-www-form-urlencoded\" />\r\n </wsdl:input>\r\n <wsdl:output>\r\n
|
688
|
+
\ <mime:mimeXml part=\"Body\" />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n
|
689
|
+
\ <wsdl:operation name=\"AuthorizedWithCapture\">\r\n <http:operation
|
690
|
+
location=\"/AuthorizedWithCapture\" />\r\n <wsdl:input>\r\n <mime:content
|
691
|
+
type=\"application/x-www-form-urlencoded\" />\r\n </wsdl:input>\r\n <wsdl:output>\r\n
|
692
|
+
\ <mime:mimeXml part=\"Body\" />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n
|
693
|
+
\ <wsdl:operation name=\"Captured\">\r\n <http:operation location=\"/Captured\"
|
694
|
+
/>\r\n <wsdl:input>\r\n <mime:content type=\"application/x-www-form-urlencoded\"
|
695
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <mime:mimeXml
|
696
|
+
part=\"Body\" />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
|
697
|
+
name=\"GetTICGroups\">\r\n <http:operation location=\"/GetTICGroups\"
|
698
|
+
/>\r\n <wsdl:input>\r\n <mime:content type=\"application/x-www-form-urlencoded\"
|
699
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <mime:mimeXml
|
700
|
+
part=\"Body\" />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
|
701
|
+
name=\"GetTICs\">\r\n <http:operation location=\"/GetTICs\" />\r\n <wsdl:input>\r\n
|
702
|
+
\ <mime:content type=\"application/x-www-form-urlencoded\" />\r\n </wsdl:input>\r\n
|
703
|
+
\ <wsdl:output>\r\n <mime:mimeXml part=\"Body\" />\r\n </wsdl:output>\r\n
|
704
|
+
\ </wsdl:operation>\r\n <wsdl:operation name=\"GetTICsByGroup\">\r\n
|
705
|
+
\ <http:operation location=\"/GetTICsByGroup\" />\r\n <wsdl:input>\r\n
|
706
|
+
\ <mime:content type=\"application/x-www-form-urlencoded\" />\r\n </wsdl:input>\r\n
|
707
|
+
\ <wsdl:output>\r\n <mime:mimeXml part=\"Body\" />\r\n </wsdl:output>\r\n
|
708
|
+
\ </wsdl:operation>\r\n <wsdl:operation name=\"DeleteExemptCertificate\">\r\n
|
709
|
+
\ <http:operation location=\"/DeleteExemptCertificate\" />\r\n <wsdl:input>\r\n
|
710
|
+
\ <mime:content type=\"application/x-www-form-urlencoded\" />\r\n </wsdl:input>\r\n
|
711
|
+
\ <wsdl:output>\r\n <mime:mimeXml part=\"Body\" />\r\n </wsdl:output>\r\n
|
712
|
+
\ </wsdl:operation>\r\n <wsdl:operation name=\"GetExemptCertificates\">\r\n
|
713
|
+
\ <http:operation location=\"/GetExemptCertificates\" />\r\n <wsdl:input>\r\n
|
714
|
+
\ <mime:content type=\"application/x-www-form-urlencoded\" />\r\n </wsdl:input>\r\n
|
715
|
+
\ <wsdl:output>\r\n <mime:mimeXml part=\"Body\" />\r\n </wsdl:output>\r\n
|
716
|
+
\ </wsdl:operation>\r\n <wsdl:operation name=\"Ping\">\r\n <http:operation
|
717
|
+
location=\"/Ping\" />\r\n <wsdl:input>\r\n <mime:content type=\"application/x-www-form-urlencoded\"
|
718
|
+
/>\r\n </wsdl:input>\r\n <wsdl:output>\r\n <mime:mimeXml
|
719
|
+
part=\"Body\" />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n </wsdl:binding>\r\n
|
595
720
|
\ <wsdl:service name=\"TaxCloud\">\r\n <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">TaxCloud
|
596
721
|
Web Service</wsdl:documentation>\r\n <wsdl:port name=\"TaxCloudSoap\" binding=\"tns:TaxCloudSoap\">\r\n
|
597
722
|
\ <soap:address location=\"https://api.taxcloud.net/1.0/TaxCloud.asmx\"
|
598
723
|
/>\r\n </wsdl:port>\r\n <wsdl:port name=\"TaxCloudSoap12\" binding=\"tns:TaxCloudSoap12\">\r\n
|
599
724
|
\ <soap12:address location=\"https://api.taxcloud.net/1.0/TaxCloud.asmx\"
|
725
|
+
/>\r\n </wsdl:port>\r\n <wsdl:port name=\"TaxCloudHttpPost\" binding=\"tns:TaxCloudHttpPost\">\r\n
|
726
|
+
\ <http:address location=\"https://api.taxcloud.net/1.0/TaxCloud.asmx\"
|
600
727
|
/>\r\n </wsdl:port>\r\n </wsdl:service>\r\n</wsdl:definitions>"
|
601
|
-
http_version:
|
602
|
-
recorded_at:
|
728
|
+
http_version:
|
729
|
+
recorded_at: Thu, 09 Jan 2014 16:03:39 GMT
|
603
730
|
- request:
|
604
731
|
method: post
|
605
732
|
uri: https://api.taxcloud.net/1.0/TaxCloud.asmx
|
@@ -642,6 +769,6 @@ http_interactions:
|
|
642
769
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><PingResponse
|
643
770
|
xmlns="http://taxcloud.net"><PingResult><ResponseType>Error</ResponseType><Messages><ResponseMessage><ResponseType>Error</ResponseType><Message>Invalid
|
644
771
|
apiLoginID and/or apiKey</Message></ResponseMessage></Messages></PingResult></PingResponse></soap:Body></soap:Envelope>
|
645
|
-
http_version:
|
772
|
+
http_version:
|
646
773
|
recorded_at: Sat, 24 Nov 2012 13:48:51 GMT
|
647
774
|
recorded_with: VCR 2.3.0
|