Parallel tasks has to work at a time
One webservice is insert number of rows in one table and one biztalk application can pic that rows from same table and process.here these two tasks are did paralally .but according to my code its not doing like this when one task is doing job the next one will be wait until its complete of the first one .How can i acheive this paralally