Flex4 - 刷新自动生成的 Web 服务类
我正在使用 Flex4 连接到 SOAP Web 服务。我正在使用 Flash Builder 中的内省向导生成 ActionScript 类。这一切都有效。
但是,Web 服务本身正在开发中,因此我需要定期重新生成这些 AS 类以获取新方法或更改的方法签名。我发现做到这一点的唯一方法是删除现有的类,然后重新运行向导。但是,当我这样做时,我还需要为该服务指定一个新名称,否则我会看到一条错误消息,指出该服务已存在。
有没有什么方法可以“刷新”现有的 Web 服务类定义,而无需删除、提供新名称并重新创建?
谢谢
I am using Flex4 to connect to a SOAP web service. I'm generating the ActionScript classes using the Introspection Wizard in Flash Builder. That all works.
However, the web service is itself under development, so I need to periodically regenerate those AS classes to pick up the new methods or changed method signatures. The only way I've found to do that is to delete the existing classes, and re-run the wizard. HOWEVER, when I do that I also need to give the service a new name, or I see an error saying that the service already exists.
Is there any way to 'refresh' existing web service class definitions WITHOUT having to delete, come up with a new name, and re-create?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
明白了 -- 显示视图 -->数据/服务。您可以在那里刷新服务并选择为其生成代码的方法...
Got it -- Show View -> Data/Services. You can refresh the service there and choose which methods to generate code for...