HI,

I am using httpsevice (POST method ) and cairngorm.

I am passing a object into send method of httpservice..

<mx:HTTPService id="deletePage"  method="POST" />

var obj:Object = new object;
obj.id = 1
obj.name = "abc";
obj.xml   = xmldata// to send data to the backend as xml format
obj.imgSnapshot = imgSnapshot //snapshot of my page as a string

 deletePage.send(obj)

Now when I hit the send(obj) method service did not fire.
This is because the length of the query string (even I am using the
POST method)


Can some tell me the soln or alternate
-- 
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.


Reply via email to