| Author |
Flex inserts "item" tag for a list in my application request while Posting to a service
|
sandeeprajsingh tandon
Ranch Hand
Joined: Mar 06, 2009
Posts: 66
|
|
Hi,
A very very wierd issue. I am working on Flex 3.3
I have this request from mxml,
But when i post this, the request xml converts to
Due to this, my webservice fails as it is not able to recieve anything inside the Arraylist ApproverGroups since it was NOT expecting the items tag.
How can i get rid of this?..Why does it come there in the first place.
thanks
sandeepraj
|
 |
sandeeprajsingh tandon
Ranch Hand
Joined: Mar 06, 2009
Posts: 66
|
|
Hi Guys,
I ultimately got it working by doing this
|
 |
 |
|
|
subject: Flex inserts "item" tag for a list in my application request while Posting to a service
|
|
|