Instead of POST perhaps you want GET for your method.

CP


On Sat, Jul 4, 2009 at 2:50 AM, balaji <mcabal...@gmail.com> wrote:

> Hi all,
>
>  I am a newbie to flex , I am trying to pass the querystring to URL but it
> is not working .
>
>  The url : http://base_url/?login=loginname&password=password
>
>  I tried to pass the arguments like this
>
>  <mx:HTTPService id="loginService" url="base_url" method="POST"
>      resultFormat="text" result="{handleLogin(event)}" fault="
>      {handleFault(event)}">
>      <mx:request>
>        <login>{username.text}</login>
>        <password>{password.text}</password>
>      </mx:request>
>  </mx:HTTPService>
>
>  I need your help in fixing the issue ,
>
> Thanks in Advance
>
> Balaji
>
>
>
>
>
>
> ------------------------------------
>
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Alternative FAQ location:
> https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847
> Search Archives:
> http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups
> Links
>
>
>
>

Reply via email to