cancel
Showing results for 
Search instead for 
Did you mean: 

SAP PI 7.31 - Dynamic HTTP_AAE Receiver Adapter

arkesh_sharma
Active Participant
0 Kudos

Hi Experts,

I have a requirement where I need to dynamically set the URL in the HTTP_AAE Receiver Adapter and get the response back from the URL.

Please let me know if this is possible?

I was going through the discussion: http://scn.sap.com/message/13348516#13348516 and found that it was not possible so I was wondering if there is a work-around to this problem?

Any suggestion/guidance in this regard would be really helpful for me.

Thanks,

Arkesh

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

you can always make a http call from a java proxy server (then you can make the url as dynamic as it gets)

Regards,

Michal Krawczyk

arkesh_sharma
Active Participant
0 Kudos

Hi Michal,

Thank You for your response.

But I have not yet navigated towards Java proxy so I am still not sure how can I configure my Java Proxy to pass the dynamic URL to the Receiver HTTP_AAE adapter.

I request you to please elaborate your statement and explain in detail how that is possible?

Thanks,

Arkesh

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

with server proxy there's no need to call the HTTP_AAE adapter

you just do an HTTP from the proxy yourself (so many examples on google)

that's why you have the full flexibility,

Regards,

Michal Krawczyk

former_member185846
Active Participant
0 Kudos

Michal,

I have a similar requirement and I've the java code for the HTTP part and it's working independently..but, I'm facing problem creating Java server proxy in PI 7.31..not sure if SAP supports it anymore?? I tried creating Outside-in webservice and even that's throwing some errors while creation...Have you tried Java server proxy in PI 7.31?

Thanks

Answers (0)