Calling Web Services with HTTP Basic Authentication from BPEL 10.1.3.4
- by Ramkumar Menon
Are you using BPEL 10.1.3.4 and hunting for the property names in the partnerlinkBindings that will work for outbound HTTP Basic Authentication?
Here's the answer.
<partnerLinkBinding ...> <property name="basicHeaders">credentials</property> <property…