Keller
1
I have a special request.
When I click the reset button of a device in genieacs UI, the device will receive the message like:
<soap-env:Body>
<cwmp:FactoryReset></cwmp:FactoryReset>
</soap-env:Body>
What I want is to receive the message format like this:
<cwmp:FactoryReset>
<resetType>factory-reset</resetType>
</cwmp:FactoryReset>
Any methods to achieve it?
akcoder
2
WHY do you want to change how the message is sent?
Keller
3
Customer developed ACS sends this message, I have to construct this message to test.
akcoder
4
The customer developed ACS doesn’t appear to follow the CWMP spec.
Keller
5
I resolve this problem by modify the source code and re-install the server.
Thanks everyone.