You need to sign in to do that
Don't have an account?
__sandra__
How to call an external job (Talend Job *.bat) from an apex class?
Hello,
I want to call an external job , made with talend, from my trigger when a certain status changes.
How can we do tha?
Thanks!!
Hi.
Please have a look at this.
http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_callouts.htm
cheers
suresh
All Answers
Hi.
Please have a look at this.
http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_callouts.htm
cheers
suresh
I'll create a WS from the talend job, it should be deployed in an apache tomcat server and then I'll generate the wsdl and try to make the callout from apex code.
Thanks