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

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2014 05:06 AM
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!
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!
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2014 01:36 AM
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
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
