Is it possible to run a php soap api operation in a web browser
Posted
by user294873
on Stack Overflow
See other posts from Stack Overflow
or by user294873
Published on 2010-03-16T15:27:09Z
Indexed on
2010/05/26
3:01 UTC
Read the original article
Hit count: 236
In axis2 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
Thanks
© Stack Overflow or respective owner