While an incoming request is received for a SOAP or REST service in a BPEL, I need to extract the incoming request IP or to say the client IP for validate the same towards a list of whitelisted IPs.
However, I am unable to extract the same from BPEL in Jdeveloper. I have used Java Embedding to extract the same but unable to do so. Any example can help me in the same.
If any policy provides to the incoming details, please guide.