Home > .NET, BizTalk, SOA, WCF/WF > Article Series on BizTalk and WCF: Part V, Publishing Operations Patterns

Article Series on BizTalk and WCF: Part V, Publishing Operations Patterns

Categories: .NET, BizTalk, SOA, WCF/WF
  1. Tarun Mistry
    February 23, 2008 at 2:04 am | #1

    Absolutely fantastic. Exactly the sort of information I was looking for.

    Great stuff!
    Tarun

  2. Sirish
    May 7, 2009 at 12:42 pm | #2

    Great stuff. It was really helpful.
    We were trying to inprocess hosting for ws http binding.
    We are not able to generate the contract and we get the ’scheme already exists’ as you have rightly pointed out.

    Can you please guide about How do we create stub WCF service using the BizTalk WCF Service Publishing Wizard? Any help is appreciated. Thanks

  3. Sirish
    May 7, 2009 at 1:20 pm | #3

    To add to the above question when we generated the stub hosted in IIS the cs file had only the data contract and did not have port specific methods. Were we missing something?

  4. May 7, 2009 at 1:50 pm | #4

    Hi Sirish,

    I cover this extensively in the book, so pick that up ;)

    What you might want to do is take your in-process hosted receive location, add a metadata behavior, and set the externalmetadatalocation attribute to an externally defined WSDL of your own making. This way you can define the messages and opereations that you want to associate to the in-proc receive location.

    It might take a few minutes to drum up the WSDL file, but it’s more flexible in the long run.

    • Sirish
      May 7, 2009 at 6:56 pm | #5

      Thanks for your reply. I will definitely take your book.

  1. No trackbacks yet.