This topic is locked

Enable webservice on built-in server

1/28/2014 10:44:05 AM
PHPRunner General questions
S
Saraxs author

Hi,
Is it possible to be able to call web services from the built-in server in PHPR 7.0.
Figure there is some kind of setting to be set as with for example wamp.
Any guidelines?
Thanks in advance
Regards
Thomas

Sergey Kornilov admin 1/28/2014

The built-in web server is only designed to run PHPRunner apps and only when PHPRunner itself is running.

S
Saraxs author 1/28/2014



The built-in web server is only designed to run PHPRunner apps and only when PHPRunner itself is running.



Hi,
Yes perhaps the title was a bit misleading...
I'm not interested in running a web service but in calling a web service from another server.
When I'm trying to I get a Fatal error: Class 'SoapClient' not found '.......'.
any way to activate or install the SoapClient module?
Regards
Thomas

Sergey Kornilov admin 1/29/2014

Thomas,
again, if you are talking about configuring built-in web server - it simply not designed for this type of thing. If you need to do something more advanced - use XAMPP or WAMP for this purpose.