RE: [flexcoders] SOAP WebService faultString problem

2006-03-06 Thread Jan L. Nauta
Sent: Friday, March 03, 2006 17:11 To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] SOAP WebService faultString problem Are you using the proxy? I think we changed for Beta 2 to return the entire status line from the HTTP error (as it's likely you're running into a 404)... But please

RE: [flexcoders] SOAP WebService faultString problem

2006-03-06 Thread Peter Farland
Just the wsdl and mxml file? You can email me directly if you'd like. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jan L. Nauta Sent: Monday, March 06, 2006 3:28 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] SOAP WebService

RE: [flexcoders] SOAP WebService faultString problem

2006-03-03 Thread Carson Hager
Flex 1.5? If so, there is a limitation in the flash player itself that causes the web services to choke if a fault is raised due to the required http 500 status code. If you use the proxy, it will change the status code to 200 so that the flash player can read the fault. This is evidently fixed

RE: [flexcoders] SOAP WebService faultString problem

2006-03-03 Thread Peter Farland
Are you using the proxy? I think we changed for Beta 2 to return the entire status line from the HTTP error (as it's likely you're running into a 404)... But please submit a test case (or at the very least email me your file) if you want us to check your particular situation. Thanks, Pete