Ask a questionAsk a question
 

AnswerWSE 3.0 WseRM - what does it need to work?

  • Thursday, October 29, 2009 7:21 PMLandy_Mic Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Hello Folks,

    I was looking WSE 3.0/WseRM examples that comes with Microsoft WSE 3.0 Reliable Messaging-labs.
    All ASMX / WseRM samples had a following tag in their Config files.

        <security>
          <!-- Sample uses WSE test certs -->
          <x509 allowTestRoot="true" />
        </security>

    So I'm asking that is certification file a must when using WSE / WseRM?
    Or can WseRM work without certifications?

    Thanks,

    Michael

Answers

  • Tuesday, November 03, 2009 3:02 PMJohn SaundersMVP, ModeratorUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    The customer's platform should not be relevant. Unless the customer is using something obsolete like DIME, you should be able to do the exact same thing with WCF as with WSE. The difference would be that you would not be using obsolete code  yourself.


    John Saunders
    WCF is Web Services. They are not two separate things.
    Use WCF for All New Web Service Development, instead of legacy ASMX or obsolete WSE
    Use File->New Project to create Web Service Projects

All Replies

  • Friday, October 30, 2009 1:56 AMJohn SaundersMVP, ModeratorUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Proposed Answer
    I presume you already know that WSE is obsolete, and you're asking this question because you are being forced to use it anyway?

    John Saunders
    WCF is Web Services. They are not two separate things.
    Use WCF for All New Web Service Development, instead of legacy ASMX or obsolete WSE
    Use File->New Project to create Web Service Projects
  • Friday, October 30, 2009 7:21 AMLandy_Mic Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Yes I'm forced to use it because of Customer's platform.
    But what comes to my question, is certification file  needed for WSE 3/WseRM?

    Michael
  • Tuesday, November 03, 2009 3:02 PMJohn SaundersMVP, ModeratorUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    The customer's platform should not be relevant. Unless the customer is using something obsolete like DIME, you should be able to do the exact same thing with WCF as with WSE. The difference would be that you would not be using obsolete code  yourself.


    John Saunders
    WCF is Web Services. They are not two separate things.
    Use WCF for All New Web Service Development, instead of legacy ASMX or obsolete WSE
    Use File->New Project to create Web Service Projects