Will the WSE 2.0 adapters plus SP1 work with BT2009?
I need to call an .asmx webservice and pass a WSE user/pass.
http://www.microsoft.com/biztalk/evaluation/adapter/adapters/wse/default.mspx
Thanks,
Neal Walters
Will the WSE 2.0 adapters plus SP1 work with BT2009?
I need to call an .asmx webservice and pass a WSE user/pass.
http://www.microsoft.com/biztalk/evaluation/adapter/adapters/wse/default.mspx
Thanks,
Neal Walters
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.