I’m receiving the following error on the 2nd action of the “SENDHTTPPOST Workflow Application” demo application that i downloaded from the github link (https://github.com/advantys/workflowgen-templates/tree/master/integration/webhooks/sendhttppost)
CODE: ErrorWebServiceCall (#217)
SOURCE: WebServiceExecute
MESSAGE: Error while invoking the web method Send : Exception has been thrown by the target of an invocation. : System.Web.Services.Protocols.SoapException: ‘Advantys.Workflow.Applications.SendHttpPost.SendHttpPost’ does not contain a definition for 'CreateDictionaryFromStringKeys’
at Advantys.Workflow.Applications.SendHttpPost.SendHttpPost.Send(String WFGEN_CONTEXT)
I believe i performed all the requirements correctly and followed the instructions. Can you please provide me some direction as to what this error means?