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