1234567891011121314151617181920212223242526272829303132333435 |
- <?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:Inform>
- <DeviceId>
- <Manufacturer></Manufacturer>
- <OUI></OUI>
- <ProductClass></ProductClass>
- <SerialNumber></SerialNumber>
- </DeviceId>
- <Event SOAP-ENC:arrayType="cwmp:EventStruct[1]">
- <EventStruct>
- <EventCode></EventCode>
- <CommandKey></CommandKey>
- </EventStruct>
- </Event>
- <MaxEnvelopes>0</MaxEnvelopes>
- <CurrentTime>2019-07-01T08:32:42Z</CurrentTime>
- <RetryCount>0</RetryCount>
- <ParameterList SOAP-ENC:arrayType="cwmp:ParameterValueStruct[1]">
- <ParameterValueStruct>
- <Name></Name>
- <Value></Value>
- </ParameterValueStruct>
- </ParameterList>
- </cwmp:Inform>
- </SOAP-ENV:Body>
- </SOAP-ENV:Envelope>
|