AMFPHP Browser
mixey - August 15, 2007 - 21:22
| Project: | AMFPHP |
| Version: | 5.x-1.x-dev |
| Component: | User interface |
| Category: | feature request |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | postponed |
Jump to:
Description
Hi guys,
I'm wondering is there a way to make AMFPHP browser to work together with the service.module services?
I'm talking about using the "http://localhost/mysite/sites/all/modules/amfphp/amfphp/browser/index.html"
In one of the tutorials I saw that there is a very cool and handy feature for the lazy people like me, it's auto code generation.
p.s. I'm very newbie to the amfphp+services modules, so please point me in the right direction

#1
anyone?
#2
Yeah I would also want to use the service browser of amfphp. Right now I get faultCode = "AMFPHP_CLASSPATH_NOT_FOUND"
when I access the service browser of amfphp.
#3
it's not that simple.
the standard amfphp browser uses php classes while in drupal it's only functions.
the browser makes also intensive use of a php function which describes the whole object etc, but that ain't gonna work with drupal.
the source of the browser is not fully available in their svn repository, but i found the full version on the swx-site.
when time is on my side ( expecting my second child one of these ), i will dive into this.
but for now be patient, or build one specially for drupal ;-)
for now the most important thing is getting the drupal 6 version on the rails
Joachim
#4
I think someone will have to build a custom Flex services browser specifically for Drupal. The AMFPHP services browser has hardcoded endpoints and is dependent on classed based AMFPHP services, as eldude mentioned above. We'll likely also need some additional services to support available methods, reflection, etc.
Someone, someday.
Scott