Hi all,

I got stuck trying to get a configuration file from my ISP. Here is
the code snippet:

<mx:HTTPService id="httpService" url="mydomain/ria/config/config.xml"
resultFormat="object"
contentType="application/xml"
useProxy="false" method="GET" result="readConfig();"
fault="Alert.show(event.fault.getStackTrace());">
</mx:HTTPService>
After getting Error 2032 I looked at the http header information in my
ISP log file:
..."POST /ria/config/config.xml HTTP/1.1" 405 334...

How does it happen? I explicitly indicated "GET", also GET is the
default method for HTTPService.

Is that a bug or I'm missing something?

Please help.

Igor.






--
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