Created
March 31, 2020 19:31
-
-
Save rafael-fernandes/43580ed26ec34200728ad553974d7e58 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HTTPI /peer GET request to services.dshopdesenv.com (net_http) | |
SOAP request: http://services.dshopdesenv.com/giftty/server.php | |
Proxy-Authorization: -------, Content-Type: text/xml, SOAPAction: "http://services.dshopdesenv.com/giftty/server.php#ConsultarPedidosEntregues", Content-Length: 411 | |
<?xml version='1.0' encoding='UTF-8'?><env:Envelope xmlns:xsd='http://www.w3.org/2001/XMLSchema' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xmlns:tns='urn:Giftty' xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'><env:Body><tns:ConsultarPedidosEntregues><tns:xmlDados><![CDATA[<Tracking><projeto>P23</projeto></Tracking>]]></tns:xmlDados></tns:ConsultarPedidosEntregues></env:Body></env:Envelope> | |
HTTPI /peer POST request to services.dshopdesenv.com (net_http) | |
SOAP response (status 200) | |
<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><ConsultarPedidosEntreguesResponse xmlns="urn:Giftty"><ConsultarPedidosEntreguesResult><?xml version="1.0" encoding="UTF-8"?><?xml version="1.0" encoding="UTF-8"?><Tracking> <Itens> <Item> <codPedido></codPedido> <codItem></codItem> <nome></nome> <codigoProduto></codigoProduto> <status></status> <dataPedido></dataPedido> <dataEmbarque></dataEmbarque> <dataRecebimento></dataRecebimento> <observacoes></observacoes> </Item> </Itens></Tracking></ConsultarPedidosEntreguesResult></ConsultarPedidosEntreguesResponse></SOAP-ENV:Body></SOAP-ENV:Envelope> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment