create symlinks based on _dispatch to dumped requsts
[perl-cwmp.git] / t / response / GetParameterValues.xml
1 <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
2                xmlns:cwmp="urn:dslforum-org:cwmp-1-0"
3                xmlns:xsd="http://www.w3.org/2001/XMLSchema-instance"
4                soap:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
5   <soap:Header>
6     <cwmp:ID mustUnderstand="1">42</cwmp:ID>
7     <cwmp:NoMoreRequests>0</cwmp:NoMoreRequests>
8   </soap:Header>
9   <soap:Body>
10     <cwmp:GetParameterValues>
11       <cwmp:ParameterNames>
12         <xsd:string>InternetGatewayDevice.DeviceInfo.SerialNumber</xsd:string>
13         <xsd:string>InternetGatewayDevice.DeviceInfo.VendorConfigFile.</xsd:string>
14       </cwmp:ParameterNames>
15     </cwmp:GetParameterValues>
16   </soap:Body>
17 </soap:Envelope>