cancel
Showing results for 
Search instead for 
Did you mean: 

How to call external webservice from java class file

Isha
Champ in-the-making
Champ in-the-making

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 1

sanjaybandhaniya
Elite Collaborator
Elite Collaborator

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