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.
我正在使用 wsdl2ruby 连接到 Web 服务。要访问 web 服务中的功能,我需要进行身份验证。在 ruby 中如何使用 wsdl2ruby 中的用户名和密码进行身份验证。
将以下行添加到 RPC 驱动程序类的构造函数中:
self.options["protocol.http.basic_auth"] << [endpoint_url,用户,密码]