Skip to content

Instantly share code, notes, and snippets.

@divniy
Created November 6, 2017 09:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save divniy/e0250bbea5e2188523196da44f00b624 to your computer and use it in GitHub Desktop.
Save divniy/e0250bbea5e2188523196da44f00b624 to your computer and use it in GitHub Desktop.
I, [2017-11-06T12:09:45.701117 #3216] INFO -- : SOAP request: https://test-sportins.virtusystems.ru/PO.Insurance/POInsuranceService
I, [2017-11-06T12:09:45.701326 #3216] INFO -- : SOAPAction: "printPolicy", Content-Type: text/xml;charset=UTF-8, Content-Length: 430
D, [2017-11-06T12:09:45.701757 #3216] DEBUG -- : <?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="http://service.insurance.lois.ru/" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
<env:Body>
<tns:printPolicy>
<accID>5CFE631F-15DC-4D81-9BB2-57984F4F19A1</accID>
<calcID>1117_000166</calcID>
<type>Печать</type>
</tns:printPolicy>
</env:Body>
</env:Envelope>
D, [2017-11-06T12:09:45.702065 #3216] DEBUG -- : HTTPI POST request to test-sportins.virtusystems.ru (excon)
I, [2017-11-06T12:09:45.916396 #3216] INFO -- : SOAP response (status 200)
D, [2017-11-06T12:09:45.917014 #3216] DEBUG -- : <?xml version="1.0" encoding="UTF-8"?>
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
<S:Body>
<ns3:printPolicyResponse xmlns:ns2="http://dictionary.policy.ie.lois.ru/" xmlns:ns3="http://service.insurance.lois.ru/" xmlns:ns4="http://error.ie.lois.ru/" xmlns:ns5="http://policy.ie.lois.ru/" xmlns:ns6="http://dissolution.ie.lois.ru/">
<errors>
<error>
<message>Не найден договор с calcID=1117_000166</message>
<type>Некорректный ввод данных</type>
</error>
</errors>
</ns3:printPolicyResponse>
</S:Body>
</S:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment