/[cwmp]/google/trunk/t/methods/SetParameterValues.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/methods/SetParameterValues.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 178 - (show annotations)
Sun Oct 28 19:47:30 2007 UTC (16 years, 6 months ago) by dpavlin
File MIME type: text/xml
File size: 968 byte(s)
another swiping change and bump to version [0.08]
- implemented SetParameterValues (tests missing)
- rename rest of misnamed files
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:SetParameterValues>
10 <cwmp:ParameterList>
11 <cwmp:ParameterNames>
12 <cwmp:ParameterValueStruct>
13 <cwmp:Name>InternetGatewayDevice.DeviceInfo.ProvisioningCode</cwmp:Name>
14 <cwmp:Value>test provision</cwmp:Value>
15 </cwmp:ParameterValueStruct>
16 <cwmp:ParameterValueStruct>
17 <cwmp:Name>InternetGatewayDevice.DeviceInfo.X_000E50_Country</cwmp:Name>
18 <cwmp:Value>42</cwmp:Value>
19 </cwmp:ParameterValueStruct>
20 </cwmp:ParameterNames>
21 </cwmp:ParameterList>
22 </cwmp:SetParameterValues>
23 </soap:Body>
24 </soap:Envelope>

  ViewVC Help
Powered by ViewVC 1.1.26