我应该如何使用 PHP 中的用户名、密码和签名连接到 Web 服务?

发布于 2024-12-20 04:46:55 字数 230 浏览 2 评论 0原文

我需要连接到特定的网络服务。我已获得 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

岁月打碎记忆 2024-12-27 04:46:55

你读过说明书吗?有一些 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文