Partilhar via


Hello World BizTalk Service Sample

If you want to understand pure basics of how to use a BizTalk Service sample, here’s a plain vanilla hello world sample aimed at getting you started with a BizTalk Services project. The sample can be downloaded from https://code.msdn.microsoft.com/Hello-World-BizTalk-4ba089fc.

The sample touches upon the following:

  • Configuring a bridge
  • Configure multiple destinations for a bridge
  • Routing to multiple destinations based on a filter
  • Deploying a BizTalk Service project
  • Sending message to a bridge

Do you want more samples for BizTalk Services? Leave a comment on this post with your requirements and I’ll ping you back.

Comments

  • Anonymous
    July 07, 2014
    Hello, Nitin, I'm trying create a SQL LOB to connect to an Azure SQL database. However, the connection parameters are not getting accepted, and the error, "A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)", is encountered. Both the SQL Azure and the database firewall rules have been set to allow the local system IP. I've also tried with the Encrypt property set to true... no go. Could you please suggest what to provide in the connection parameters. Thanks and warm regards, Chandrasekhar G

  • Anonymous
    July 15, 2014
    Hi Chandrasekhar. Are you unblocked on this now?

  • Anonymous
    September 29, 2014
    Hi Nitin, I have not yet found the soultion to work with select operation from SQL LOB Target and save the response in FTP location. Can u please post a sample on this it would be really helpfull. I have been working on this for the past few days and I am very new to BizTalk and BizTalk services Thank you.

  • Anonymous
    April 04, 2015
    I have downloaded your samples, but when I run them using VS 2012 on Windows Server 2012 R2 I receive an error that says the project file (csproj) is incompatible with the current edition of VS. Any ideas how I can get  your samples to work?  Thanks!

  • Anonymous
    April 04, 2015
    Ignore my earlier message.  I got it working.

  • Anonymous
    April 05, 2015
    When running the MessageSender.exe with the AcceptedOrder.xml file, I receive the error message: "Webexception received while sending the data. An exception occured: StartIndex cannot be less than zero. Parameter name: startIndex."  Any idea where that error is coming from? Thanks!