Skip to content

Instantly share code, notes, and snippets.

@divniy
Created November 7, 2017 13:34
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/2b18c593fbd44116e4da387a0b1fd27f to your computer and use it in GitHub Desktop.
Save divniy/2b18c593fbd44116e4da387a0b1fd27f to your computer and use it in GitHub Desktop.
I, [2017-11-07T16:32:33.236980 #15541] INFO -- : SOAP request: https://test-sportins.virtusystems.ru/PO.Insurance/POInsuranceService
I, [2017-11-07T16:32:33.237027 #15541] INFO -- : SOAPAction: "printPolicy", Content-Type: text/xml;charset=UTF-8, Content-Length: 426
D, [2017-11-07T16:32:33.237179 #15541] 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>B755A450-6B1D-431D-89DD-229565E763F8</accID>
<calcID>1117_000173</calcID>
<type>Печать</type>
</tns:printPolicy>
</env:Body>
</env:Envelope>
D, [2017-11-07T16:32:33.237316 #15541] DEBUG -- : HTTPI POST request to test-sportins.virtusystems.ru (excon)
I, [2017-11-07T16:32:33.415696 #15541] INFO -- : SOAP response (status 200)
D, [2017-11-07T16:32:33.415985 #15541] 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_000173</message>
<type>Некорректный ввод данных</type>
</error>
</errors>
</ns3:printPolicyResponse>
</S:Body>
</S:Envelope>
2017-11-07T13:32:33.448Z 15541 TID-oxrk49dbo CreateInsurancePolicyJob JID-d8245dd131bbd05a9b1440d8 INFO: done: 0.547 sec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment