views:

24

answers:

0

Hi all,

I'm working on a Flex project that uses the proxy-config file in Blaze in order to get puts and deletes to work for our HTTPService calls. All the calls use https so I have the destination set up to be DefaultHTTPS.

When I call any of the HTTPService from my Flex application I get a "Premature End Of File" error. I've called the same web services from the browser and they return valid XML.

If it helps at all, I have fault and result handler setup for each service and when the "Premature End of File Error" gets thrown neither the fault or result handler are called.

Does anyone have any ideas as to what might be causing this error or how to fix it?

Thanks!