Joined: 10 Mar 2010 |
Posts: 1 |
|
|
|
Posted: Wed May 12, 2010 4:11 am |
|
|
|
|
|
Hello, I recently moved to a new computer, with Windows 7 (previously I worked in XP) and my application seems to work fine except for my SOAphp clients, the SOAP services work fine, the WSDL shows ok and they can be called from .NET and still work, but when I use a php client, the page seems to be loading for ever and I get no error, no php log and no anything, the method in the service is never called (it should write a log line if called, but it doesn`t).
This is my entry in apache acces log for client:
127.0.0.1 - - [12/May/2010:11:05:18 +0200] "GET /services/admin/service_client.php HTTP/1.1" 500 42
The clients works fine when I do $client = new nusoap_client('http://localhost:8082/services/admin/service_srv.php?wsdl', true);
But it gets stucked when I invoque the method, wich used to work in previous PC: $result = $client->call($metodo, $params);
php.ini is the same here than in other computer.
¿Any ideas? Thank you
|
|