Ask a Question related to Macromedia Flash Actionscript, Design and Development.
-
Aalok #1
handling structures or complex types returned fro
Hello,
I am experimenting with flash mx 2004 pro.
Here is what I have done so far
I have a .NET (C#) web service that has two functions Test1 and Test2
Test1 return type is void and takes one "out" parameter.
Test2 return type is also void but takes two "out" parameters.
When I call the Test1 function the WebServiceConnector.results member comes
back as "string" and has the value returned from the function Test1.
The problem is with the second function. When I trace out the
WebServiceConector's result member like
on(result)
{
trace ("results =" + this.results);
}
I only get trace out put as
results = [object object]
How can I extract the values returned from function Test2 ?
When I look at the Webservices panel in Flash, It looks like, flash creates
results as structure with the two out parameters as structure members, how can
I extract these values ?
--Aalok
Aalok Guest
-
Complex types returned from web services
I'm having problems getting values from a complex type from a CFC web service. Are there any tutorials that show you how this is done? The only... -
Weird sorting order when cflooping complex structures
I use a complex structure like this: <cfset Application.nodeList = StructNew()> <cfset Application.nodeList.item1 = 'Status'> <cfset... -
copying complex data structures
the following will not work: $arrayref_one = $arrayreftwo; #it's just making a new name for the same #reference. the following works fine: ... -
Creating uniqueness in complex data structures
The log files I am parsing have threads (a T followed by several alphanumeric numbers) associated with each line of text. I want to push each value... -
Complex soap messages with structures
Now I am really confused. here is the stream going in <SOAP-ENV:Envelope xmlns:SOAP- ENV="http://schemas.xmlsoap.org/soap/envelope/"...



Reply With Quote

