Fluorine .NET Flash Remoting Gateway

Service Browser

The service browser allows you to browse the:

  • services (from .NET assemblies) that are currently available in the local assembly cache
    Only classes marked with com.TheSilentGroup.Fluorine.RemotingServiceAttribute are shown
  • Wsdl description files in your web application directory and the stub code to invoke the web service
  • "asmx" files containing the WebService processing directive in your web application directory and the stub code to invoke the web service
  • aspx pages in your web application directory and subdirectories and the stub code to invoke as service
  •  

    To use the service browser:

  • Add the com.TheSilentGroup.Fluorine.ServiceBrowser assembly reference or copy to the bin folder
  • simply navigate to ServiceBrowser.aspx (for example http://localhost/YourWebApplication/ServiceBrowser.aspx)
  •  

    Note There is no separate "ServiceBrowser.aspx" file in your project directory.

    Note The service browser works only if the com.TheSilentGroup.Fluorine.ServiceBrowser assembly can be located in the bin folder.