Hello,
I have MS SQL stored procedure, in linked server. It have several input parameters and one output parameter(uniqueidentifier). Procedure returns one record.
I need to call it in web resource.
Is it possible to do this without creating any Plugin/Assembly which can be called in Action/Workflow ?
Thanks.