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.
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
> -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
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
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
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
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
[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
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
9 matches
Mail list logo