/[cwmp]/google/test_files/test-fault.txt
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /google/test_files/test-fault.txt

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (hide annotations)
Sat May 19 15:15:14 2007 UTC (17 years ago) by dpavlin
File MIME type: text/plain
File size: 698 byte(s)
initial import of cruft around TR-069

1 dpavlin 2 Name: Fault test
2     Scenario:
3     - Receive Inform
4     - Send Fault
5     - Expect the session to close
6     Include: test_files/inform.txt
7     Request: <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:cwmp="urn:dslforum-org:cwmp-1-0">
8     <soap:Body>
9     <soap:Fault>
10     <faultcode>soap:Server</faultcode>
11     <faultstring>CWMP fault</faultstring>
12     <detail>
13     <cwmp:Fault>
14     <cwmp:FaultCode>8002</cwmp:FaultCode>
15     <cwmp:FaultString>8002 - Internal Server error</cwmp:FaultString>
16     </cwmp:Fault>
17     </detail>
18     </soap:Fault>
19     </soap:Body>
20     </soap:Envelope>

  ViewVC Help
Powered by ViewVC 1.1.26