Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Getting WSE (2 or 3?) installed on BT2006/R2?
- This topic has 4 replies, 1 voice, and was last updated 9 years, 7 months ago by
community-content.
-
AuthorPosts
-
-
May 30, 2008 at 1:14 PM #19817
I have an BT2004 orchestration that we are rewriting. It calls a web service, presumably WSE2, running at an external vendor.
mSendUserLoginRequest(WSE.SoapAction) = https://whatever;
It apparently does sends a userid/password and gets a token back in the Soap Headers.
The (WSE…) context properties do not show up in my BT2006/R2.
Is there just a download and installer somewhere that adds the functionality?Or is there some sort of WCF compability between WCF and WSE 2? I didn’t find a property called WCF.SoapAction.
Thanks,
Neal -
May 30, 2008 at 1:43 PM #19818
Here’s some of my research:
BizTalk Doc: ms-help://MS.BTS.2006/BTS06CoreDocs/html/3db44fd1-1f17-4d7b-a0f3-9ac0bbf7f2ec.htm
Say WSE is deprecated in this release and will be removed in a future release (that implies that it’s still there somewhere).
BizTalk Doc: ms-help://MS.BTS.2006/BTS06CoreDocs/html/18ca8535-3386-4018-8b5b-d32bdb9ebf70.htm
says WCF supports WS-Security 1.1 and 1.1 – so I’m guess that means I can use the WCF ports and talk to a vendor who is running an old .asmx running WSE 2?
Also – I should have read these posts firsts – they may answer all my questions:
http://www.biztalkgurus.com/forums/p/5760/10754.aspx#10754
http://santoshbenjamin.wordpress.com/2007/10/27/wse-23-biztalk-and-vs-2005-web-app-projects/
http://www.pluralsight.com/blogs/matt/archive/2006/05/17/24124.aspx
http://www.modhul.com/2007/07/28/wse-adapter-setup/ (includes several downloads and prereqs, i.e install WSE before the WSE adapter).
After reading these, I’m more confused than ever. I guess my frist and foremost question is can I create my orchestration to use WCF adapter, and still talk to the vendor which is using WS-Security (probably WSE 1 or 2?).
Neal
-
May 30, 2008 at 2:34 PM #19820
There are some incompatibilities between WSE2 and WCF, however WSE3 and WCF are wire compatible. I beleive this has to do with the state of the WS* protocols when WSE2 was built.
The SOAPAction property is called WCF.Action on the WCF adapter
-
June 2, 2008 at 9:12 AM #19827
Here’s what I’m installing. I’m afraid I’ll need it for backward compatibility to the other vendor.
Does anybody know if WCF is plug compatible with someone that is calling a WSE2 .asmx service?1) WSE2 (Web Service Enhancement 2) for .NET (a prereq for the next install)
2) The two downloads on this page;
http://www.microsoft.com/biztalk/evaluation/adapter/adapters/wse/default.mspx
Neal
-
June 2, 2008 at 9:42 AM #19828
My thought was to install the WSE2 tools, publish orch as WSE2, build a C# to call it. Then republish orch as WCF, then see if C# can still call it.
Even though the WSE2 seemed to install, I still don’t get the (WSE…) promoted properties, nor the “Tools/Publish WSE” option.
Neal
-
-
-
AuthorPosts
- The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.