With FluorineFX you need to add the tag [RemotingServiceAttribute]] to our service class to make it accessible. It means you need a hard reference to FluorineFX in your class.

There’s however a configuration setting to make all services accessible at once:

<!– value=”browse|access” –>

<remotingServiceAttribute>access</remotingServiceAttribute>