Hi Experts,
I am working on HTTP(sender) to proxy(receiver) scenario in SAP PI 7.31 version.
The 3rd party will be pushing the data in URL terms of URL parameters like below,
http://xyz.com/pullmessage.php?keyvalue=[message_text]&mobileno=[Sender]&cr=[circle]
I have to retrieve data in URL parameters into SAP PI and then to push it to proxy in SAP ECC
How should I design and configure this scenario?
Since there are options of both HTTP(with adapter engine-integration server and message protocol-XI payload in HTTP body) and HTTP_AAE(with adapter engine-central adapter engine and GET/POST message protocol), which one to go for?
Also what is the dynamic configuration(UDF-Java mapping code) to be used in request message mapping in ESR?