简体   繁体   English

WSO2 ESB(4.9.0)代理服务器身份验证

[英]WSO2 ESB (4.9.0) Proxy Server Authentication

I need to use Salesforce connector through proxy server at my workplace. 我需要在工作场所通过代理服务器使用Salesforce连接器。

Configured Proxy settings followed by Configuring PROXY settings in WSO2 ESB 4.8.1 and simple api test: 在WSO2 ESB 4.8.1中配置代理服务器设置,然后配置代理设置以及简单的api测试:

在此处输入图片说明

It seems the Proxy credentials are not used at all from output console: 似乎从输出控制台根本不使用Proxy凭据:

结果1

结果2

Could someone please give me a hint why the credentials are missing? 有人可以给我一个提示,为什么缺少凭据? thanks. 谢谢。

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>

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM