Hi,
I need send a string (XML) to url (web application) and before show this url (in browser) with data included in XML.
I proved RFC HTTP_POST, this rfc only send data and don't show data in browser.
I proved RFC CALL_BROWSER, this rfc not send data but open the browser with url.
how I can do to combine these two functionalities?
Thanks,