Calling WCF Service from Action Script 2

Posted by Frank on Stack Overflow See other posts from Stack Overflow or by Frank
Published on 2010-04-01T19:14:54Z Indexed on 2010/04/08 13:03 UTC
Read the original article Hit count: 716

Filed under:
|
|
|
|

Hi All,

I am a .NET programmer working with a Flash designer on a project. The design is that they will create a flash UI (implemented with AS2) to present a questionnaire. After it is completed by an end user, the will send me (a .net web service of some form) the answers to the questionnaire, I will perform a calculation, and I will send a response back (the response will likely be a single integer, though it may be a touple of (integer score, string description).

Neither myself nor the designer is knowledgeable of Action Script. Does anyone have a snippet for such web service calls in AS2? Are there any soap libraries for AS2 that we could use, or should I expose a RESTful interface? Can it be as simple as having the designer concat the questionnaire answers into the query string of the service URL? What would be a typical data format for my response (xml, json, plain text)

Thanks in advance for your help.

Frank

© Stack Overflow or respective owner

Related posts about flash

Related posts about actionscript-2