Atozed Forums
how to get XML via post - Printable Version

+- Atozed Forums (https://www.atozed.com/forums)
+-- Forum: Atozed Software Products (https://www.atozed.com/forums/forum-1.html)
+--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html)
+---- Forum: English (https://www.atozed.com/forums/forum-16.html)
+----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html)
+----- Thread: how to get XML via post (/thread-475.html)



how to get XML via post - morhous - 07-02-2018

executeAjaxEvent(
        '&xml="'+OBJtoXML(arrayCombo4)+'"',
        null,
        "LOANFORM.addXML",
        false,
        null,
        false
    );
i set up my call back in background as addXML but reason is i getting this 

[attachment=30]

help me Smile


RE: how to get XML via post - Alexandre Machado - 07-04-2018

(07-02-2018, 10:54 AM)morhous Wrote: executeAjaxEvent(
        '&xml="'+OBJtoXML(arrayCombo4)+'"',
        null,
        "LOANFORM.addXML",
        false,
        null,
        false
    );
i set up my call back in background as addXML but reason is i getting this 



help me Smile

Hum...

addXML you mean the demo? The generated code looks correct, but it lacks context. It may work or may fail... it really depends. 

Does it execute? If so, what do you get?