如何在 PHP 4 中使用 SOAP/WSDL?

发布于 2024-07-13 13:26:09 字数 100 浏览 5 评论 0原文

更具体地说,我正在尝试使用 PHP 4 使 google adwords API 工作。我有哪些选择? 任何我可以使用的类的链接、示例代码等都将不胜感激。

谢谢。

More specifically I'm trying to make the google adwords API work using PHP 4. What are my options? Any links to a class I could use, sample code, etc would be much appreciated.

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

愛放△進行李 2024-07-20 13:26:09

我对 NuSOAP 没有任何问题

,这是使用 使用 Google API 的 NuSOAP

I had no problems with NuSOAP

And here is an example of using NuSOAP with the Google API

韬韬不绝 2024-07-20 13:26:09

您可以使用 wsdl2php 从 wsdl 文件创建 php 代理。 之后您可以使用生成的代理从网络服务发送和接收信息。

you can use wsdl2php to create php proxy from wsdl file. afterwards you can use the generated proxy to send and recieve information from the webservice.

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