mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-31 21:41:33 +00:00
14 lines
358 B
XML
14 lines
358 B
XML
<?xml version="1.0"?>
|
|
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
|
|
<soap:Body>
|
|
<soap:Fault>
|
|
<faultcode>%(code)s</faultcode>
|
|
<faultstring>%(string)s</faultstring>
|
|
<detail>
|
|
<traceback xmlns="http://www.python.org/doc/current/lib/module-traceback.html">
|
|
%(traceback)s
|
|
</traceback>
|
|
</detail>
|
|
</soap:Fault>
|
|
</soap:Body>
|
|
</soap:Envelope>
|