# AS2: Web Services

**URL:** https://forum.kirupa.com/t/as2-web-services/286740
**Category:** flash
**Created:** [April 20, 2009, 1:23pm UTC](https://forum.kirupa.com/t/as2-web-services/286740 "2009-04-20T13:23:30Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![lilleypants](https://avatars.discourse-cdn.com/v4/letter/l/f17d59/32.png) [@lilleypants](https://forum.kirupa.com/u/lilleypants)
#### Post date: [April 20, 2009, 1:23pm UTC](https://forum.kirupa.com/t/as2-web-services/286740/1 "2009-04-20T13:23:30Z")

</div>

I am totally new to web services but trying to to get to grips with them quickly in flash. I have created the code to hook up to my web service but I need to send off some params of basically: UserId, EventName, Score, Date, Passing Score.

Do I do this basically like so:

wsConn.params = [“5”, “game1”, “100”, “11/12/2009”, “1”];

Would this write it to the web service (created in XML) or do I have to do something else like put the parameter name then what it equals???

I am really stuck on this and there isn’t too much about it on the net that is relevant I have found.
