Hi, I'm trying to replace a .Net web client which zips and xml file and transfers it a server for analysis via a SOAP webservice. I wanted to remove dependancy on .Net standalone client and use flex app as replacment. I can't seem to find a way of loading the local xml file into a var for compression and base64 encoding to webservice.
Can this be done or are there security restrictions on this? Many thanks Murdo

