Guest User

Untitled

a guest
Jun 21st, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <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 SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><NS1:GetBlockResponse xmlns:NS1="SysEtranInt"><return xsi:type="xsd:boolean">true</return><Text xsi:type="xsd:string"><?xml version="1.0" encoding="windows-1251"?>
  3. <error>
  4. <errorCode value="4"/>
  5. <errorMessage value="Накладная с ID=1 не найдена или у Вас нет прав доступа к данному документу."/>
  6. <errorStatusCode value="404"/>
  7. </error>
  8. </Text></NS1:GetBlockResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>
  9.  
  10. <?xml version="1.0" encoding="UTF-8"?>
  11. <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  12. <SOAP-ENV:Body SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
  13. <NS1:GetBlockResponse xmlns:NS1="SysEtranInt">
  14. <return xsi:type="xsd:boolean">true</return>
  15. <Text xsi:type="xsd:string"><?xml version="1.0" encoding="windows-1251"?>
  16. <error>
  17. <errorCode value="4"/>
  18. <errorMessage value="Накладная с ID=1 не найдена или у Вас нет прав доступа к данному документу."/>
  19. <errorStatusCode value="404"/>
  20. </error></Text>
  21. </NS1:GetBlockResponse>
  22. </SOAP-ENV:Body>
  23. </SOAP-ENV:Envelope>
  24.  
  25. body = mk_request(invoiceReturnEmptyCarrige)
  26. doc = xmltodict.parse(body)
  27. print(doc["Envelope"])
Add Comment
Please, Sign In to add comment