cwmp.GetParameterAttributes.res.xml 909 B

1234567891011121314151617181920212223
  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:GetParameterAttributesResponse>
  12. <ParameterList SOAP-ENC:arrayType="cwmp:ParameterAttributeStruct[1]">
  13. <ParameterAttributeStruct>
  14. <Name></Name>
  15. <Notification>0</Notification>
  16. <AccessList SOAP-ENC:arrayType="cwmp:AccessListValueType[1]">
  17. <string>Subscriber</string>
  18. </AccessList>
  19. </ParameterAttributeStruct>
  20. </ParameterList>
  21. </cwmp:GetParameterAttributesResponse>
  22. </SOAP-ENV:Body>
  23. </SOAP-ENV:Envelope>