开发者

BizTalk 2009 WSE 2.0 Adapters Availability

开发者 https://www.devze.com 2022-12-09 06:25 出处:网络
开发者_如何学GoWill the WSE 2.0 adapters plus SP1 work with BizTalk 2009? I need to call an .asmx webservice and pass a WSE user/pass. Sorry, no. WSE 2.0 is dead. WSE3.0 is dying too. Microsoft is e

开发者_如何学GoWill the WSE 2.0 adapters plus SP1 work with BizTalk 2009?

I need to call an .asmx webservice and pass a WSE user/pass.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消