Implements interfaces:
A simple service browser with html only. Sometimes you don't need the full thing with AMF etc., so use this This plugin should be deactivated on a production server.
call the gateway with the following GET parameters: serviceName: the service name methodName : the method to call on the service
pass the parameters as POST data. Each will be JSON decoded to be able to pass complex parameters. This requires PHP 5.2 or higher
Located in /Amfphp/Plugins/AmfphpServiceBrowser/AmfphpServiceBrowser.php (line 26)
used for service call
associative array of parameters. Used to set the parameters input fields to the same values again after a call.
note: stored encoded because that's the way we need them to show them in the dialog
constructor.
if no content type, then returns this.
filter the headers to make sure the content type is set to text/html if the request was handled by the service browser
returns a list of available services
finds classes in folder. If in subfolders add the relative path to the name.
recursive, so use with care.
Documentation generated on Mon, 23 Jan 2012 17:22:03 -0300 by phpDocumentor 1.4.3