r250@brr: dpavlin | 2007-11-20 14:09:59 +0100
[perl-cwmp.git] / t / methods / GetParameterAttributes.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:GetParameterAttributes>
11       <cwmp:ParameterNames>
12         <xsd:string>InternetGatewayDevice.DeviceInfo.SerialNumber</xsd:string>
13       </cwmp:ParameterNames>
14     </cwmp:GetParameterAttributes>
15   </soap:Body>
16 </soap:Envelope>