Getting WSE (2 or 3?) installed on BT2006/R2?

Home Page Forums BizTalk 2004 – BizTalk 2010 Getting WSE (2 or 3?) installed on BT2006/R2?

Viewing 2 reply threads
  • Author
    Posts
    • #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

       

       

       

       

    • #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

       

    • #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

Viewing 2 reply threads
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.