Home >Backend Development >PHP Tutorial >这个webservice地址怎么调用?

这个webservice地址怎么调用?

WBOY
WBOYOriginal
2016-06-23 14:02:37988browse

http://115.5.202.13/ws/rest/getData?trfrm2=[{"clientid":"results","appkey":"getEntesrprise","conditions":{"num":"12"}}]

别人给了我这样一个地址,让我从上面通过什么webservice调用数据。
用SOAP试过,无效。请问要怎么调用才正确?


回复讨论(解决方案)

不好说,你给的地址不存在

的确是地址不存在的~~

如果地址正确的话
它使用的是get提交
1、可以使用file_get_contents();函数
2、可以使用curl;

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn