[PHP] Webservice Wsdl - to do or not to do?

2010-12-06 Thread Augusto Flavio
Hi, I'm wrting a WSDL webservice in php and I have a doubt about one thing. I created a method(or operation) that sends an invitation to the user. The request uses the session ID to identify the user that I want to send the invitation. Here is a example of the WSDL request from the eclipse.

RE: [PHP] killing a process through php webservice

2008-02-07 Thread Per Jessen
Andrés Robinet wrote: > 2 - Write or find a daemon capable of doing what you are trying to do > (execute commands on demand) but using some authentication model, so > that you can communicate with the daemon using a local socket (and > don't open the backdoor through TCP/IP). I don't have any clue

RE: [PHP] killing a process through php webservice

2008-02-07 Thread Andrés Robinet
> -Original Message- > From: Chris [mailto:[EMAIL PROTECTED] > Sent: Friday, February 08, 2008 12:04 AM > To: Fahad javed > Cc: php-general@lists.php.net > Subject: Re: [PHP] killing a process through php webservice > > Fahad javed wrote: > > I am develo

Re: [PHP] killing a process through php webservice

2008-02-07 Thread Chris
Fahad javed wrote: I am developing a webservice in PHP/Linux where I need to kill a process. I tried using exec("kill ".$pid); and exec("kill -KILL ".$pid); but the return value was always 1 and the process still remained. I wrote up a small shell script and have exec run that script. The scri

Re: [PHP] killing a process through php webservice

2008-02-07 Thread Paul Scott
On Fri, 2008-02-08 at 09:56 +0500, Fahad javed wrote: > I still think the problem is access rights. question is how to solve it. > > Any help will be greatly appreciated. > Yes it is access rights. You will probably have to add PHP to the root or wheel group as a user or something insane like t

[PHP] killing a process through php webservice

2008-02-07 Thread Fahad javed
I am developing a webservice in PHP/Linux where I need to kill a process. I tried using exec("kill ".$pid); and exec("kill -KILL ".$pid); but the return value was always 1 and the process still remained. I wrote up a small shell script and have exec run that script. The script worked fine if inv

[PHP] webservice libraries/frameworks

2007-01-19 Thread blackwater dev
I've heard that there might be a php library or framework that allows you to expose your code as a webservice with little to no extra code. I heard the code could potentially also allow access via several different protocols. Has anyone come across anything similar, or do I need to pick a specif

Re: [PHP] webservice

2006-03-30 Thread John Wells
[snip] > soap_fault Object ( [error_message_prefix] => [mode] => 1 [level] => 1024 > [code] => WSDL [message] => no operation readpackageabstract in wsdl [/snip] It appears as though you're attempting to invoke a method that doesn't exist. Are you sure readPackageAbstract() is defined & registered

[PHP] webservice

2006-03-30 Thread Diana Castillo
Does anyone know why I am getting the result below? http://test.xtravelsystem.com/public/v1_0rc1/commonsHandler?WSDL";) ; $res = $PerlPackageDatabase->readPackageAbstract("SOAP-Lite"); print_r($res); ?> I GET THIS RESULT: soap_fault Object ( [error_message_prefix] => [mode] => 1 [level] => 1024 [c