[flexcoders] Flex 2: WebServervice call sometimes swaps parameters

2006-03-27 Thread Tobias Patton
Hello list; My application invokes a .NET web service that takes two string parameters (SessionID and Query). On occasion, I get an error. When I look at the RPC debug information, the SOAP envelope shows that the values for two parameters have been swapped (ie. SessionID gets the

Re: [flexcoders] Flex 2: WebServervice call sometimes swaps parameters

2006-03-27 Thread Tim Sawyer
Yep, we have that too. We were told that doc/lit support was a bit flaky in Flex 2. We solved it by changing our webservice (we use jibx-soap to a Java back end) to be unordered. Search for the mail below for full details of the problem. From: flexcoders@yahoogroups.com [mailto:[EMAIL

RE: [flexcoders] Flex 2: WebServervice call sometimes swaps parameters

2006-03-27 Thread Tobias Patton
Sawyer Sent: Monday, March 27, 2006 9:32 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Flex 2: WebServervice call sometimes swaps parameters Yep, we have that too. We were told that doc/lit support was a bit flaky in Flex 2. We solved it by changing our webservice (we use jibx-soap