add test for GetParameterValues
[perl-cwmp.git] / t / response / GetParameterValues.xml
diff --git a/t/response/GetParameterValues.xml b/t/response/GetParameterValues.xml
new file mode 100644 (file)
index 0000000..54246b6
--- /dev/null
@@ -0,0 +1,14 @@
+<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
+               xmlns:cwmp="urn:dslforum-org:cwmp-1-0"
+               soap:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+  <soap:Header>
+    <cwmp:ID mustUnderstand="1">42</cwmp:ID>
+    <cwmp:NoMoreRequests>0</cwmp:NoMoreRequests>
+  </soap:Header>
+  <soap:Body>
+    <cwmp:GetParameterValues>
+      <cwmp:ParameterPath></cwmp:ParameterPath>
+      <cwmp:NextLevel>0</cwmp:NextLevel>
+    </cwmp:GetParameterValues>
+  </soap:Body>
+</soap:Envelope>
\ No newline at end of file