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
3295 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
sivananthag
over 9 years ago
Thanks for your help. I encoded the binary content in java and now I can able to trigger the process from Java.
thanks
Jhothi
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
sivananthag
over 9 years ago
Thanks for your help. I encoded the binary content in java and now I can able to trigger the process from Java.
thanks
Jhothi
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data