tinyerp_ruby 0.4.4 → 0.4.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (74) hide show
  1. checksums.yaml +5 -13
  2. data/README.md +1 -1
  3. data/lib/tinyerp_ruby/poster.rb +6 -2
  4. data/lib/tinyerp_ruby/version.rb +1 -1
  5. data/spec/support/vcr/TinyerpRuby_Poster/_call/output_a_hash.yml +12 -11
  6. data/spec/support/vcr/TinyerpRuby_Poster/_call/output_keys_as_symbols.yml +12 -11
  7. data/spec/support/vcr/TinyerpRuby_Service/accepts/_alterar_contato_service_as_a_valid_service.yml +15 -16
  8. data/spec/support/vcr/TinyerpRuby_Service/accepts/_alterar_contato_xml_as_a_valid_service.yml +39 -67
  9. data/spec/support/vcr/TinyerpRuby_Service/accepts/_alterar_grupo_tag_service_as_a_valid_service.yml +34 -65
  10. data/spec/support/vcr/TinyerpRuby_Service/accepts/_alterar_grupo_tag_xml_as_a_valid_service.yml +39 -67
  11. data/spec/support/vcr/TinyerpRuby_Service/accepts/_alterar_produto_service_as_a_valid_service.yml +13 -16
  12. data/spec/support/vcr/TinyerpRuby_Service/accepts/_alterar_produto_xml_as_a_valid_service.yml +65 -37
  13. data/spec/support/vcr/TinyerpRuby_Service/accepts/_alterar_tag_service_as_a_valid_service.yml +34 -65
  14. data/spec/support/vcr/TinyerpRuby_Service/accepts/_alterar_tag_xml_as_a_valid_service.yml +8 -8
  15. data/spec/support/vcr/TinyerpRuby_Service/accepts/_gerar_ordem_produca_pedido_service_as_a_valid_service.yml +8 -8
  16. data/spec/support/vcr/TinyerpRuby_Service/accepts/_incluir_contato_service_as_a_valid_service.yml +13 -16
  17. data/spec/support/vcr/TinyerpRuby_Service/accepts/_incluir_contato_xml_as_a_valid_service.yml +8 -8
  18. data/spec/support/vcr/TinyerpRuby_Service/accepts/_incluir_contrato_service_as_a_valid_service.yml +15 -16
  19. data/spec/support/vcr/TinyerpRuby_Service/accepts/_incluir_contrato_xml_as_a_valid_service.yml +10 -10
  20. data/spec/support/vcr/TinyerpRuby_Service/accepts/_incluir_grupo_tag_service_as_a_valid_service.yml +13 -16
  21. data/spec/support/vcr/TinyerpRuby_Service/accepts/_incluir_grupo_tag_xml_as_a_valid_service.yml +65 -37
  22. data/spec/support/vcr/TinyerpRuby_Service/accepts/_incluir_nota_fiscal_service_as_a_valid_service.yml +16 -16
  23. data/spec/support/vcr/TinyerpRuby_Service/accepts/_incluir_nota_fiscal_xml_as_a_valid_service.yml +10 -10
  24. data/spec/support/vcr/TinyerpRuby_Service/accepts/_incluir_nota_servico_service_as_a_valid_service.yml +17 -16
  25. data/spec/support/vcr/TinyerpRuby_Service/accepts/_incluir_nota_servico_xml_as_a_valid_service.yml +37 -65
  26. data/spec/support/vcr/TinyerpRuby_Service/accepts/_incluir_pedido_service_as_a_valid_service.yml +15 -16
  27. data/spec/support/vcr/TinyerpRuby_Service/accepts/_incluir_pedido_xml_as_a_valid_service.yml +8 -8
  28. data/spec/support/vcr/TinyerpRuby_Service/accepts/_incluir_produto_service_as_a_valid_service.yml +15 -16
  29. data/spec/support/vcr/TinyerpRuby_Service/accepts/_incluir_produto_xml_as_a_valid_service.yml +8 -8
  30. data/spec/support/vcr/TinyerpRuby_Service/accepts/_incluir_tag_service_as_a_valid_service.yml +34 -65
  31. data/spec/support/vcr/TinyerpRuby_Service/accepts/_incluir_tag_xml_as_a_valid_service.yml +37 -65
  32. data/spec/support/vcr/TinyerpRuby_Service/accepts/_lista_atualizacoes_estoque_service_as_a_valid_service.yml +8 -8
  33. data/spec/support/vcr/TinyerpRuby_Service/accepts/_lista_atualizacoes_estoque_xml_as_a_valid_service.yml +19 -19
  34. data/spec/support/vcr/TinyerpRuby_Service/accepts/_lista_atualizacoes_produtos_service_as_a_valid_service.yml +36 -66
  35. data/spec/support/vcr/TinyerpRuby_Service/accepts/_lista_atualizacoes_produtos_xml_as_a_valid_service.yml +19 -18
  36. data/spec/support/vcr/TinyerpRuby_Service/accepts/_obter_contato_service_as_a_valid_service.yml +36 -64
  37. data/spec/support/vcr/TinyerpRuby_Service/accepts/_obter_contato_xml_as_a_valid_service.yml +35 -65
  38. data/spec/support/vcr/TinyerpRuby_Service/accepts/_obter_contrato_service_as_a_valid_service.yml +35 -64
  39. data/spec/support/vcr/TinyerpRuby_Service/accepts/_obter_contrato_xml_as_a_valid_service.yml +8 -8
  40. data/spec/support/vcr/TinyerpRuby_Service/accepts/_obter_estoque_produto_service_as_a_valid_service.yml +35 -66
  41. data/spec/support/vcr/TinyerpRuby_Service/accepts/_obter_estoque_produto_xml_as_a_valid_service.yml +8 -8
  42. data/spec/support/vcr/TinyerpRuby_Service/accepts/_obter_estrutura_produto_service_as_a_valid_service.yml +35 -66
  43. data/spec/support/vcr/TinyerpRuby_Service/accepts/_obter_estrutura_produto_xml_as_a_valid_service.yml +8 -8
  44. data/spec/support/vcr/TinyerpRuby_Service/accepts/_obter_nota_fiscal_service_as_a_valid_service.yml +35 -65
  45. data/spec/support/vcr/TinyerpRuby_Service/accepts/_obter_nota_fiscal_xml_as_a_valid_service.yml +8 -8
  46. data/spec/support/vcr/TinyerpRuby_Service/accepts/_obter_nota_servico_service_as_a_valid_service.yml +36 -64
  47. data/spec/support/vcr/TinyerpRuby_Service/accepts/_obter_nota_servico_xml_as_a_valid_service.yml +8 -8
  48. data/spec/support/vcr/TinyerpRuby_Service/accepts/_obter_pedido_service_as_a_valid_service.yml +36 -64
  49. data/spec/support/vcr/TinyerpRuby_Service/accepts/_obter_pedido_xml_as_a_valid_service.yml +18 -17
  50. data/spec/support/vcr/TinyerpRuby_Service/accepts/_obter_produto_service_as_a_valid_service.yml +36 -64
  51. data/spec/support/vcr/TinyerpRuby_Service/accepts/_obter_produto_xml_as_a_valid_service.yml +17 -18
  52. data/spec/support/vcr/TinyerpRuby_Service/accepts/_obter_tags_produto_service_as_a_valid_service.yml +35 -66
  53. data/spec/support/vcr/TinyerpRuby_Service/accepts/_obter_tags_produto_xml_as_a_valid_service.yml +18 -17
  54. data/spec/support/vcr/TinyerpRuby_Service/accepts/_obter_xml_nota_fiscal_as_a_valid_service.yml +15 -16
  55. data/spec/support/vcr/TinyerpRuby_Service/accepts/_pesquisar_contatos_service_as_a_valid_service.yml +37 -66
  56. data/spec/support/vcr/TinyerpRuby_Service/accepts/_pesquisar_contatos_xml_as_a_valid_service.yml +36 -65
  57. data/spec/support/vcr/TinyerpRuby_Service/accepts/_pesquisar_contratos_service_as_a_valid_service.yml +17 -19
  58. data/spec/support/vcr/TinyerpRuby_Service/accepts/_pesquisar_contratos_xml_as_a_valid_service.yml +8 -8
  59. data/spec/support/vcr/TinyerpRuby_Service/accepts/_pesquisar_grupos_tag_service_as_a_valid_service.yml +35 -64
  60. data/spec/support/vcr/TinyerpRuby_Service/accepts/_pesquisar_grupos_tag_xml_as_a_valid_service.yml +17 -18
  61. data/spec/support/vcr/TinyerpRuby_Service/accepts/_pesquisar_notas_fiscais_service_as_a_valid_service.yml +18 -19
  62. data/spec/support/vcr/TinyerpRuby_Service/accepts/_pesquisar_notas_fiscais_xml_as_a_valid_service.yml +8 -8
  63. data/spec/support/vcr/TinyerpRuby_Service/accepts/_pesquisar_notas_servico_service_as_a_valid_service.yml +8 -8
  64. data/spec/support/vcr/TinyerpRuby_Service/accepts/_pesquisar_notas_servico_xml_as_a_valid_service.yml +8 -8
  65. data/spec/support/vcr/TinyerpRuby_Service/accepts/_pesquisar_pedidos_service_as_a_valid_service.yml +19 -17
  66. data/spec/support/vcr/TinyerpRuby_Service/accepts/_pesquisar_pedidos_xml_as_a_valid_service.yml +8 -8
  67. data/spec/support/vcr/TinyerpRuby_Service/accepts/_pesquisar_produtos_service_as_a_valid_service.yml +35 -66
  68. data/spec/support/vcr/TinyerpRuby_Service/accepts/_pesquisar_produtos_xml_as_a_valid_service.yml +8 -8
  69. data/spec/support/vcr/TinyerpRuby_Service/accepts/_pesquisar_tag_service_as_a_valid_service.yml +17 -18
  70. data/spec/support/vcr/TinyerpRuby_Service/accepts/_pesquisar_tag_xml_as_a_valid_service.yml +20 -19
  71. data/spec/support/vcr/TinyerpRuby_Service/accepts/_pesquisar_vendedores_service_as_a_valid_service.yml +35 -66
  72. data/spec/tinyerp_ruby/service_spec.rb +5 -4
  73. metadata +14 -16
  74. data/spec/support/vcr/TinyerpRuby_Service/accepts/poster_post.yml +0 -1582
checksums.yaml CHANGED
@@ -1,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- NzEzNThkZjExZTFjYzVhZDU2MWY3ZGViMWZlYjVjMmZhNDViNGE1MA==
5
- data.tar.gz: !binary |-
6
- NGU1MTlkNzQ0OWY0MWI4OGZjMjg4NGIxNGE0N2M1ZWRmMzIxMjllZQ==
2
+ SHA1:
3
+ metadata.gz: 1bcfeb3fd10e99be0c5e90ba9661f8cb27e163c8
4
+ data.tar.gz: b7d0ed9e5b1a399f9f83440d4a1298b1f283b124
7
5
  SHA512:
8
- metadata.gz: !binary |-
9
- NWZjZTM1MmRmZmJiNTE1Yzg3YjJkN2U2ZTg3NmEwYjVjNjY3ODMxNjc5NjEx
10
- YTMzZjdhNTRmMjEyNDhmZjMzMmRkYTFjNjU0NjZjZDlmMzEwNTI3OGFkMjQw
11
- ZDFiZmVjYzIyM2FmMDM5YjlhMGRlZTM2NzQ2MjA1OGJkMDMwNmU=
12
- data.tar.gz: !binary |-
13
- MWEwNmVlYzc0ZTJhZWY3MTQ2MThjMDU3ZWU5MDQ1ZTEzNWFkNjU2MTgwYjk4
14
- MjkxYjBkZWRhY2FhMWY0MTU5NmVkOGRkNDZkNmY3OGUyMmYxNWU4OTE5ZmI3
15
- MDk0MWMzYTZkYmExNTZlZjhkMzNjMTVhNWU3MTA0ZjZjMmE3YTk=
6
+ metadata.gz: 92d32c4794a5083e0216f630e647785a9c8b9015c2c299ba7f34029fc24982169d1ad63c168d20cad641104e05d005e89e7e9c7e8d8c0076de4d186b8b076506
7
+ data.tar.gz: 7532b5c52dd14e8f8faaf14052d0312a38ac5e90c023f3c049ce54ea0fd4e86fc1627f29140bbc4e3dcd4b72ee7cd23298271fc861aff780555e0d2b79341469
data/README.md CHANGED
@@ -37,7 +37,7 @@ Then we create a service object.
37
37
 
38
38
  poster = TinyerpRuby::Service.new connection
39
39
 
40
- With service object created we just need to call the api methods and pass a hash according api description. Keep note that you must pass a hash of size one, where the key is the symbol with the parameter according to Tiny API and the value is another hash formatted according to Tiny API too.
40
+ With service object created we just need to call the api methods and pass a hash according api description. Keep note that you must pass a hash of size one, where the key is the symbol with the parameter according to Tiny API and the value is an hash formatted according to Tiny API too or a string for api calls that uses only one param.
41
41
 
42
42
  params = {....}
43
43
  return_params = poster.pesquisar_vendedores_service(id: params)
@@ -1,3 +1,5 @@
1
+ #encoding: utf-8
2
+
1
3
  require 'savon'
2
4
 
3
5
  module TinyerpRuby
@@ -7,7 +9,7 @@ module TinyerpRuby
7
9
 
8
10
  def call(connection, service, params)
9
11
  @connection = connection
10
- webservice = Savon.client(wsdl: @connection.base_url, convert_request_keys_to: :none)
12
+ webservice = Savon.client(wsdl: @connection.base_url, convert_request_keys_to: :none, filters: [:token])
11
13
  response = webservice.call(service, message: formatted_params(params))
12
14
  parse service, response
13
15
  end
@@ -15,9 +17,11 @@ module TinyerpRuby
15
17
  private
16
18
  def formatted_params(params)
17
19
  params = params.first
20
+ param_value = params.last.kind_of?(Hash) ? params.last.to_json : params.last
21
+
18
22
  formatted = { token: @connection.api_key }
19
23
  formatted.delete(:formato)
20
- formatted.merge!({params.first => params.last.to_json})
24
+ formatted.merge!({params.first => param_value})
21
25
  formatted.merge!({formato: 'json'})
22
26
  formatted
23
27
  end
@@ -1,3 +1,3 @@
1
1
  module TinyerpRuby
2
- VERSION = "0.4.4"
2
+ VERSION = "0.4.6"
3
3
  end
@@ -21,7 +21,7 @@ http_interactions:
21
21
  Content-Type:
22
22
  - text/xml; charset=ISO-8859-1
23
23
  Date:
24
- - Tue, 08 Apr 2014 12:38:41 GMT
24
+ - Tue, 08 Apr 2014 13:46:18 GMT
25
25
  Expires:
26
26
  - Thu, 19 Nov 1981 08:52:00 GMT
27
27
  Pragma:
@@ -29,7 +29,7 @@ http_interactions:
29
29
  Server:
30
30
  - Apache/2.2.25 (Amazon)
31
31
  Set-Cookie:
32
- - PHPSESSID=ut9ps89mldgh7qnd294dp3tdjruj1hdr; path=/
32
+ - PHPSESSID=ch4th08aauugfcam4bvs40u1koq37e2k; path=/
33
33
  X-Powered-By:
34
34
  - PHP/5.3.27
35
35
  Transfer-Encoding:
@@ -1494,7 +1494,7 @@ http_interactions:
1494
1494
  aW9uPSJodHRwOi8vd3d3LnRpbnkuY29tLmJyL2FwaTIucGhwIi8+CiAgPC9w
1495
1495
  b3J0Pgo8L3NlcnZpY2U+CjwvZGVmaW5pdGlvbnM+
1496
1496
  http_version:
1497
- recorded_at: Tue, 08 Apr 2014 12:38:41 GMT
1497
+ recorded_at: Tue, 08 Apr 2014 13:46:18 GMT
1498
1498
  - request:
1499
1499
  method: post
1500
1500
  uri: http://www.tiny.com.br/api2.php
@@ -1502,14 +1502,14 @@ http_interactions:
1502
1502
  encoding: US-ASCII
1503
1503
  string: <?xml version="1.0" encoding="UTF-8"?><env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema"
1504
1504
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:tns="urn:tinywsdl"
1505
- xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"><env:Body><tns:obterContatoXML><token><APIKEY></token><id>1234</id><formato>json</formato></tns:obterContatoXML></env:Body></env:Envelope>
1505
+ xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"><env:Body><tns:obterContatoXML><token><APIKEY></token><id>&quot;1234&quot;</id><formato>json</formato></tns:obterContatoXML></env:Body></env:Envelope>
1506
1506
  headers:
1507
1507
  Soapaction:
1508
1508
  - ! '"urn:tinywsdl#obterContatoXML"'
1509
1509
  Content-Type:
1510
1510
  - text/xml;charset=UTF-8
1511
1511
  Content-Length:
1512
- - '400'
1512
+ - '412'
1513
1513
  Accept:
1514
1514
  - ! '*/*'
1515
1515
  User-Agent:
@@ -1524,7 +1524,7 @@ http_interactions:
1524
1524
  Content-Type:
1525
1525
  - text/xml; charset=UTF-8
1526
1526
  Date:
1527
- - Tue, 08 Apr 2014 12:38:41 GMT
1527
+ - Tue, 08 Apr 2014 13:46:18 GMT
1528
1528
  Expires:
1529
1529
  - Thu, 19 Nov 1981 08:52:00 GMT
1530
1530
  Pragma:
@@ -1532,13 +1532,13 @@ http_interactions:
1532
1532
  Server:
1533
1533
  - Apache/2.2.25 (Amazon)
1534
1534
  Set-Cookie:
1535
- - PHPSESSID=bqdnik0dnpjbd2klb413uai559vtts8l; path=/
1535
+ - PHPSESSID=2kmkta7k0311vteiiich4cfbip3221cq; path=/
1536
1536
  X-Powered-By:
1537
1537
  - PHP/5.3.27
1538
1538
  X-Soap-Server:
1539
1539
  - NuSOAP/0.9.5 (1.1)
1540
1540
  Content-Length:
1541
- - '750'
1541
+ - '794'
1542
1542
  Connection:
1543
1543
  - keep-alive
1544
1544
  body:
@@ -1546,8 +1546,9 @@ http_interactions:
1546
1546
  string: <?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
1547
1547
  xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
1548
1548
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><ns1:obterContatoXMLResponse
1549
- xmlns:ns1="urn:tinywsdl"><return xsi:type="xsd:string">{&quot;retorno&quot;:{&quot;status_processamento&quot;:&quot;2&quot;,&quot;status&quot;:&quot;Erro&quot;,&quot;codigo_erro&quot;:&quot;20&quot;,&quot;erros&quot;:[{&quot;erro&quot;:&quot;A
1550
- consulta n\u00e3o retornou registros&quot;}]}}</return></ns1:obterContatoXMLResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>
1549
+ xmlns:ns1="urn:tinywsdl"><return xsi:type="xsd:string">{&quot;retorno&quot;:{&quot;status_processamento&quot;:1,&quot;status&quot;:&quot;Erro&quot;,&quot;codigo_erro&quot;:&quot;6&quot;,&quot;erros&quot;:{&quot;erro&quot;:&quot;API
1550
+ Bloqueada - Excedido o n\u00famero de acessos a API, aguarde alguns minutos
1551
+ e tente novamente&quot;}}}</return></ns1:obterContatoXMLResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>
1551
1552
  http_version:
1552
- recorded_at: Tue, 08 Apr 2014 12:38:41 GMT
1553
+ recorded_at: Tue, 08 Apr 2014 13:46:19 GMT
1553
1554
  recorded_with: VCR 2.9.0
@@ -21,7 +21,7 @@ http_interactions:
21
21
  Content-Type:
22
22
  - text/xml; charset=ISO-8859-1
23
23
  Date:
24
- - Tue, 08 Apr 2014 12:38:41 GMT
24
+ - Tue, 08 Apr 2014 13:46:19 GMT
25
25
  Expires:
26
26
  - Thu, 19 Nov 1981 08:52:00 GMT
27
27
  Pragma:
@@ -29,7 +29,7 @@ http_interactions:
29
29
  Server:
30
30
  - Apache/2.2.25 (Amazon)
31
31
  Set-Cookie:
32
- - PHPSESSID=9mdpspvjf5fg6ea79ihr91reklrk253p; path=/
32
+ - PHPSESSID=a34qrashpqoacgltgmbcq5gt821comm8; path=/
33
33
  X-Powered-By:
34
34
  - PHP/5.3.27
35
35
  Transfer-Encoding:
@@ -1494,7 +1494,7 @@ http_interactions:
1494
1494
  aW9uPSJodHRwOi8vd3d3LnRpbnkuY29tLmJyL2FwaTIucGhwIi8+CiAgPC9w
1495
1495
  b3J0Pgo8L3NlcnZpY2U+CjwvZGVmaW5pdGlvbnM+
1496
1496
  http_version:
1497
- recorded_at: Tue, 08 Apr 2014 12:38:41 GMT
1497
+ recorded_at: Tue, 08 Apr 2014 13:46:19 GMT
1498
1498
  - request:
1499
1499
  method: post
1500
1500
  uri: http://www.tiny.com.br/api2.php
@@ -1502,14 +1502,14 @@ http_interactions:
1502
1502
  encoding: US-ASCII
1503
1503
  string: <?xml version="1.0" encoding="UTF-8"?><env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema"
1504
1504
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:tns="urn:tinywsdl"
1505
- xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"><env:Body><tns:obterContatoXML><token><APIKEY></token><id>1234</id><formato>json</formato></tns:obterContatoXML></env:Body></env:Envelope>
1505
+ xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"><env:Body><tns:obterContatoXML><token><APIKEY></token><id>&quot;1234&quot;</id><formato>json</formato></tns:obterContatoXML></env:Body></env:Envelope>
1506
1506
  headers:
1507
1507
  Soapaction:
1508
1508
  - ! '"urn:tinywsdl#obterContatoXML"'
1509
1509
  Content-Type:
1510
1510
  - text/xml;charset=UTF-8
1511
1511
  Content-Length:
1512
- - '400'
1512
+ - '412'
1513
1513
  Accept:
1514
1514
  - ! '*/*'
1515
1515
  User-Agent:
@@ -1524,7 +1524,7 @@ http_interactions:
1524
1524
  Content-Type:
1525
1525
  - text/xml; charset=UTF-8
1526
1526
  Date:
1527
- - Tue, 08 Apr 2014 12:38:41 GMT
1527
+ - Tue, 08 Apr 2014 13:46:19 GMT
1528
1528
  Expires:
1529
1529
  - Thu, 19 Nov 1981 08:52:00 GMT
1530
1530
  Pragma:
@@ -1532,13 +1532,13 @@ http_interactions:
1532
1532
  Server:
1533
1533
  - Apache/2.2.25 (Amazon)
1534
1534
  Set-Cookie:
1535
- - PHPSESSID=lchlk8e75o78c1vk897tojmbs0crch49; path=/
1535
+ - PHPSESSID=dn69o9d4g43h49pnc1ol4gdl0bjtbndm; path=/
1536
1536
  X-Powered-By:
1537
1537
  - PHP/5.3.27
1538
1538
  X-Soap-Server:
1539
1539
  - NuSOAP/0.9.5 (1.1)
1540
1540
  Content-Length:
1541
- - '750'
1541
+ - '794'
1542
1542
  Connection:
1543
1543
  - keep-alive
1544
1544
  body:
@@ -1546,8 +1546,9 @@ http_interactions:
1546
1546
  string: <?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
1547
1547
  xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
1548
1548
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><ns1:obterContatoXMLResponse
1549
- xmlns:ns1="urn:tinywsdl"><return xsi:type="xsd:string">{&quot;retorno&quot;:{&quot;status_processamento&quot;:&quot;2&quot;,&quot;status&quot;:&quot;Erro&quot;,&quot;codigo_erro&quot;:&quot;20&quot;,&quot;erros&quot;:[{&quot;erro&quot;:&quot;A
1550
- consulta n\u00e3o retornou registros&quot;}]}}</return></ns1:obterContatoXMLResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>
1549
+ xmlns:ns1="urn:tinywsdl"><return xsi:type="xsd:string">{&quot;retorno&quot;:{&quot;status_processamento&quot;:1,&quot;status&quot;:&quot;Erro&quot;,&quot;codigo_erro&quot;:&quot;6&quot;,&quot;erros&quot;:{&quot;erro&quot;:&quot;API
1550
+ Bloqueada - Excedido o n\u00famero de acessos a API, aguarde alguns minutos
1551
+ e tente novamente&quot;}}}</return></ns1:obterContatoXMLResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>
1551
1552
  http_version:
1552
- recorded_at: Tue, 08 Apr 2014 12:38:41 GMT
1553
+ recorded_at: Tue, 08 Apr 2014 13:46:19 GMT
1553
1554
  recorded_with: VCR 2.9.0
@@ -21,7 +21,7 @@ http_interactions:
21
21
  Content-Type:
22
22
  - text/xml; charset=ISO-8859-1
23
23
  Date:
24
- - Tue, 08 Apr 2014 12:58:00 GMT
24
+ - Tue, 08 Apr 2014 13:46:13 GMT
25
25
  Expires:
26
26
  - Thu, 19 Nov 1981 08:52:00 GMT
27
27
  Pragma:
@@ -29,7 +29,7 @@ http_interactions:
29
29
  Server:
30
30
  - Apache/2.2.25 (Amazon)
31
31
  Set-Cookie:
32
- - PHPSESSID=cpronfjq0t1klnnaba63j8ne0atl3eo4; path=/
32
+ - PHPSESSID=gs6d9ah700esuu9ateah82449s260cdp; path=/
33
33
  X-Powered-By:
34
34
  - PHP/5.3.27
35
35
  Transfer-Encoding:
@@ -1494,7 +1494,7 @@ http_interactions:
1494
1494
  aW9uPSJodHRwOi8vd3d3LnRpbnkuY29tLmJyL2FwaTIucGhwIi8+CiAgPC9w
1495
1495
  b3J0Pgo8L3NlcnZpY2U+CjwvZGVmaW5pdGlvbnM+
1496
1496
  http_version:
1497
- recorded_at: Tue, 08 Apr 2014 12:58:00 GMT
1497
+ recorded_at: Tue, 08 Apr 2014 13:46:13 GMT
1498
1498
  - request:
1499
1499
  method: post
1500
1500
  uri: http://www.tiny.com.br/api2.php
@@ -1502,14 +1502,14 @@ http_interactions:
1502
1502
  encoding: US-ASCII
1503
1503
  string: <?xml version="1.0" encoding="UTF-8"?><env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema"
1504
1504
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:tns="urn:tinywsdl"
1505
- xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"><env:Body><tns:alterarContatoService><token><APIKEY></token><formato>json</formato></tns:alterarContatoService></env:Body></env:Envelope>
1505
+ xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"><env:Body><tns:alterarContatoService><token><APIKEY></token><foo>&quot;bar&quot;</foo><formato>json</formato></tns:alterarContatoService></env:Body></env:Envelope>
1506
1506
  headers:
1507
1507
  Soapaction:
1508
1508
  - ! '"urn:tinywsdl#alterarContatoService"'
1509
1509
  Content-Type:
1510
1510
  - text/xml;charset=UTF-8
1511
1511
  Content-Length:
1512
- - '399'
1512
+ - '425'
1513
1513
  Accept:
1514
1514
  - ! '*/*'
1515
1515
  User-Agent:
@@ -1524,7 +1524,7 @@ http_interactions:
1524
1524
  Content-Type:
1525
1525
  - text/xml; charset=UTF-8
1526
1526
  Date:
1527
- - Tue, 08 Apr 2014 12:58:00 GMT
1527
+ - Tue, 08 Apr 2014 13:46:13 GMT
1528
1528
  Expires:
1529
1529
  - Thu, 19 Nov 1981 08:52:00 GMT
1530
1530
  Pragma:
@@ -1532,24 +1532,23 @@ http_interactions:
1532
1532
  Server:
1533
1533
  - Apache/2.2.25 (Amazon)
1534
1534
  Set-Cookie:
1535
- - PHPSESSID=g3dfv3g5um22atb54k7hnfavnv4gejff; path=/
1535
+ - PHPSESSID=8usnpuaj0f0c845s3i3koi2c5te67gev; path=/
1536
1536
  X-Powered-By:
1537
1537
  - PHP/5.3.27
1538
1538
  X-Soap-Server:
1539
1539
  - NuSOAP/0.9.5 (1.1)
1540
1540
  Content-Length:
1541
- - '940'
1541
+ - '806'
1542
1542
  Connection:
1543
1543
  - keep-alive
1544
1544
  body:
1545
1545
  encoding: US-ASCII
1546
- string: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?><SOAP-ENV:Envelope SOAP-ENV:encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"
1547
- xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"
1548
- xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:SOAP-ENC=\"http://schemas.xmlsoap.org/soap/encoding/\"><SOAP-ENV:Body><ns1:alterarContatoServiceResponse
1549
- xmlns:ns1=\"urn:tinywsdl\"><return xsi:type=\"xsd:string\">&lt;?xml version=&quot;1.0&quot;
1550
- encoding=&quot;UTF-8&quot;?&gt;&lt;retorno&gt;&lt;status_processamento&gt;1&lt;/status_processamento&gt;&lt;status&gt;Erro&lt;/status&gt;&lt;codigo_erro&gt;3&lt;/codigo_erro&gt;&lt;erros&gt;&lt;erro&gt;ERRO
1551
- XML mal formado, mensagem:\tStart tag expected, &apos;&amp;lt;&apos; not found\n\tStart
1552
- tag expected, &apos;&amp;lt;&apos; not found\n&lt;/erro&gt;&lt;/erros&gt;&lt;/retorno&gt;</return></ns1:alterarContatoServiceResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>"
1546
+ string: <?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
1547
+ xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
1548
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><ns1:alterarContatoServiceResponse
1549
+ xmlns:ns1="urn:tinywsdl"><return xsi:type="xsd:string">{&quot;retorno&quot;:{&quot;status_processamento&quot;:1,&quot;status&quot;:&quot;Erro&quot;,&quot;codigo_erro&quot;:&quot;6&quot;,&quot;erros&quot;:{&quot;erro&quot;:&quot;API
1550
+ Bloqueada - Excedido o n\u00famero de acessos a API, aguarde alguns minutos
1551
+ e tente novamente&quot;}}}</return></ns1:alterarContatoServiceResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>
1553
1552
  http_version:
1554
- recorded_at: Tue, 08 Apr 2014 12:58:00 GMT
1553
+ recorded_at: Tue, 08 Apr 2014 13:46:13 GMT
1555
1554
  recorded_with: VCR 2.9.0
@@ -21,7 +21,7 @@ http_interactions:
21
21
  Content-Type:
22
22
  - text/xml; charset=ISO-8859-1
23
23
  Date:
24
- - Tue, 08 Apr 2014 12:57:54 GMT
24
+ - Tue, 08 Apr 2014 13:45:52 GMT
25
25
  Expires:
26
26
  - Thu, 19 Nov 1981 08:52:00 GMT
27
27
  Pragma:
@@ -29,11 +29,11 @@ http_interactions:
29
29
  Server:
30
30
  - Apache/2.2.25 (Amazon)
31
31
  Set-Cookie:
32
- - PHPSESSID=blji2794rqmhs5b0q9g0i4lsc2btkbig; path=/
32
+ - PHPSESSID=5j14oanjgicgr3gq34bc4pifl5q6pp3m; path=/
33
33
  X-Powered-By:
34
34
  - PHP/5.3.27
35
- Transfer-Encoding:
36
- - chunked
35
+ Content-Length:
36
+ - '65415'
37
37
  Connection:
38
38
  - keep-alive
39
39
  body:
@@ -1494,7 +1494,7 @@ http_interactions:
1494
1494
  aW9uPSJodHRwOi8vd3d3LnRpbnkuY29tLmJyL2FwaTIucGhwIi8+CiAgPC9w
1495
1495
  b3J0Pgo8L3NlcnZpY2U+CjwvZGVmaW5pdGlvbnM+
1496
1496
  http_version:
1497
- recorded_at: Tue, 08 Apr 2014 12:57:54 GMT
1497
+ recorded_at: Tue, 08 Apr 2014 13:45:52 GMT
1498
1498
  - request:
1499
1499
  method: post
1500
1500
  uri: http://www.tiny.com.br/api2.php
@@ -1502,14 +1502,14 @@ http_interactions:
1502
1502
  encoding: US-ASCII
1503
1503
  string: <?xml version="1.0" encoding="UTF-8"?><env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema"
1504
1504
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:tns="urn:tinywsdl"
1505
- xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"><env:Body><tns:alterarContatoXML><token><APIKEY></token><formato>json</formato></tns:alterarContatoXML></env:Body></env:Envelope>
1505
+ xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"><env:Body><tns:alterarContatoXML><token><APIKEY></token><foo>&quot;bar&quot;</foo><formato>json</formato></tns:alterarContatoXML></env:Body></env:Envelope>
1506
1506
  headers:
1507
1507
  Soapaction:
1508
1508
  - ! '"urn:tinywsdl#alterarContatoXML"'
1509
1509
  Content-Type:
1510
1510
  - text/xml;charset=UTF-8
1511
1511
  Content-Length:
1512
- - '391'
1512
+ - '417'
1513
1513
  Accept:
1514
1514
  - ! '*/*'
1515
1515
  User-Agent:
@@ -1517,67 +1517,39 @@ http_interactions:
1517
1517
  response:
1518
1518
  status:
1519
1519
  code: 200
1520
- message: !binary |-
1521
- T0s=
1520
+ message: OK
1522
1521
  headers:
1523
- !binary "Q2FjaGUtQ29udHJvbA==":
1524
- - !binary |-
1525
- bm8tc3RvcmUsIG5vLWNhY2hlLCBtdXN0LXJldmFsaWRhdGUsIHBvc3QtY2hl
1526
- Y2s9MCwgcHJlLWNoZWNrPTA=
1527
- !binary "Q29udGVudC1UeXBl":
1528
- - !binary |-
1529
- dGV4dC94bWw7IGNoYXJzZXQ9VVRGLTg=
1530
- !binary "RGF0ZQ==":
1531
- - !binary |-
1532
- VHVlLCAwOCBBcHIgMjAxNCAxMjo1Nzo1NCBHTVQ=
1533
- !binary "RXhwaXJlcw==":
1534
- - !binary |-
1535
- VGh1LCAxOSBOb3YgMTk4MSAwODo1MjowMCBHTVQ=
1536
- !binary "UHJhZ21h":
1537
- - !binary |-
1538
- bm8tY2FjaGU=
1539
- !binary "U2VydmVy":
1540
- - !binary |-
1541
- QXBhY2hlLzIuMi4yNSAoQW1hem9uKQ==
1542
- !binary "U2V0LUNvb2tpZQ==":
1543
- - !binary |-
1544
- UEhQU0VTU0lEPXZ1NGVrb2Nra3ZsOG91ZzMwMW45amFhamtkaWU5Zm1tOyBw
1545
- YXRoPS8=
1546
- !binary "WC1Qb3dlcmVkLUJ5":
1547
- - !binary |-
1548
- UEhQLzUuMy4yNw==
1549
- !binary "WC1Tb2FwLVNlcnZlcg==":
1550
- - !binary |-
1551
- TnVTT0FQLzAuOS41ICgxLjEp
1552
- !binary "Q29udGVudC1MZW5ndGg=":
1553
- - !binary |-
1554
- ODkw
1555
- !binary "Q29ubmVjdGlvbg==":
1556
- - !binary |-
1557
- a2VlcC1hbGl2ZQ==
1522
+ Cache-Control:
1523
+ - no-store, no-cache, must-revalidate, post-check=0, pre-check=0
1524
+ Content-Type:
1525
+ - text/xml; charset=UTF-8
1526
+ Date:
1527
+ - Tue, 08 Apr 2014 13:45:52 GMT
1528
+ Expires:
1529
+ - Thu, 19 Nov 1981 08:52:00 GMT
1530
+ Pragma:
1531
+ - no-cache
1532
+ Server:
1533
+ - Apache/2.2.25 (Amazon)
1534
+ Set-Cookie:
1535
+ - PHPSESSID=o89amo1hjnmr05ikjcuoh8fik52rkbvd; path=/
1536
+ X-Powered-By:
1537
+ - PHP/5.3.27
1538
+ X-Soap-Server:
1539
+ - NuSOAP/0.9.5 (1.1)
1540
+ Content-Length:
1541
+ - '932'
1542
+ Connection:
1543
+ - keep-alive
1558
1544
  body:
1559
- encoding: ASCII-8BIT
1560
- string: !binary |-
1561
- PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48U09BUC1F
1562
- TlY6RW52ZWxvcGUgU09BUC1FTlY6ZW5jb2RpbmdTdHlsZT0iaHR0cDovL3Nj
1563
- aGVtYXMueG1sc29hcC5vcmcvc29hcC9lbmNvZGluZy8iIHhtbG5zOlNPQVAt
1564
- RU5WPSJodHRwOi8vc2NoZW1hcy54bWxzb2FwLm9yZy9zb2FwL2VudmVsb3Bl
1565
- LyIgeG1sbnM6eHNkPSJodHRwOi8vd3d3LnczLm9yZy8yMDAxL1hNTFNjaGVt
1566
- YSIgeG1sbnM6eHNpPSJodHRwOi8vd3d3LnczLm9yZy8yMDAxL1hNTFNjaGVt
1567
- YS1pbnN0YW5jZSIgeG1sbnM6U09BUC1FTkM9Imh0dHA6Ly9zY2hlbWFzLnht
1568
- bHNvYXAub3JnL3NvYXAvZW5jb2RpbmcvIj48U09BUC1FTlY6Qm9keT48bnMx
1569
- OmFsdGVyYXJDb250YXRvWE1MUmVzcG9uc2UgeG1sbnM6bnMxPSJ1cm46dGlu
1570
- eXdzZGwiPjxyZXR1cm4geHNpOnR5cGU9InhzZDpzdHJpbmciPiZsdDs/eG1s
1571
- IHZlcnNpb249JnF1b3Q7MS4wJnF1b3Q7IGVuY29kaW5nPSZxdW90O1VURi04
1572
- JnF1b3Q7PyZndDsmbHQ7cmV0b3JubyZndDsmbHQ7c3RhdHVzX3Byb2Nlc3Nh
1573
- bWVudG8mZ3Q7MSZsdDsvc3RhdHVzX3Byb2Nlc3NhbWVudG8mZ3Q7Jmx0O3N0
1574
- YXR1cyZndDtFcnJvJmx0Oy9zdGF0dXMmZ3Q7Jmx0O2NvZGlnb19lcnJvJmd0
1575
- OzYmbHQ7L2NvZGlnb19lcnJvJmd0OyZsdDtlcnJvcyZndDsmbHQ7ZXJybyZn
1576
- dDtBUEkgQmxvcXVlYWRhIC0gRXhjZWRpZG8gbyBuw7ptZXJvIGRlIGFjZXNz
1577
- b3MgYSBBUEksIGFndWFyZGUgYWxndW5zIG1pbnV0b3MgZSB0ZW50ZSBub3Zh
1578
- bWVudGUmbHQ7L2Vycm8mZ3Q7Jmx0Oy9lcnJvcyZndDsmbHQ7L3JldG9ybm8m
1579
- Z3Q7PC9yZXR1cm4+PC9uczE6YWx0ZXJhckNvbnRhdG9YTUxSZXNwb25zZT48
1580
- L1NPQVAtRU5WOkJvZHk+PC9TT0FQLUVOVjpFbnZlbG9wZT4=
1545
+ encoding: US-ASCII
1546
+ string: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?><SOAP-ENV:Envelope SOAP-ENV:encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"
1547
+ xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"
1548
+ xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:SOAP-ENC=\"http://schemas.xmlsoap.org/soap/encoding/\"><SOAP-ENV:Body><ns1:alterarContatoXMLResponse
1549
+ xmlns:ns1=\"urn:tinywsdl\"><return xsi:type=\"xsd:string\">&lt;?xml version=&quot;1.0&quot;
1550
+ encoding=&quot;UTF-8&quot;?&gt;&lt;retorno&gt;&lt;status_processamento&gt;1&lt;/status_processamento&gt;&lt;status&gt;Erro&lt;/status&gt;&lt;codigo_erro&gt;3&lt;/codigo_erro&gt;&lt;erros&gt;&lt;erro&gt;ERRO
1551
+ XML mal formado, mensagem:\tStart tag expected, &apos;&amp;lt;&apos; not found\n\tStart
1552
+ tag expected, &apos;&amp;lt;&apos; not found\n&lt;/erro&gt;&lt;/erros&gt;&lt;/retorno&gt;</return></ns1:alterarContatoXMLResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>"
1581
1553
  http_version:
1582
- recorded_at: Tue, 08 Apr 2014 12:57:54 GMT
1554
+ recorded_at: Tue, 08 Apr 2014 13:45:52 GMT
1583
1555
  recorded_with: VCR 2.9.0