/[cwmp]/google/test_files/get_parameter_values_response.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

Contents of /google/test_files/get_parameter_values_response.txt

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations)
Sat May 19 15:15:14 2007 UTC (16 years, 11 months ago) by dpavlin
File MIME type: text/plain
File size: 1832 byte(s)
initial import of cruft around TR-069

1 Name: Default GetParameterValuesResponse message
2 Response: <?xml version="1.0" encoding="UTF-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap-enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:cwmp="urn:dslforum-org:cwmp-1-0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
3 <soap:Header>
4 <cwmp:ID soap:mustUnderstand="1" xsi:type="xsd:string">1234</cwmp:ID>
5 </soap:Header>
6 <soap:Body soap:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
7 <cwmp:GetParameterValuesResponse>
8 <ParameterList xsi:type="soap-enc:Array" soap-enc:arrayType="cwmp:ParameterValueStruct[4]">
9 <ParameterValueStruct xsi:type="cwmp:ParameterValueStruct">
10 <Name xsi:type="xsd:string">.a.d</Name>
11 <Value xsi:type="xsd:string">a string</Value>
12 </ParameterValueStruct>
13 <ParameterValueStruct xsi:type="cwmp:ParameterValueStruct">
14 <Name xsi:type="xsd:string">.a.b.a</Name>
15 <Value xsi:type="xsd:int">12345</Value>
16 </ParameterValueStruct>
17 <ParameterValueStruct xsi:type="cwmp:ParameterValueStruct">
18 <Name xsi:type="xsd:string">.a.b.b</Name>
19 <Value xsi:type="xsd:base64">EjRWeJq83vA=</Value>
20 </ParameterValueStruct>
21 <ParameterValueStruct xsi:type="cwmp:ParameterValueStruct">
22 <Name xsi:type="xsd:string">.a.b.c</Name>
23 <Value xsi:type="xsd:int">12345</Value>
24 </ParameterValueStruct>
25 </ParameterList>
26 </cwmp:GetParameterValuesResponse>
27 </soap:Body>
28 </soap:Envelope>
29

  ViewVC Help
Powered by ViewVC 1.1.26