remove namespaces in SetParameterValues
[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:ParameterValueStruct>
12           <cwmp:Name>InternetGatewayDevice.DeviceInfo.ProvisioningCode</cwmp:Name>
13           <cwmp:Value>test provision</cwmp:Value>
14         </cwmp:ParameterValueStruct>
15         <cwmp:ParameterValueStruct>
16           <cwmp:Name>InternetGatewayDevice.DeviceInfo.X_000E50_Country</cwmp:Name>
17           <cwmp:Value>42</cwmp:Value>
18         </cwmp:ParameterValueStruct>
19       </cwmp:ParameterList>
20     </cwmp:SetParameterValues>
21   </soap:Body>
22 </soap:Envelope>