如何在 PHP 4 中使用 SOAP/WSDL?
更具体地说,我正在尝试使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我对 NuSOAP 没有任何问题
,这是使用 使用 Google API 的 NuSOAP
I had no problems with NuSOAP
And here is an example of using NuSOAP with the Google API
您可以使用 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.