Automatically handles the incoming request
The result depends on how the service was called If a method name is passed as the PATH_INFO, it is used to call it. If the method was not exposed as a web service method, a 404 HTTP status is returned. Otherwise, returns an HTML information page.
Overrides
Services_Webservice::handle() (Automatically handles the incoming request)