I have an action-executer bean and I want to call external SOAP web service from this bean. What's the correct way to do this? Can I use CXF? (Alfresco Version 4.2.e)
You can use CXF,but you don't have to . There are many options you can choose to call webservice 1. use eclipse to generate web service client stubs from the WSDL. 2.use JAX-WS Proxy .. also you can use dynamic client that provided by CXF