I am trying to figure out how to use the AMFPHP service browser with
my SVN so coders can use the service browser to test committed code
on the svn.
Is it possible to point the gateway to different folder other than
the local services folder? I tried to put a full URL in the
setBaseClass var, but I get the error:
(mx.rpc::Fault)#0
errorID = 0
faultCode = "AMFPHP_CLASSPATH_NOT_FOUND"
faultDetail = "/Users/me/Sites/amfphp/core/shared/app/
BasicActions.php on line 25"
faultString = "The classpath folder {/amfphp/DiscoveryService.php}
does not exist. You probably misplaced your service."
message = "faultCode:AMFPHP_CLASSPATH_NOT_FOUND faultString:'The
classpath folder {/amfphp/DiscoveryService.php} does not exist. You
probably misplaced your service.' faultDetail:'/Users/kevin/Sites/
amfphp/core/shared/app/BasicActions.php on line 25'"
name = "Error"
rootCause = (null)
I then tried to upload the '/amfphp/DiscoveryService.php' to the SVN,
but that didn't seem to work either.
thanks, Kevin