Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我得到了这个例外
无法从传输连接读取数据:连接已关闭。
对于这一行代码:
//Try to authenticate SugarCRM.entry_value LoginResult = SugarClient.login(UserAuth, "SoapTest", LoginList);
点击这里查看完整代码。
遇到问题了。我没有提供我配置的 AMP 帐户的正确 url。由于它抛出错误并且我没有处理它,所以我得到了那个异常。
因此,如果遇到此类异常,请确保正确检查所有三个参数 Username、Password 和 InstanceUrl。