Calling Web Services with HTTP Basic Authentication from BPEL 10.1.3.4

Posted by Ramkumar Menon on Oracle Blogs See other posts from Oracle Blogs or by Ramkumar Menon
Published on Wed, 31 Mar 2010 22:01:27 -0800 Indexed on 2010/04/01 6:13 UTC
Read the original article Hit count: 564

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.

© Oracle Blogs or respective owner

Related posts about BPEL HTTP Basic authentic