Can an external web service call be included in an automation chain?

Hi,

We're looking to develop a new version of our existing application using Nuxeo platform as our foundation. We have the need to pull data from various sources via web services. Are there existing components or is it simple to develop one that can make a web service request and use the response in an automation chain?

Thanks,

Dilip

0 votes

1 answers

2291 views

ANSWER



It depends of the kind of webservice you'd like to use.

For SOAP WS, I recommend you to see this documentation: http://doc.nuxeo.com/x/IoGN

For REST, don't hesitate to build your client helping by Jersey.

Thanks

0 votes