That is not (yet) supported. You will have to fetch all rows from the cusor, write the data into another table, and then call the SP. The SP has to access the table to retrieve the data that way.
However, the real question is why you want to fetch the rows from the server, process them at the client, and send them back instead of simply doing the whole prossing at the server. You would avoid a network round trip.