You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm writing a server to receive messages from Salesforce, and no SoapAction is passed through. I am not able to modify the headers on Salesforce's end, so is it possible to have Sinatra-Soap work for a nil or default action?
The text was updated successfully, but these errors were encountered:
Hello @adamklaff
What you mean by "no SoapAction", there are no header like this or it exists but empty?
I also would like to ask, why are you using SOAP, when Salesforce have REST API?
And answering your question, its not possible to have sinatra-soap work with no SOAPAction, because it must exist according to standart http://www.w3.org/TR/2000/NOTE-SOAP-20000508/#_Toc478383528, as I understand it correctly. Hope it helps you.
I'm looking into the REST API but I'd like to avoid writing custom Apex code to send webhooks outside of Salesforce if possible. Will take a closer look.
I'm writing a server to receive messages from Salesforce, and no SoapAction is passed through. I am not able to modify the headers on Salesforce's end, so is it possible to have Sinatra-Soap work for a nil or default action?
The text was updated successfully, but these errors were encountered: