Using HTTP Request header fields values in bpel
Hello,
During the SOA implementation project we have requirement to secure SOAP web services with http basic authentication (using Authorization fiels in HTTP request header for example "Authorization: Basic QWxhZGRpbjpvcGVuIHNlc2FtZQ==").
In the composite which implement SOAP web service i need have access to that record to pass it to another web services as parameter.
I faced the problem. I can't understend, is it possible to access HTTP header fields? For example i can use "transport.http.remoteAddress" to get client IP address, but i can't find any about another HTTH request fields.
SOA 12.2.1.3
Any ideas?