Hi
I need to populate a table B by selecting a from table A but for every single record selected from Table A for some of the fields I need to pass it to a WCF webservice and do some tasks.
Can somebody show me an example on how to invoke a WCF webservice for every single row fetched from a database through a script component
A step by step example would be of great help.