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 name="basicUsername">WhoAmI</property> <property name="basicPassword">thatsASecret</property></partnerLinkBinding>The drop down options in JDeveloper dont seem to work.