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
+1
person also asked this
people also asked this
Replies
4 replies
Subscribers
8 subscribers
Views
3297 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Integrations
Will Appian process take a binary content as the process parameter which is requ
sivananthag
over 9 years ago
Will Appian process take a binary content as the process parameter which is required to start Appian business process. My requirement will be to trigger a Appian business process when I receive a Zip file from external system.
I created a process with one input parameter ( TEXT fileContents ) and exposed the process as webservice .
So my webservice operation "start" will have three parameters
String userName
String password
String fileContents
and will return process id after successful invocation of the process instance.
I read the contents of the file and set it fileContents variable and invoke the start method. The code works fine when I send text (.txt) file contents.
But when I read binary file (zip file) and set its contents into fileContents string variable and invoke the start method, the code fails with the Exception:
Caused by: org.apache.cxf.binding.soap.SoapFault: Error fulfilling request
at org.apache.cxf.binding.soap.interceptor.Soa...
OriginalPostID-148606
OriginalPostID-148606
Discussion posts and replies are publicly visible
Parents
0
Amitkumar
over 9 years ago
You may think of downloading the document directly by using HTTP file download smart service since the plugin to convert document from base64 string is not available. HTTP file download smart service is introduced in Appian 7.9. You may want to take a look at
forum.appian.com/.../HTTP_File_Download_Smart_Service.html
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Amitkumar
over 9 years ago
You may think of downloading the document directly by using HTTP file download smart service since the plugin to convert document from base64 string is not available. HTTP file download smart service is introduced in Appian 7.9. You may want to take a look at
forum.appian.com/.../HTTP_File_Download_Smart_Service.html
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data