cancel
Showing results for 
Search instead for 
Did you mean: 

Connecting to other services from Alfresco

radhika_shivara
Champ in-the-making
Champ in-the-making
Does any API available in  Alfresco to communicate with the other website, if then how to use them
1 REPLY 1

jpotts
World-Class Innovator
World-Class Innovator
If you are writing a Java-backed Web Script or you are using the foundation API for things like actions or behaviors, you can use any Java API you want to make calls against any other services or web sites as you see fit. For example, you could use the Apache Commons HTTP Client.

Also be aware that the Web Script engine has out-of-the-box support for connections to RESTful services. Do some digging for the Surf remote and connector objects.

Jeff