BizTalk 2009 WSE 2.0 适配器可用性
WSE 2.0 适配器加 SP1 是否可以与 BizTalk 2009 配合使用?
我需要调用 .asmx Web 服务并传递 WSE 用户/通行证。
Will the WSE 2.0 adapters plus SP1 work with BizTalk 2009?
I need to call an .asmx webservice and pass a WSE user/pass.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
抱歉,没有。 WSE 2.0 已死。 WSE3.0也正在消亡。 Microsoft 鼓励大家升级到 WCF。不过,您可以编写一个调用 WSE 2.0 服务的 WCF 服务。
我建议您从服务中提取业务逻辑,以便过渡到 WCF,以提高性能。
Sorry, no. WSE 2.0 is dead. WSE3.0 is dying too. Microsoft is encouraging everyone to upgrade to WCF. You can write a WCF service that calls your WSE 2.0 service though.
I would suggest you extract your business logic out of your service to make the transition to WCF just for the performance improvement.