Is anyone else trying to call the Update License web service from Salesforce? There is a restriction in Salesforce that prevents PATCH methods in Web Service callouts (yeah, pretty dumb, there is a long-standing enhancement request to fix this). The suggested workaround to use setHeader(‘X-HTTP-Method-Override’,‘PATCH’) gets a 405 error message from Cryptlex. Any other suggestions?
Thanks,
Steve