cancel
Showing results for 
Search instead for 
Did you mean: 

How to call external SOAP web service from AMP's action-excuter bean

tomasz_lewandow
Champ in-the-making
Champ in-the-making
Hi,

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)

Thanks for help!
1 REPLY 1

kaynezhang
World-Class Innovator
World-Class Innovator
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