Having an issue trying to use the InvokeMethod REST Service.
One of the parameters has a value being passed with a comma in it. I've tried single and double quotes as well as %2c and all result in too many parameters passed message. Anyone know the syntax to share?
parm1 = RSS
parm2 = 1
parm3 = RSS
parm4 = AS,AD
?parms=RSS,1,RSS,'AS,AD'
?parms=RSS,1,RSS,"AS,AD'"
?parms=RSS,1,RSS,AS%2cAD
All 3 return error
StoredProcMethod.Invoke: too many parameters in method
Thanks,
Tim