Replace an existing XML file using Webservice in Flex

194 Views Asked by At

Is it possible to Replace an existing XML file using Webservice in Flex(browser-based application)?

I wanted to replace an existing xml file with new xml file of same name for example 'dashboard.xml'.

How can i replace this file from Flex browser-based application? can this is possible using webservice?

what things should be taken care to implement this?

my application is based on flex and .NET.

Thanks in Advance!

1

There are 1 best solutions below

0
Nate On

Very possible and in most cases, very easy with Flex.

In fact, depending on how you're loading it, it could easily be as simple as changing the myFile.xml to http://domain.com/myFile.aspx on the service your using.

If you post some code, we'll point you in the right direction.