implemented correct GetParameterValues which unrolls ParameterNames into xsd:strings
[perl-cwmp.git] / t / response / GetParameterValues.xml
index 54246b6..0906abe 100644 (file)
@@ -1,5 +1,6 @@
 <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
                xmlns:cwmp="urn:dslforum-org:cwmp-1-0"
+               xmlns:xsd="http://www.w3.org/2001/XMLSchema-instance"
                soap:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
   <soap:Header>
     <cwmp:ID mustUnderstand="1">42</cwmp:ID>
@@ -7,8 +8,10 @@
   </soap:Header>
   <soap:Body>
     <cwmp:GetParameterValues>
-      <cwmp:ParameterPath></cwmp:ParameterPath>
-      <cwmp:NextLevel>0</cwmp:NextLevel>
+      <cwmp:ParameterNames>
+        <xsd:string>InternetGatewayDevice.DeviceInfo.SerialNumber</xsd:string>
+        <xsd:string>InternetGatewayDevice.DeviceInfo.VendorConfigFile.</xsd:string>
+      </cwmp:ParameterNames>
     </cwmp:GetParameterValues>
   </soap:Body>
 </soap:Envelope>
\ No newline at end of file