我应该如何使用 PHP 中的用户名、密码和签名连接到 Web 服务?
我需要连接到特定的网络服务。我已获得 WS 的地址、用户名、密码和签名。但是我不知道在哪里以及如何提供这些凭据才能使用网络服务功能。
我将非常感谢一些使用 SoapClient 或 nuSOAP 展示如何实现正确授权的代码示例。
Web 服务的链接位于此处
I need to connect to a particular webservice. I've been provided with WS's address, username, password and signature. However I don't know where and how provide these credentials to be able to use webservice functions.
I'll be very grateful for some code samples using SoapClient or nuSOAP showing how to achieve proper authorization.
The link for webservice is here
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你读过说明书吗?有一些 wsdl 文件、用户和密码的示例:
http://www.php .net/manual/en/soapclient.soapclient.php
Have you read manual? There are some examples with wsdl file, user and password:
http://www.php.net/manual/en/soapclient.soapclient.php