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
9 replies
Subscribers
9 subscribers
Views
3535 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Integrations
I am using a call to a web service to stream the content of a document into a pr
geneb
over 11 years ago
I am using a call to a web service to stream the content of a document into a process variable in an Appian process. How can I now create a local document from that stream to be attached to a form in the process. I have the mimetype of the document from the call to the web service....
OriginalPostID-81805
OriginalPostID-81805
Discussion posts and replies are publicly visible
Parents
0
ravindranv
over 11 years ago
You can utilize content stream in webservice call in Appian. As far I know the webservice call can provide you the base64 encoded content of the binary data. The binary data need to be decoded and stored in Appian KM to displayed in the form. There is a plugin named Base64 Conversion Utilities in the Shared components that can help you to decode the base64 content and store in the content respository returning back the reference.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
ravindranv
over 11 years ago
You can utilize content stream in webservice call in Appian. As far I know the webservice call can provide you the base64 encoded content of the binary data. The binary data need to be decoded and stored in Appian KM to displayed in the form. There is a plugin named Base64 Conversion Utilities in the Shared components that can help you to decode the base64 content and store in the content respository returning back the reference.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data