Link to home
Start Free TrialLog in
Avatar of myBlueSky
myBlueSky

asked on

Pass Flex3 arraycollection data from Flex app to HTTPService or WebService

Hi experts,

What is the best way to pass an arraycollection data from Flex3 app to HTTPService or WebService (if that possible) to update DB table in the server?
Let’s assume that we have a datagrid and we will take its provider to as arraycollection and pass to update the DB table accordingly.

Thanks,
SOLUTION
Avatar of sompol_kiatkamolchai
sompol_kiatkamolchai
Flag of Thailand image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of myBlueSky
myBlueSky

ASKER

Thanks Sompol.

I'm not using Java server.
Have you an exmaple where you pass arraycollection from Flex app to HTTPService to update you DB table?

Regards,
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks strider_1981.

I'm using SAP as server utilizing HTTPService or WebService. To honest I'm not that familiar that much with ASP.Net.
Ok.. np.. I have no clue abt SAP development but jus being curious here. Which server side tools and technologies are u using? I mean for ur web serivce development. Are u also responsible developing webservice along with ur flash based client?
.>>>>Which server side tools and technologies are u using? I mean for ur web serivce development.
SAP


>>>Are u also responsible developing webservice along with ur flash based client?
Yes I'm creating webservice to communicate with SAP DB tables. WS are linked to SAP .
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
>>> Kindly use XML to pass values when ends are different technology.

This is exactly what I’m about to. Formatting the xml in flex side then pass it to backend system to handle and manipulate it as it language.
I will share with you my solution once I finish it.

Thanks,
THANKS TO ALL OF YOU.