0

Is it possible to create a two way receive port of type Submit without the use of Orchestration.

i.e., I want to submit a message to the message-box database and get the same exact message back to my C# program.

Please guide me on this.

Thanks in Advance,

Danie

David Brabant
  • 41,623
  • 16
  • 83
  • 111

1 Answers1

1

Submit adapter is one way only I'm afraid. Why do you need the exact same message back?

tom redfern
  • 30,562
  • 14
  • 91
  • 126
  • Don't know why, but my client needs this to be done.. I tried my best to google. Am entirely new to biztalk. If you know any valuable resource (ebook) or blog to learn complete beiztalk ,please refer me. Thanks in Advance – DanielTamil May 19 '12 at 08:04
  • Create an endpoint in WCF or something similar which exposes the two way contract you require. Then call the submit adapter in code as outlined here: http://www.microsoft.com/en-us/download/details.aspx?id=3125 – tom redfern May 21 '12 at 08:12