Attach xml-file to trigger rbv_api.sendHttpPost()

Posted by smartsysISV on 23-Dec-2015 13:29

How can I attach the xml-file when using trigger rbv_api.sendHttpPost()????

All Replies

Posted by Mani Kumar on 24-Dec-2015 03:26

I guess you can try using the HTTP triggers to directly use this functionality.

Please follow below documentation URL for more information:

documentation.progress.com/.../index.html

-Mani.

Posted by smartsysISV on 24-Dec-2015 04:34

This is the syntax: rbv_api.sendHttpPost(url, params, headers, chunked);

I think params and geaders is arrays.

How can i sepcify the xml-file????

Or is this syntax wrong?

I see some differences in the documentation

This thread is closed