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.
我正在编写一个 SOAP/WSDL Web 服务。
我通过以下方式连接到服务器:
服务 s = Service.create(url, qname);
因此,为了进行身份验证,我有一个用户密钥。
如何将其作为服务请求中的属性?