cwmp.SetParameterAttributes.req.xml 1018 B

12345678910111213141516171819202122232425
  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. </SOAP-ENV:Header>
  10. <SOAP-ENV:Body SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
  11. <cwmp:SetParameterAttributes>
  12. <ParameterList SOAP-ENC:arrayType="cwmp:SetParameterAttributesStruct[1]">
  13. <SetParameterAttributesStruct>
  14. <Name></Name>
  15. <NotificationChange>false</NotificationChange>
  16. <Notification>0</Notification>
  17. <AccessListChange>false</AccessListChange>
  18. <AccessList SOAP-ENC:arrayType="cwmp:AccessListValueType[1]">
  19. <string>Subscriber</string>
  20. </AccessList>
  21. </SetParameterAttributesStruct>
  22. </ParameterList>
  23. </cwmp:SetParameterAttributes>
  24. </SOAP-ENV:Body>
  25. </SOAP-ENV:Envelope>