cwmp.SetParameterValues.req.xml 830 B

12345678910111213141516171819202122
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <SOAP-ENV:Envelope
  3. xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
  4. xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
  5. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  6. xmlns:xsd="http://www.w3.org/2001/XMLSchema"
  7. xmlns:cwmp="urn:dslforum-org:cwmp-1-2">
  8. <SOAP-ENV:Header>
  9. <cwmp:ID SOAP-ENV:mustUnderstand="1"></cwmp:ID>
  10. </SOAP-ENV:Header>
  11. <SOAP-ENV:Body SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
  12. <cwmp:SetParameterValues>
  13. <ParameterList SOAP-ENC:arrayType="cwmp:ParameterValueStruct[1]">
  14. <ParameterValueStruct>
  15. <Name></Name>
  16. <Value></Value>
  17. </ParameterValueStruct>
  18. </ParameterList>
  19. <ParameterKey></ParameterKey>
  20. </cwmp:SetParameterValues>
  21. </SOAP-ENV:Body>
  22. </SOAP-ENV:Envelope>