Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
1 reply
Subscribers
9 subscribers
Views
2547 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
In the event we use Appian as a Content Management System, how would an external
padmanabhanv
over 11 years ago
In the event we use Appian as a Content Management System, how would an external system get access to the docs stored in Appian. Web Services are asynchronous, so I don't think that will serve the purpose. Any ideas?...
OriginalPostID-107756
OriginalPostID-107756
Discussion posts and replies are publicly visible
0
Sathya Srinivasan
Appian Employee
over 11 years ago
There are a few options.
1. Using (S)FTP plugin where you can configure a process to push the file to a particular location and expose this process as a web service. This will allow you to invoke the process from an external system
2. Create a Servlet plug-in that returns the document (via WS) based on your required format (i.e. base64 string or document attachment etc)
But I'd advice caution to make sure the code for the plug-in enforces security that's set at the Appian level to ensure unauthenticated users don't end up accessing the document.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel