BPEL: How to access the SOAP header inside BPEL
I am using SOA Suite 11g and, creating a BPEL composite. The composite is used to publish data from an application. I need to identify the requesting URI (from requester's SOAP header) so I can use it in a switch component. This element is not defined as part of the standard variables. Does anybody know how to access the requesting URI within a BPEL composite?
0