Use Arraycollection In Web Service?

Sep 14, 2011

I am passing array collection from flex to web service, and now that array collection want to use in asp.net web service.

suppose i have passed one array collection, and based on that array collection i want fetch value from database and want to generate report and returning path to flex.

View 2 Replies


Similar Posts:


Flash :: Calling Geonames.org Service Multiple Times Adding Each Result To An ArrayCollection

Nov 14, 2011

I am using a service that returns JSON (geonames.org) and I'm putting the result in an array and dumping it to a datagrid. Now that works fine for one city like this [URL].. However, I want to call this service multiple times with different city names, so I created an XML list ad figured I would iterate over the city list and get the results.

My question is how do I do this such that 1) all the lists are combined into one arraycollection and 2) this seems like I will have to chain the calls and wait for results which may or may not come back, so I thought I would ask the group about the best practice, and or resources to read and examples to build from.

View 1 Replies

Flex :: Mxml - Components Bound To Empty ArrayCollection At Load Time Don't Render As Expected When The ArrayCollection Is Updated?

Oct 27, 2009

I'm new to Flex and am using TileList bound to an ArrayCollection. The array collection is empty at load time, and then updates with the results from am HTTPService call. The problem is that the item renderers aren't being rendered as expected, I'm guessing because there was no data when they were first rendered at load time. Here's simplified example:

<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" >
<mx:Script>

[code].....

View 2 Replies

Actionscript 3 :: ArrayCollection Index Got Changed After Filter The Arraycollection?

Oct 7, 2011

I have a advanced datagrid and populating some data by using arraycollection. And i am filtering the arraycollection, the arraycollection index got changed.

Arraycollection:- [0] - name: abc
[1] - name: hello
[2] - name: hello1
[3] - name:hai

after filtering the arraycollection as 'hell' , the array collection is displaying like the below:

Arraycollection:-
[0] - name: hello1
[1] - name: hello

Can i know the reason why the index got changed after filter it?

* no server side code for filtering. it is only flex side filtering.

View 2 Replies

Php :: Flex Service - Bind A Service To A Button

Feb 2, 2011

I am experiencing a strange problem when I want to bind a service to a button or something else:

[Code]...

I can add the services to the Data Services panel but I have two strange things:

1) when I want to configure the return type he doesn't let me create a new ValueObject type, I only get the bottom datagrid which states: Properties returned by the operation: Property: country_Id, provence_Id, city_Id, id_cdpc, district_Id with the related values on the right side. Why can't I create a new data type on the top?

2) When I accept this and want to add the service call to a button (drag&drop) I get the following error: Error occurred while generating code. Make sure that there are no compiler eroors and try again after reopening the file. Componentn type services.cdpc.CDPC not found... (ps: When I perform a Test Operation everything seems to be ok, I get the expected output values)

View 1 Replies

Create A Web Service?

Feb 14, 2011

I building a website with Ruby on Rails framework.The site will contain a flash application that will interact with the rails application using web service.My partner builds the flash application and he told me that the flash application interacts through WSDL file.

I am new to web services. I would like to know how to create the WSDL file, and how to make the interaction between the rails application and the WSDL file.

View 2 Replies

Flash Connecting To A WCF Service?

Oct 23, 2009

proper endpoint configuration for my WCF service to enable a Flash app to consume it.

View 1 Replies

Asp.net :: Best Way To Structure Of Remote Service?

Dec 8, 2009

I'm not sure if this is technically a web service or not but I have a Flash file that periodically needs to make a round trip to a DB. As it stands, AS3 uses the URLLoader class to exchange XML with an ASP.NET/VB file on the server. The aspx code then goes to the DB and returns whatever information is requested back to the Flash file.As my program grows and I need to execute a larger variety of tasks on the server, I'm wondering if I should just keep placing functions in that same aspx file and specify in AS3 which function I should load for any given task. OR, is it better to break up my functionality into several different aspx files and call the appropriate file for the task?Are there any obvious pros and cons to either method that I should consider?

View 1 Replies

Flex :: Mvc - A Different Service App Using Zend_Amf?

Feb 4, 2010

I have an iterator service that works fine already and returns a correctly structured values to my flex application through my Zend Amf server

$contacts = array();
mysql_connect( 'localhost', 'root', 'test' );
mysql_select_db( 'test' );

[code].....

View 2 Replies

Php :: Service Browser For Zend AMF

Apr 13, 2010

Does Zend AMF has a service browser feature like AMFPHP does? Some people do mention about zamfbrowser, but at the time I'm posting this question, the site is still unavailable. Is there any possibility to use AMFPHP's service browser with Zend AMF?

View 3 Replies

Flash :: WCF Service Is Not Responding

May 10, 2010

A Flash program is connecting to WCF web service hosted on a server without anti-virus and without firewall and windows server 2003 64 bit environment.[code]...

View 2 Replies

PHP :: HTTPService - How To Interact With Web Service

Sep 1, 2010

I have an app written in adobe flex (action script 3) that I want to have interact with a web service. Because it appears I can't access the server, I've created a simple app. Source code for the ActionScript

<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="[URL]" layout="absolute" viewSourceURL="srcview/index.html">
<mx:HTTPService id="concat" url="concat.php" resultFormat="text" method="POST">
<mx:request xmlns="">
<stringOne>{stringOne.text}</stringOne>
<stringTwo>{stringTwo.text}</stringTwo>
[Code] .....

When I fill in the fields and press the button nothing happens.

View 1 Replies

Windows Service With Flash

Apr 8, 2011

I have a swf (flash) program that I projected to an exe file. I would like to run it as a windows service. I am able to install it as a service however the program does not work under local system account.If I change the log on as settings of the service to log as the current user, it works perfectly.Does anyone know why it would not work under the local system account?

View 1 Replies

Asp.net :: Asp.net - Error Handling In Web Service

Apr 28, 2011

How do you communicate an error to the web service consumer ?

For example, my web service has a function to insert employee into db.Suppose while inserting the data , the database gave an error,what should be the best way to inform the user about the error.

One way is to depict it through the return value of the web service method but what to do when the function is supposed to return a complex object like employee when there is no error ,and will send an error string when there is an error ?

View 1 Replies

Asp.net :: Asp.net - Flex App Not Hitting Web Service?

Dec 1, 2011

determine what is preventing my web service from being called. We have a working application in production and the developer who wrote it has left. am trying to build it on my machine and I can see a web service call in fiddler being made with the URL "/Services.asmx/MethodName" (as a GET request).I have set my break point in the asmx web service and it is not being hit. All I get in the flex front end is a pop up with " The remote server failed to respond and may be offline. he web service is in the same application as the web app that hosts the SWF file.I have the cross domain policy file in place.

View 1 Replies

ActionScript 3.0 :: SWF Can't Get Data From Web Service

Sep 8, 2011

I have an html file and I'm using swfobject 2.2 to embed a flash file into the html file. This flash file is getting data from a web service, so it is trying to communicate with an "Internet-enabled location". I know and have read a lot about peolpe having trouble with this kind of problem, but I can't seem to find a solution for it. After this dialog box pops up I add the actual swf file and my project folder which is in wwwroot to the trusted location settings. This works fine, but only when I use the absolute file path in my browser.

[Code]....

View 0 Replies

Actionscript 2.0 :: Web Service - Swf Get Hanged ?

Sep 13, 2010

I am using a web service + as2 for data to the server. The problem is that the swf works perfectly fine as it should on my friends pc, but the same swf get hanged on mine and even on some other. whenever i complie and test the same swf from within the flash IDE it works fine but when I upload it to the server and test it via browser it fails, but at the same time my friend says the swf is working fine on his browsers. I have placed the crossdomain.xml with parameters allowing anydomain to access.

View 2 Replies

ActionScript 2.0 :: Communicating With A XML Web Service

Feb 17, 2009

I need to connect to a web service and call back xml data and all I get so far is undefined

My code looks like the following:

Code:
import mx.services.WebService;
blackBox_mc._visible = false;
myWebService = new WebService("http://link_to_webservice");

[Code]....

Is there anything wrong with my web services call? At the moment when it connects I just want a box to turn on and then later on find a way of splitting up the xml data and producing results.

View 1 Replies

ActionScript 3.0 :: Loop Through My ArrayCollection

Oct 17, 2011

I'm using FlashBuilder 4 and trying to create a dropdownlist that populates a datagrid. The functionality is fine but my data is being chopped up too much. Currently every since "nepName" tag in my XML file is showing up in my dropdownlist (which makes for many duplicates of the same names) and only shows the data associated with that nepName tag. I want each nepName (by name ex. Barnegat Bay National Estuary Program) to display only once in my dropdownlist and populate my datadgrid with ALL the data in the XML file that is associated with that name.

View 2 Replies

Flex :: Convert ArrayCollection To XML?

Jul 24, 2009

In Flex, it's easy to convert the XML to Object and to ArrayCollection by using var decoder:SimpleXMLDecoder = new SimpleXMLDecoder(); decoder.decodeXML( xml );

But is there a good way to convert ArrayCollection to XML.

View 3 Replies

Php :: Zend_AMF: Get A ArrayCollection From Flex?

Sep 22, 2009

I currently have an arrayCollection in Flex and I want to sent it to PHP (Zend_AMF). According to the Zend_AMF wiki, sending an arrayCollection over directly will force Zend_AMF to cast the arrayCollection as an object which is no good. I'd rather have an array of my models. I assume the best way would be to convert the arrayCollection to an array in flex and then send it over. Is this true, and if so how would I do that in Flex 3? If you have a better recommendation,

View 1 Replies

Flex :: Sorting An ArrayCollection?

Oct 21, 2009

Is there any way in Flex where in we can sort an arraycollection based on strings .I have a dataprovider with strings like "Critical" "High" "Medium" "Low" where in I need to sort it in such a way that I need Critical to be displayed on the top and next High , Medium and Low follows.

View 1 Replies

Flex :: Specify Size For An Arraycollection?

Mar 12, 2010

Context:

I use an ArrayCollection object as follows:

1) Number of elements is fixed.

2) Elements are inserted at a given position, based on some order.

Can I set the max size of the ArrayCollection? Will fixing the size improve the performance, as elements keep getting inserted into this collection?

View 1 Replies

Php :: How To Access ArrayCollection Data

Jun 24, 2010

I know this one might be easy but I couldn't figure out.I have a List control that retrieve multiply data from Mysql. When a use clicks the data on List, The datagrid will display the data and the product image will show.I can see the multiply data shown in my dataGrid, but I don't know how to get the individual data shown.

<s:List id="compList"
width="250"
height="350"

[code]........

View 1 Replies

Flex :: Use ArrayCollection In Flash CS5?

Dec 2, 2010

is there any way to use ArrayCollection (from mx.collections.*) in Flash CS3/4/5? How?

View 2 Replies

Xml :: Arraycollection With Repeated Nodes?

Jan 27, 2011

In the resultHandler of an HTTPService call, I have assigned a repeating node to an arrayCollection. Inside that repeating node are other nodes that sometimes repeat and sometimes do not. For instance, here the option node repeats inside options.

<response>
<options>
<option> <var1> part1 </var1> <var2> part2 </var2> </option>

[code]....

View 1 Replies

Flex :: ArrayCollection GetItemIndex Always -1

Mar 1, 2011

I have an ArrayCollection with data; a trace of random index of this using

[code]...

View 2 Replies

Flex :: Create Arraycollection With Different Name?

May 14, 2011

I would like to create a new AC instance with a dynamic variable which is nca1, nca2, etc. Without define using hardcode variable name, it is possible to do that in a loop?

View 1 Replies

Actionscript 3 :: Get Item Value From An ArrayCollection?

Jul 18, 2011

I trying to read a value from an ArrayCollection, I use getItemAt and get an object:

masterData.getItemAt(0,0)

Then i use: masterData.getItemAt(0,0).toString(); and get:

<d>
<i>The value that I need</i>
</d>

Now How can I get the value in "< i >" tag?

View 2 Replies

ActionScript 3.0 :: ArrayCollection In Flash?

Apr 23, 2008

Is it possible to use an ArrayCollection in Flash AS3? If so, how do I import? If not, should I just use an array? I'm loading an XML feed of mp3s.

View 3 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved