0

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.

Community
  • 1
  • 1
Sean Sun
  • 496
  • 1
  • 4
  • 14

1 Answers1

0

Could you please try following configuration.

  <salesforce.init>
    <username>sean32@gmail.com</username>
    <password>passwordToken</password>
    <loginUrl>https://test.salesforce.com/services/Soap/u/29.0</loginUrl>
    <forcelogin/>
  </salesforce.init>
Ravindra Ranwala
  • 20,744
  • 6
  • 45
  • 63
  • It is not working because the element, , is always missing after clicking Save button. Furthermore, my problem is that the request cannot even go through proxy server of the company because the Proxy-Authorization property does not apply. – Sean Sun Jul 12 '16 at 21:10
  • The problem is caused by my organisation firewall (Proxy server) instead of Salesforce connector. – Sean Sun Jul 22 '16 at 00:34