Debug the value of the "action" property, see what is the difference.

 

If you can't figure it out, then post the error.

 

Tracy

 

________________________________

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of valdhor
Sent: Thursday, October 02, 2008 5:23 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Sending parameters to server

 

Perhaps the carriage returns are confusing the server? I have had this
happen to me in the past.

--- In flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com>
, "ilikeflex" <[EMAIL PROTECTED]> wrote:
>
> Hi 
> 
> I am sending request to the server. I am pasing parameters as shown 
> below
> 
> params.action="<businessService><businessData><workLists>" 
> + "<worklist><month>2</month><year>2008</year></worklist>" 
> + "</workLists></businessData></businessService>";
> 
>
params.action="<businessService><businessData><worklists><worklist><mont
>
h>2</month><year>2008</year></worklist></worklists></businessData></busi
> nessService>";
> 
> In second case i do not get error but in the first case i get the
error 
> from server.I do not know what is different??
> 
> Any pointers please.
> 
> Thanks
> ilikeflex.
>

 

Reply via email to