当我们针对 WF4 Web 服务创建服务引用时的长路径
我们使用 TFS 作为 CI 工具,但我们遇到了长路径问题。大部分是因为使用 WF4 服务创建的服务引用。它自动生成一个具有很长路径的活动(命名空间+服务引用名称+接口+操作)。
您知道是否有办法控制这些活动路径?
We are using TFS as CI tool and we are having problems with long paths. Most of it is because of the service reference that creates using a WF4 service. It autogenerates an activity with a very long path (namespace+servicereferencename+interface+operation).
Do you know if there is a way to control those activities path?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您生成它们,则不会,除了使用短名称:-)
生成的活动并不是很复杂,但是使用 Receice 和 SendReply 创建您自己的自定义活动非常容易。
Not if you generate them, well other than using short names :-)
The generated activities are not very complex however and it is quite easy to just create you own custom activity with a Receice and SendReply to do the same.