If your serlvet mapping is /amfgateway/* then you should be allowed to append path info to the endpoint URI after the servlet mapping.
 


From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of siddiquihashim
Sent: Thursday, April 13, 2006 4:20 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Amfgateway call

Hi All Coders,

I have implemented java filter API to log /amfgateway/* transaction timings.

It appears that all the remote object requests from flash player are with the same request URI which is in the format

'http://server:port/context/amfgateway'

Is there a way to append additional details to the remote object request URI

e.g if I am calling authenticate() method of remote object com.abc.LoginService

I should get following URL

http://server:port/context/amfgateway/loginService/authenticate

Although binary request has all this information about java object and method call we cannot intercept binary request as we cannot reset
the input stream. Is there a way to append it to the request URI?

Thanks in advance.
Sid


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




YAHOO! GROUPS LINKS




Reply via email to