I am adding some SOAP web services to an application running on
cakephp 1.2 using the Soap php extension.

The best way to to this has been to create a controller which has a
"call" method. This method instantiates a Soap Server and passes it a
model class where my service methods are defined.

However my service methods really need to be controllers rather than
models since they access various models defined within my application.

But if i make them controllers then they will be accessible via simple
urls which is not what i want.

So my question is, how can i make a service class that is not
accessible directly but has all the functions of a controller?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to