Hello,
I'm having the same issue as thread Sender HTTP with GET method , meaning I'm trying to implement the following scenario:
Client Java proxy<
>SAP PI <
> RFC.
My requisite is that the client Java Proxy is addressed by a browser which would fire an HTTP GET request addressed to this PROXY. This proxy would be responsible to send the message to SAP PI and getting the RFC response to be displayed in the browser.
My problem is to figure out the URL to invoke my client java proxy. To which URL do I address my request?
Can you give me a hint?