Ask a Question related to Macromedia Flash Data Integration, Design and Development.
-
margifr #1
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
-
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... -
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... -
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... -
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... -
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... -
LuigiL #2
Re: Trouble binding a DataSet to a WebServiceConnector
But did you specify properties for the DataSet?
LuigiL Guest
-
margifr #3
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
-
LuigiL #4
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
-
margifr #5
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
-
LuigiL #6
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



Reply With Quote

