You need to sign in to do that
Don't have an account?
Dor
outbound messaging
Hi,
I need to "catch" emails sent from salesforce for example when a new lead created.
I want to build simple web service that will catch this SOAP message and display it in our application.
Where or can you show me a simple java code for that ?
Dor
Something tells me that you may be able to design this in a different way. Why do you want to display the SOAP message in your application? Do you want to display the data from the message? If so, simply access that data from a VF page - you might have to write the data to a record in another object, but you would still store it in the Force.com database. The data writing would be another (set of) workflow actions.
Hope this helps.
You understand me correctly, I need to catch that message which produced on Salesforce on my application outside.
( I know that i can create a workflow in which will send me that message as a result for example of new "LEAD")
Second thing, I need to display this message in my application, open it from the soap.
Can you help me with a simple code in java or anything?
It sounds simple, but i haven't seen any example code for that in here. The only thing i have found is the outbound messaging.
Thanks in advanced,
Dor