Re: Nusoap cakephp question

2008-09-12 Thread francky06l
I use cake with nusoap, I did a small tutorial and sample apps here: http://www.cakephpforum.net/index.php?showtopic=559 hth On Sep 12, 9:07 pm, . <[EMAIL PROTECTED]> wrote: > Hi > > I am trying to convert the Remote Service (helloworld-server.php) in the > following tutorial (in the URL below)

Nusoap cakephp question

2008-09-12 Thread .
Hi I am trying to convert the Remote Service (helloworld-server.php) in the following tutorial (in the URL below) to cakephp Component-compatible. I am struggling with the correct syntax, however. In the server->register(..) method, the first parameter should be the name of the service function.