Trouble binding a DataSet to a WebServiceConnector

Ask a Question related to Macromedia Flash Data Integration, Design and Development.

  1. #1

    Default Trouble binding a DataSet to a WebServiceConnector

    Hi 2 every1
    I've just started dealing with Flash, so please forgive some of my questions
    which may appear stupid:o.
    I'm developing an application in which I access a database through a php web
    service. When I call the web service with the webServiceConnector object, I can
    see the result set which is an array of objects. If I connect a dataSet object
    to the webServiceConnector then I can no longer access the results after the
    dataSet. What is the best way to connect these two objects to access the array?

    margifr Guest

  2. Similar Questions and Discussions

    1. Binding Dataset to Datagrid Task
      I'm brand new to this, so please bear with some of the low level block and tackle questions I might ask. I have an application where I want to...
    2. DataSet to WebServiceConnector?
      Hi, I've been stuck on this for a couple of weeks: I'm trying to update a database from a Flash document, through a ColdFusion Component. I have...
    3. binding xml to dataset
      Hi, i'm new to this group and to data integration within flash ... i'm trying to bind some data from a xmlConnector to a couple of dataSet .... but...
    4. WebServiceConnector XML results to DataSet
      I've created a WebService that accepts one input parameter, and then passes back an XML document (contained within a String). Ideally I would like...
    5. XML binding to DataSet... Help!
      I am invoking a web service and binding the data to a DataSet. I then bind the DataSet to a DataGrid component. I am having trouble getting all the...
  3. #2

    Default Re: Trouble binding a DataSet to a WebServiceConnector

    But did you specify properties for the DataSet?
    LuigiL Guest

  4. #3

    Default Re: Trouble binding a DataSet to a WebServiceConnector

    Thx for your reply
    By properties, do you mean subFields in the schema? Cause I've tried a moment to add some sub fields to the items but it didn't work anymore
    margifr Guest

  5. #4

    Default Re: Trouble binding a DataSet to a WebServiceConnector

    Nope. I mean properties. Best read a tutorial on this subject: [url]http://www.macromedia.com/devnet/mx/flash/articles/flash_xmlphp.html[/url]
    LuigiL Guest

  6. #5

    Default Re: Trouble binding a DataSet to a WebServiceConnector

    Hi,
    I'm still having troubles binding WebServiceCustomer to DataSet. I think I've
    not been enough clear in my first topic. Let's explain the context once more.
    I'm using a WebServiceConnector which access a webService which returns an
    array of object/struct lets say
    Data
    {
    label:String;
    data:String;
    }
    When I bind that webServiceConnector directly to a comboBox, it works
    corerctly, but when I insert a dataSet (which items:Array is bound to the
    webServiceConnector's results:Array) it doesn't work any more.
    Thx to anybody who can help with that? Hope I've been enough clear this time.

    margifr Guest

  7. #6

    Default Re: Trouble binding a DataSet to a WebServiceConnector

    Maybe you can post your fla for download so I can have a look at it.
    LuigiL Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139