12345678910111213141516171819202122232425 |
- <?xml version="1.0" encoding="UTF-8"?>
- <SOAP-ENV:Envelope
- xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
- xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xmlns:xsd="http://www.w3.org/2001/XMLSchema"
- xmlns:cwmp="urn:dslforum-org:cwmp-1-2">
- <SOAP-ENV:Header>
- </SOAP-ENV:Header>
- <SOAP-ENV:Body SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
- <cwmp:SetParameterAttributes>
- <ParameterList SOAP-ENC:arrayType="cwmp:SetParameterAttributesStruct[1]">
- <SetParameterAttributesStruct>
- <Name></Name>
- <NotificationChange>false</NotificationChange>
- <Notification>0</Notification>
- <AccessListChange>false</AccessListChange>
- <AccessList SOAP-ENC:arrayType="cwmp:AccessListValueType[1]">
- <string>Subscriber</string>
- </AccessList>
- </SetParameterAttributesStruct>
- </ParameterList>
- </cwmp:SetParameterAttributes>
- </SOAP-ENV:Body>
- </SOAP-ENV:Envelope>
|