BizTalk 2013: Inserting RawXML (Whole Incoming XML Message) in SQL database - Part 2
Configuring the Application and Testing
After Developing and deploying the application start with creating ReceivePort with a File based receive location.
1. PassThru pipeline is used as no processing is to be done .

2. SQL binding is to be selected as WCF-Custom adapter is used, if WCF-SQL was used then it would have already been there.

After both Receive port and Send Port are created, bind it to the Orches07ation. Right click the orches07ation and configure.

Testing
After done with configuration, time to test the application. Start the application and drop the sample Order File at Receive Location and you should be able to see in SQL as shown below.
Comments
Post a Comment