another swiping change and bump to version [0.08]
[perl-cwmp.git] / t / methods / SetParameterValues.xml
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>