test: starting server returns URL instead of socket address
[libisds.git] / server / responses / soap_fault
blobe06f1d95e9679005e13822db94a2e53e232ba4b1
1 HTTP/1.1 503 Service Temporarily Unavailable
2 Content-Length: 645
3 Connection: close
4 Content-Type: text/xml; charset=utf-8
6 <?xml version='1.0' encoding='UTF-8'?>
7 <SOAP-ENV:Envelope
8   xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
9   xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance"
10   xmlns:xsd="http://www.w3.org/1999/XMLSchema">
11   <SOAP-ENV:Body>
12     <SOAP-ENV:Fault>
13       <faultcode xsi:type="xsd:string">Probíhá plánovaná údržba</faultcode>
14       <faultstring xsi:type="xsd:string">Omlouváme se všem uživatelům datových
15 schránek za dočasné omezení přístupu do systému datových schránek z důvodu plánované
16 údržby systému. Děkujeme za pochopení.</faultstring>
17     </SOAP-ENV:Fault>
18   </SOAP-ENV:Body>
19 </SOAP-ENV:Envelope>