How to call external webservice from java class file

cancel
Showing results for 
Search instead for 
Did you mean: 
Isha
Member II

How to call external webservice from java class file

Hi,

My requirement is I want to create new action in alfresco share .. by clicking on this new action I want to call external webservice along with some parameters.

Can you please suggest me how to call external webservice by clicking on new action.

Thank you !!

 

1 Reply
sanjaybandhniya
Intermediate

Re: How to call external webservice from java class file

Hi,

You can create custom action 2 way.

1)JavaScript

2)Java

 

Use java to create custom action and from that you can use httpclient to call external webservice.

Custom Action using Java