Ted,

Have you confirmed this is still happening in 8.5?  I was assured by 
engineering and product management that this would be addressed in 8.5. Please 
make sure you have tested with the latest flash player.


Thanks,

C

____________________________________________
 
Carson Hager
Cynergy Systems, Inc.
http://www.cynergysystems.com
 
Email:  [EMAIL PROTECTED]
Office:  866-CYNERGY
Mobile: 1.703.489.6466
 


-----Original Message-----
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ted 
Patrick
Sent: Tuesday, March 28, 2006 11:37 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] How to get the XML of a SOAP fault
Importance: High

Tobias,

ADOBE PLEASE CHANGE THIS!

The problem is in Flash Player Networking. When an HTTP STATUS 500 occurs Flash 
cannot read the data from the HTTP response and thus cannot parse fault 
information. The Flex Services Proxy, flips the HTTP STATUS from a 500 to a 200 
so that Flex can process the data correctly.

When a SOAP fault occurs, it returns an HTTP STATUS of 500 according to the 
SOAP STANDARD. When Flash receives a 500, networking throws an onError event 
with no data. The data associated with the error is not read/parsed and thus 
you cannot get to the error information. This severely truncates the 
functionality of using Web Services without the proxy as all WebServices calls 
must return 200 so that the result can be parsed by Flash.

This needs to be changed in the Flash 8.5 generation player. This silly error 
forces all WebService and HTTPService implementations that need to process HTTP 
STATUS > 200 to fail.

ADOBE PLEASE CHANGE THIS!

Cynergy Systems, Inc.
Theodore Patrick
Sr. Consultant
[EMAIL PROTECTED]
tel: 1.866.CYNERGY
http://www.cynergysystems.com

________________________________________
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tobias 
Patton
Sent: Tuesday, March 28, 2006 11:43 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] How to get the XML of a SOAP fault

I should have put it in the subject line that I am using Flex 2 and FP 8.5.

Is there a way to get the XML  using Flex 2 without a proxy?


-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.385 / Virus Database: 268.3.2/294 - Release Date: 3/27/2006
 


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links



 




--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to