使用 Flex 中的 Web 服务替换现有 XML 文件
是否可以使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 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.