I am calling stored procedure from my mule application with below syntax. call StoredProcedureMine(:a,:b,:c) \'a\' and \'b\' are IN variables and \'C\' variable is OUT variable,