0

我在运行时使用driver=SOAP::RPC::Driver.new wsdl_path. 我应该如何初始化/配置驱动程序以使用 http 基本身份验证?我试过driver.options["protocol.http.basic_auth"] = [endpoint_url,'username','password']]了,但是失败了……

有谁知道如何做到这一点?

4

1 回答 1

0

我应该尝试使用该driver.options['protocol.http.basic_auth]#<<方法而不是#=。它适用于#<<

于 2011-06-28T14:51:02.793 回答