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