开发者

Is it possible to run a php soap api operation in a web browser

开发者 https://www.devze.com 2022-12-23 06:03 出处:网络
In a开发者_高级运维xis2 on Java it\'s possible to run operations in the browser by the way you send the url

In a开发者_高级运维xis2 on Java it's possible to run operations in the browser by the way you send the url

for example

localhost:8080/axis2/services/SimpleService?wsdl

could have operations implemented by writing urls like so

localhost:8080/axis2/services/SimpleService/hello?param0=xxx

My Question is can you do the same in PHP5 SoapServer where the url is as below?

localhost/soaptest/index.php?wsdl


I would use the poster extension for Firefox for this.

0

精彩评论

暂无评论...
验证码 换一张
取 消