Results 1 to 4 of 4

Thread: web service and Flash MX professional

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jul 2003
    Posts
    232

    web service and Flash MX professional

    I created a simple .NET web service which selects data from a SQL server database and returns XML. Now I would like to bind a drop down component from flash mx professional to this webservice. Every time I try to add the web service to my flash project I get an error:

    Flash was unable to find any Web Services from the following URL:
    http://www.madisontitle.com/webservi...1.asmx/GetCats
    what have i done wrong. if you go to that link it returns the xml that i need. do i need to do something to make the webservice public?

    PLEASE HELP!
    thanks.

  2. #2
    Frenzied Member Magiaus's Avatar
    Join Date
    Mar 2002
    Location
    swamp land
    Posts
    1,267
    try just loading the xml to an xml object in flash and then working with it. I don't know though I have never worked with any of the components in flash. Although I'm looking forward to using them in mx 2004 because it has full .net support. It has a flash version of most DataControls in the framework and so on.
    Magiaus

    If I helped give me some points.

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Jul 2003
    Posts
    232
    I want to do it with a webservice, because i have other things i will need to do, like pass parameters..
    What i need to know is, when creating a web service do i need to do anything to make it accessible to the public?

  4. #4
    Frenzied Member Magiaus's Avatar
    Join Date
    Mar 2002
    Location
    swamp land
    Posts
    1,267
    As far as I know you add the WebService attribute and make properties public. I have never built a web service but the examples I read seem pretty straight forward you basicly just add the attribute in the right places. Sorry thats all I know.
    Magiaus

    If I helped give me some points.

Posting Permissions

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



Click Here to Expand Forum to Full Width