User Tag List

Results 1 to 5 of 5

Thread: Can MMF2 Developer use (or access) Web services?

  1. #1
    Clicker Multimedia Fusion 2 DeveloperInstall Creator Pro

    Join Date
    May 2010
    Posts
    536
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Can MMF2 Developer use (or access) Web services?

    Hey, folks!

    I have a coworker who is helping me set up an online high-score database. He tells me that he'd develop a Web service in which the local computer MMF2 application would use to interface with the online SQL database.

    Is there an extension or object which would allow me to interface with a Web service?

    Thank you very much!



    Most graciously...

    RGBreality

  2. #2
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Jun 2006
    Location
    Darlington, UK
    Posts
    3,298
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Can MMF2 Developer use (or access) Web services?

    The GET object should be able to.

  3. #3
    Clicker Multimedia Fusion 2 DeveloperInstall Creator Pro

    Join Date
    May 2010
    Posts
    536
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Can MMF2 Developer use (or access) Web services?

    Thanks for your reply!

    Hmmm... After looking at the Get object, I'm not sure how I would specify a Web service. The only two actions I see for the Get object are "Get URL" and "Add POST data".

    How would I use the Get object to interface with a Web service?



    Most graciously...

    RGBreality

  4. #4
    Forum Moderator

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleXNA Export ModuleInstall Creator Pro
    nivram's Avatar
    Join Date
    Jul 2006
    Location
    Bandon, Oregon
    Posts
    6,773
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)

    Re: Can MMF2 Developer use (or access) Web services?

    I actually don't think you can.

    Marv
    ​458 TGF to CTF 2.5+ Examples and games
    http://www.castles-of-britain.com/mmf2examples.htm

  5. #5
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Jun 2006
    Location
    Darlington, UK
    Posts
    3,298
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Can MMF2 Developer use (or access) Web services?

    Web services are accessible through a normal http connection, so the GET object is perfect.

    Depending on the kind of service depends how you interact with it:
    If you've made it yourself to take url parameters, use the GET action on its own.
    If it's a SOAP service or something like that, you need to add the appropriate soap request as post data, then do the get.

    Either way you get the response using the condition "on get complete" and the expression "page content".

Similar Threads

  1. MMF2 Web Database Access Recommendations
    By droberson in forum Multimedia Fusion 2 - Technical Support
    Replies: 9
    Last Post: 6th May 2010, 05:36 PM
  2. MMF2 - Access Code on a Different Frame
    By droberson in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 16th August 2008, 08:28 PM
  3. MMF2 - How to access xp and vista web folders
    By droberson in forum Multimedia Fusion 2 - Technical Support
    Replies: 9
    Last Post: 30th January 2008, 10:54 AM
  4. MMF2-Access to Stdin and Stdout
    By droberson in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 24th June 2007, 12:18 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •