/[cwmp]/google/trunk/t/response/GetParameterValues.xml
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /google/trunk/t/response/GetParameterValues.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 172 - (show annotations)
Sun Oct 28 15:43:07 2007 UTC (16 years, 6 months ago) by dpavlin
File MIME type: text/xml
File size: 725 byte(s)
implemented correct GetParameterValues which unrolls ParameterNames into xsd:strings
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>

  ViewVC Help
Powered by ViewVC 1.1.26