Re: SOAP Server

2009-04-29 Thread Brendon Kozlowski
Also, Mark Story has his own Web Service Behavior, although I believe it's using REST, not SOAP. Also, it's RosSoft, not RoSoft (http:// rossoft.wordpress.com/). I believe RosSoft's version is for CakePHP 1.1 however. For WSDL+SOAP requests, that still leaves using the Zend Framework as a vendo

Re: SOAP Server

2009-04-29 Thread Brendon Kozlowski
I agree with majna's comment, assuming the WebServices Controller from RoSoft does not work as expected/needed. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cak

Re: SOAP Server

2009-04-29 Thread majna
you can throw ZF into vendors... http://framework.zend.com/manual/en/zend.soap.html On Apr 29, 11:33 am, eagerterrier wrote: > We have a current site built in cake 1.2 and the client has requested > that we build a SOAP server for them to use. > > I have never built one before (

Re: SOAP Server

2009-04-29 Thread Martin Westin
Welcome to the world of convoluted protocols, poor documentation and needless complications. Sound like fun, doesn't it :) I have sort-of built a SOAP server (two methods). It is very limited and only there because I had to have it. You might have guessed that SOAP is not my favorite protoc

SOAP Server

2009-04-29 Thread eagerterrier
We have a current site built in cake 1.2 and the client has requested that we build a SOAP server for them to use. I have never built one before (have queried plenty), so have no idea how long it would take. Has anyone any experience of this? Specifically, I need to know how long setting it up

SOAP server. Handle by controller.

2008-03-27 Thread wDevil
I want to make SOAP service with WSDL generation like this http://bakery.cakephp.org/articles/view/a-component-to-help-creating-soap-services, but with handle by controller like this http://bakery.cakephp.org/articles/view/implementing-soap-on-cakephp. With authorization. app/controllers/componen

Yet another SOAP server implementation on CakePHP

2008-01-23 Thread Ananda Putra
Hi all, I just wrote down my example of SOAP server implementation on CakePHP. My idea is to create the SOAP handler and the WSDL in Controller, and create all method in the model. You may read it here: http://mykm.wordpress.com/2008/01/23/implementing-soap-server-on-cakephp Please give me some

Re: soap server

2007-07-16 Thread stefano
Could someone put al that files in the "Code-Snippets" secition on the CAkeForge? Stef. On 16 Lug, 08:12, francky06l <[EMAIL PROTECTED]> wrote: > I have implemented it in my application, mail me I can send you the > files. > > On Jul 16, 5:21 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> > wrote:

Re: soap server

2007-07-15 Thread francky06l
I have implemented it in my application, mail me I can send you the files. On Jul 16, 5:21 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > the domain ros-soft.net isn't valid now, therefore those classes > mentioned in the blog aren't available for download. > > On Jul 13, 5:39 pm, francky06

Re: soap server

2007-07-15 Thread [EMAIL PROTECTED]
The problem is that blog contains an old link to a class named web_services_controller.php from an external expired domain :( On Jul 13, 5:39 pm, francky06l <[EMAIL PROTECTED]> wrote: > The Rossoft blog > > http://rossoft.wordpress.com/2006/02/17/web-services-in-cakephp-compl... > > On Jul 13, 4:

Re: soap server

2007-07-15 Thread [EMAIL PROTECTED]
the domain ros-soft.net isn't valid now, therefore those classes mentioned in the blog aren't available for download. On Jul 13, 5:39 pm, francky06l <[EMAIL PROTECTED]> wrote: > The Rossoft blog > > http://rossoft.wordpress.com/2006/02/17/web-services-in-cakephp-compl... > > On Jul 13, 4:16 pm, p

Re: soap server

2007-07-13 Thread francky06l
The Rossoft blog http://rossoft.wordpress.com/2006/02/17/web-services-in-cakephp-complex-types/ On Jul 13, 4:16 pm, pigeon <[EMAIL PROTECTED]> wrote: > thanks, i did try google cache but i couldnt retrieve the last file :( --~--~-~--~~~---~--~~ You received this

Re: soap server

2007-07-13 Thread pigeon
thanks, i did try google cache but i couldnt retrieve the last file :( --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe

Re: soap server

2007-07-09 Thread Daniel Horth
Andrew, try here: http://tinyurl.com/ynvvpb On 09/07/07, pigeon <[EMAIL PROTECTED]> wrote: > > when trying to follow the links for the source code. This is really > pissing me off :) i've finally found a proper SOAP implementation > (actually, nusoap hack which has been also driving me up the wa

Re: soap server

2007-07-09 Thread pigeon
Looks amazing , but i'm getting Your requested host "www.ros-soft.net" could not be resolved by DNS. when trying to follow the links for the source code. This is really pissing me off :) i've finally found a proper SOAP implementation (actually, nusoap hack which has been also drivi

Re: soap server

2007-06-05 Thread francky06l
t; > Tane > > On 6/4/07, Greg <[EMAIL PROTECTED]> wrote: > > > > > Does anyone know how to implement a SOAP server with cake? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP&quo

Re: soap server

2007-06-05 Thread Tane Piper
dding REST to my app. Tane On 6/4/07, Greg <[EMAIL PROTECTED]> wrote: > > Does anyone know how to implement a SOAP server with cake? > > > > > --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Grou

Re: soap server

2007-06-04 Thread ianh
There are three articles on implementing a SOAP server with Cake using Nusoap here: http://rossoft.wordpress.com/?s=nusoap&searchbutton=go%21 @John - how did you go about auth? Using the Nusoap approach above ended up creating a 40-char API key which has to be submitted and verified befo

Re: soap server

2007-06-04 Thread Greg
7, at 4:33 PM, Greg wrote: > > > > > Does anyone know how to implement a SOAP server with cake? > > I'm currently working on an app with soap services. Works great. > > Still working on some basic auth issues, but on the whole its really > nice to exp

Re: soap server

2007-06-04 Thread John David Anderson (_psychic_)
On Jun 4, 2007, at 4:33 PM, Greg wrote: > > Does anyone know how to implement a SOAP server with cake? I'm currently working on an app with soap services. Works great. Still working on some basic auth issues, but on the whole its really nice to expose a controller action as a s

soap server

2007-06-04 Thread Greg
Does anyone know how to implement a SOAP server with cake? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe