views:

226

answers:

3

Hi there !

I have some questions:

  1. Does Zend AMF has a service browser feature like AMFPHP does? Some people do mention about zamfbrowser, but at the time I'm posting this question, the site is still unavailable.

  2. Is there any possibility to use AMFPHP's service browser with Zend AMF?

Thanks in advance! Regards, Andree.

+1  A: 

Yeah, the ZamfBrowswer does just that - http://zamfbrowser.riaforge.org/index.cfm

=Ryan [email protected]

ryanstewart
Ah, okay ! The download link in that site is not working in firefox, so I thought the link is broken. Thanks !
Andree
A: 

I tried ZamfBrowser but it kept giving me errors after i'd try submitting data to my classes function and the errors were not from my working class function. I removed ZamfBrowser and instead for debugging, i just watch the apache log file for php errors now

ricky
A: 

You can use AMFPHP with Zend_AMF. I show you how here: http://wesleyalmeida.net/what-ive-learned/how-to-give-zend_amf-a-service-browser-using-amfphp/

Wesley