You need to sign in to do that
Don't have an account?

Invoking the WSDL2Apex class for webservice callout
Folks,
Need help in understanding if we can invoke an existing apex class created by consuming an external system WSDL using outbound messages? So if i create a workflow to send an outbound message to a webservice on the same org and this webservice calls the other apex class that we created by consuming the WSDL, will it work?
Thanks for the help.
Regards.
I see no reason why it shouldn't. Not sure what your use case is, but I suggest you also look at Trigger and @future or a scheduled class too.
Saraag