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

mixey’s picture

anyone?

kgp22’s picture

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.

JoachimVdH’s picture

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

snelson’s picture

Title: AMFPP browser » AMFPHP Browser
Category: support » feature
Priority: Normal » Minor
Status: Active » Postponed

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