Dear All,
I am working in a Synchronous scenario ABAP Proxy <-> PI 7.31 <-> JAVA application(Rest Webservice).It is called by a request in the form
http://fisoweb:9000/Cur/servlet/Item?action=getItems&credentials=User,Pwd
The dynamic value of User and Pwd will be sent from ABAP Proxy run time before it forms a complete URL request.
1.For request and response by JAVA application, it supports HTTP Method = POST and Content Type = application/x-www-form-urlencoded
2.I will be using Dynamic Url request to JAVA application to capture the User and Password from ABAP proxy.I tried using HTTP_AAE and SOAP as
receiver adapter but not able to clear the hurdle as it is either failing with invalid content (in SOAP) or invalid target path (HTTP_AEE).
3.If I am using HTTP_AEE receiver adapter , then I cant use the Dynamic Url. Can I be able to capture the User and Password from ABAP proxy
in Cc parameter.
Please suggest which adapter would suit to the above requirement?
Am in a critical juncture and request ALL Experts to push me out from this issue by providing a solution.
Regards...