Hi Experts,
Scenario: HTTP -> XI -> RFC
Problem statement:
Sender(oracle agile system) is trying to send data to XI thru HTTP protocol. When it is configured with the correct URL, the doesnot reaches XI. Just to test with, Sender was configured to send data to a JSP page the same HTTP protocol, it reaches the JSP page successfully. In JSP its coded to received the data using DataInputStream class.
Part of JSP code:
DataInputStream in = new DataInputStream(request.getInputStream());
Question:
If the data can be read as a DataInputStream in JSP, how can we receive it in XI?
Please suggest.
Thanks,
Karthik