You can use action script. Follow below given steps: - create the webservice object, - load wsdl, - create request - send request. - process response/fault.
-kaykay. On Mon, Jan 18, 2010 at 3:49 AM, rohit <[email protected]> wrote: > 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]<flex_india%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/flex_india?hl=en. > > > >--
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.

