Skip to Content
0
Former Member
Oct 12, 2005 at 05:03 PM

Sending XML to Web application

41 Views

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,