cwmp.Inform.req.xml 1.1 KB

1234567891011121314151617181920212223242526272829303132333435
  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:Inform>
  12. <DeviceId>
  13. <Manufacturer></Manufacturer>
  14. <OUI></OUI>
  15. <ProductClass></ProductClass>
  16. <SerialNumber></SerialNumber>
  17. </DeviceId>
  18. <Event SOAP-ENC:arrayType="cwmp:EventStruct[1]">
  19. <EventStruct>
  20. <EventCode></EventCode>
  21. <CommandKey></CommandKey>
  22. </EventStruct>
  23. </Event>
  24. <MaxEnvelopes>0</MaxEnvelopes>
  25. <CurrentTime>2019-07-01T08:32:42Z</CurrentTime>
  26. <RetryCount>0</RetryCount>
  27. <ParameterList SOAP-ENC:arrayType="cwmp:ParameterValueStruct[1]">
  28. <ParameterValueStruct>
  29. <Name></Name>
  30. <Value></Value>
  31. </ParameterValueStruct>
  32. </ParameterList>
  33. </cwmp:Inform>
  34. </SOAP-ENV:Body>
  35. </SOAP-ENV:Envelope>