如何在php中使用soap客户端从wsdl中获取函数列表
我有一个 http: 路径和一个 wsdl 文件。 但它不适用于本地IP和服务器IP。 它只能在移动设备上工作。 我想检查这个网络服务是否工作正常。 如果工作,我想从 wsdl 获取函数列表。 怎么样?
请尽快帮助我。
I have one http: path and one wsdl file.
but it is not work in local ip and server ip.
it is work only mobile.
i want to check this webservice is working is not working.
If working, i want to get function list from wsdl.
How it?
Plz help me as soon as possible.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这将列出该服务的可用功能:
This will list the available functions from the service:
您可以使用 BubbleSOAP php 脚本:
https://github.com/andreaval/Bubble-SOAP
You can use the BubbleSOAP php script:
https://github.com/andreaval/Bubble-SOAP