Sha256: bfe5b9ff52de0a51cdb2ff20c15f3f53858106cdd0f25d9bc7481334d6124e7a

Contents?: true

Size: 564 Bytes

Versions: 8

Compression:

Stored size: 564 Bytes

Contents

<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://www.w3.org/2003/05/soap-envelope" xmlns:a="http://www.w3.org/2005/08/addressing">
   <s:Header>
      <a:Action s:mustUnderstand="1">http://tempuri.org/IConsultaProduto/BuscaProdutoResponse</a:Action>
   </s:Header>
   <s:Body>
      <BuscaProdutoResponse xmlns="http://tempuri.org/">
         <BuscaProdutoResult>{"EntradaParametros":null,"ProdutoDados":null,"Retorno":{"IdRetorno":43,"MsgRetorno":"Produto invalido"}}</BuscaProdutoResult>
      </BuscaProdutoResponse>
   </s:Body>
</s:Envelope>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
fastshop_catalog-0.0.8 spec/fixtures/product_service_wrong_sku_response.xml
fastshop_catalog-0.0.7 spec/fixtures/product_service_wrong_sku_response.xml
fastshop_catalog-0.0.6 spec/fixtures/product_service_wrong_sku_response.xml
fastshop_catalog-0.0.5 spec/fixtures/product_service_wrong_sku_response.xml
fastshop_catalog-0.0.4 spec/fixtures/product_service_wrong_sku_response.xml
fastshop_catalog-0.0.3 spec/fixtures/product_service_wrong_sku_response.xml
fastshop_catalog-0.0.2 spec/fixtures/product_service_wrong_sku_response.xml
fastshop_catalog-0.0.1 spec/fixtures/product_service_wrong_sku_response.xml