I am new to Biztalk. In my project we need to connect
oracle database and insert data into oracle table using BizTalk project. I
use WCF Adapter pack(SP2). I create biztalk project then using Consume Adapter
Service Add-in create schemas to insert data into oracle database and tow-way
send port binding file
Then create orchestration and logical receive port send
port, Request-response port then after correctly connect those port with
message shapes(Receive,Send)
Deploy correctly(import binding file) after all the thing
finish I test application but not work. In event log there is an error “The published message could not be routed because no
subscribers were found. This error occurs if the subscribing orchestration or
send port has not been enlisted, or if some of the message properties necessary
for subscription evaluation have not been”
( The request XML file generated using right click on screama then “Generate Instance “)
but same procede for select database table data work
successfully.
Pls give me solutions or any help link how to insert data
into oracle database using WCF Oracle LOB Adapter and BizTalk project