0
votes

I need to use Salesforce connector through proxy server at my workplace.

Configured Proxy settings followed by Configuring PROXY settings in WSO2 ESB 4.8.1 and simple api test:

enter image description here

It seems the Proxy credentials are not used at all from output console:

outcome1

outcome2

Could someone please give me a hint why the credentials are missing? thanks.

1

1 Answers

0
votes

Could you please try following configuration.

  <salesforce.init>
    <username>[email protected]</username>
    <password>passwordToken</password>
    <loginUrl>https://test.salesforce.com/services/Soap/u/29.0</loginUrl>
    <forcelogin/>
  </salesforce.init>