On Wed, 2016-03-30 at 12:40 +0200, Sergio Fernández wrote: > how could I transform the value of the XML SOAP file the router > sends? To replace <ParameterKey/> to <ParameterKey>0</ParameterKey>
You can modify the function setParameterValues in lib/tasks.coffee to pass parameterKey with some string value. Though GenieACS doesn't make use of ParameterKey, it will be rendered in the XML request if the value is present in the request object (see lib/soap.coffee). Zaid _______________________________________________ Users mailing list [email protected] http://lists.genieacs.com/mailman/listinfo/users
