Click here to Skip to main content
15,868,420 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi ,

I am new to Biztalk, in orchestration I am calling a simple service(having only one method), which gets only one integer parameter. I want to send a fixed (hard coded) integer value as parameter. Actually I want to build a listener type of thing which will listen data from Database against that fixed integer ID. How can I implement it? Please help me. Thanks in advance...
Posted

1. Create a receive location using Schedule Task Adapter.

2. Chose XmlStringStreamProvider , task component.

3. put your xml that you want to send.
 
Share this answer
 
1. Create a receive location using Schedule Task Adapter.

2. Chose XmlStringStreamProvider , task component.

3. put your xml that you want to send.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900