<div dir="ltr">Hi Zaid,<div><br></div><div>I didn't find <span style="font-size:12.8px">"<ParameterPath/>" i</span>n the file soap.coffee, are you sure?</div></div><div class="gmail_extra"><br><div class="gmail_quote">2016-11-14 11:47 GMT+01:00 Zaid Abdulla <span dir="ltr"><<a href="mailto:zaid@genieacs.com" target="_blank">zaid@genieacs.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Mon, 2016-11-14 at 11:23 +0100, Miguel Ángel Sánchez Moragues wrote:<br>
> How to modify the function "GetParameterNames" for start the path<br>
> with "InternetGatewayDevice." ? Is it a config variable?<br>
<br>
</span>You can implement Manny's suggestion by doing simple string replacement<br>
in function exports.response in soap.coffee. Replace:<br>
<br>
"<ParameterPath/>"<br>
<br>
with:<br>
<br>
"<ParameterPath><wbr>InternetGatewayDevice.</<wbr>ParameterPath>"<br>
<br>
Before you try that though, I'd suggest trying replacing that with:<br>
<br>
"<ParameterPath></<wbr>ParameterPath>"<br>
<br>
It might just work. IIRC, libxmljs didn't have an option to disable the<br>
shorthand format. If the latest version provides that then I guess we<br>
can expose that as a config option in v1.1.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Zaid Abdulla<br>
<a href="mailto:zaid@genieacs.com">zaid@genieacs.com</a><br>
</font></span><div class="HOEnZb"><div class="h5">______________________________<wbr>_________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.genieacs.com">Users@lists.genieacs.com</a><br>
<a href="http://lists.genieacs.com/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.genieacs.com/<wbr>mailman/listinfo/users</a><br>
</div></div></blockquote></div><br></div>