You need to sign in to do that
Don't have an account?

Unsupported parameter type on future REST callout
Hi
I have this method:
@future(callout=true) private static void doSend(HttpRequest req, sObject obj, String operationName)
When I compile I'm getting this error:
Unsupported parameter type System.HttpRequest
and
Unsupported parameter type sObject
Can someone help me understand why and how I overcome it?
Many thanks
Kruvi