/[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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 171 by dpavlin, Sun Oct 28 11:53:01 2007 UTC revision 172 by dpavlin, Sun Oct 28 15:43:07 2007 UTC
# Line 1  Line 1 
1  <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"  <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
2                 xmlns:cwmp="urn:dslforum-org:cwmp-1-0"                 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/">                 soap:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
5    <soap:Header>    <soap:Header>
6      <cwmp:ID mustUnderstand="1">42</cwmp:ID>      <cwmp:ID mustUnderstand="1">42</cwmp:ID>
# Line 7  Line 8 
8    </soap:Header>    </soap:Header>
9    <soap:Body>    <soap:Body>
10      <cwmp:GetParameterValues>      <cwmp:GetParameterValues>
11        <cwmp:ParameterPath></cwmp:ParameterPath>        <cwmp:ParameterNames>
12        <cwmp:NextLevel>0</cwmp:NextLevel>          <xsd:string>InternetGatewayDevice.DeviceInfo.SerialNumber</xsd:string>
13            <xsd:string>InternetGatewayDevice.DeviceInfo.VendorConfigFile.</xsd:string>
14          </cwmp:ParameterNames>
15      </cwmp:GetParameterValues>      </cwmp:GetParameterValues>
16    </soap:Body>    </soap:Body>
17  </soap:Envelope>  </soap:Envelope>

Legend:
Removed from v.171  
changed lines
  Added in v.172

  ViewVC Help
Powered by ViewVC 1.1.26