使用 Flex 中的 Web 服务替换现有 XML 文件

发布于 2024-11-24 05:03:45 字数 224 浏览 2 评论 0原文

是否可以使用 Flex(基于浏览器的应用程序)中的 Web 服务替换现有的 XML 文件?

我想用同名的新 xml 文件替换现有的 xml 文件,例如“dashboard.xml”。

我如何从基于 Flex 浏览器的应用程序替换此文件?使用网络服务可以做到这一点吗?

落实这一举措需要注意哪些事项?

我的应用程序基于 Flex 和 .NET。

提前致谢!

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!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

云淡月浅 2024-12-01 05:03:45

使用 Flex 很有可能,而且在大多数情况下,非常容易。

事实上,根据您加载它的方式,它可以很简单,只需将 myFile.xml 更改为 http: //domain.com/myFile.aspx 在您使用的服务上。

如果您发布一些代码,我们将为您指出正确的方向。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文