Postponed
Project:
AMFPHP
Version:
5.x-1.x-dev
Component:
User interface
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
15 Aug 2007 at 21:22 UTC
Updated:
15 Feb 2009 at 01:45 UTC
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
Comments
Comment #1
mixey commentedanyone?
Comment #2
kgp22 commentedYeah 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.
Comment #3
JoachimVdH commentedit'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
Comment #4
snelson commentedI 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