create symlinks based on _dispatch to dumped requsts
[perl-cwmp.git] / t / response / GetParameterNames.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:GetParameterNames>
10       <cwmp:ParameterPath>InternetGatewayDevice.DeviceInfo.SerialNumber</cwmp:ParameterPath>
11       <cwmp:NextLevel>0</cwmp:NextLevel>
12     </cwmp:GetParameterNames>
13   </soap:Body>
14 </soap:Envelope>