/[cwmp]/google/trunk/t/response/InformResponse.xml
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /google/trunk/t/response/InformResponse.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 165 - (show annotations)
Sun Oct 28 11:11:40 2007 UTC (16 years, 6 months ago) by dpavlin
File MIME type: text/xml
File size: 475 byte(s)
refactore response tests to create response xml files if
they doesn't exist (so, implementing new command consists
of adding one line in 20-response.t, re-run test and check if xml is valid
and commit it :-)
1 <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
2 xmlns:cwmp="urn:dslforum-org:cwmp-1-0"
3 soap:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
4 <soap:Header>
5 <cwmp:ID mustUnderstand="1">42</cwmp:ID>
6 <cwmp:NoMoreRequests>0</cwmp:NoMoreRequests>
7 </soap:Header>
8 <soap:Body>
9 <cwmp:InformResponse>
10 <cwmp:MaxEnvelopes>1</cwmp:MaxEnvelopes>
11 </cwmp:InformResponse>
12 </soap:Body>
13 </soap:Envelope>

  ViewVC Help
Powered by ViewVC 1.1.26