Skip to main content
Known Participant
March 3, 2007
Question

Is it possible to call Java routines from FMS?

  • March 3, 2007
  • 1 reply
  • 305 views

Say I have a game package, most of which
are written in Java. I am thinking
to leave the core logics in Java, but
change the user interface into Flash,
and serve it over FMS. Now is it
possible to call Java routines from
FMS?

I'd appreciate any suggestions.
    This topic has been closed for replies.

    1 reply

    Known Participant
    March 3, 2007
    Yes! You can use SOAP(or XML-RPC) to call Java routines. Relevant link: http://www.adobe.com/devnet/flashmediaserver/articles/fms_web_services_05.html

    Btw, does anyone know if there is XML-RPC package for FMS?