Hi,
I have a stored procedure in SQL Server. It does various thing like Truncating a table, Inserting the values in some table and in the end there is a SELECT statement that returns all the rows that are required.
When I consume this SP in BizTalk through WCF-SQL Wizard. I get schemas that return DataSet with "Any" Element. But I want all the elements that are returned in the SP to be as the elements of the response schema. How can I do it?
Thanks.
Kunal G