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
7 replies
Subscribers
11 subscribers
Views
7349 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
Hi all, I have created a Web API exposing start process smart service
bhargavie
over 8 years ago
Hi all,
I have created a Web API exposing start process smart service. Trying to start the process model in Appian through SOAP UI passing Process Model Id as parameter ,but Facing Status Code:500- Error Starting the process model.
when I test the Web API from my Appian the process model is getting triggered whereas when I try executing the URL from a browser getting error.
Any help would be appreciated.
Thanks and Regards
OriginalPostID-214309
OriginalPostID-214309
Discussion posts and replies are publicly visible
Parents
0
sagarl511
A Score Level 2
over 8 years ago
@bhargavie - As @chetany suggested if you use any smart service in web API, then it cannot be executed just using URL with appended parameters to it. Post method must be used to access it. One of the option to test can be using a!httpwrite() function and calling the web API From there.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
sonakshid
A Score Level 1
over 6 years ago
in reply to
sagarl511
Hi,
I have a similar use-case, I want to start a process in Appian via an Email sent to a user.
Eg: An Email or attachment is sent to a user from Appian, he will click on it and a process instance has to be initiated in Appian.
I have created a Web API (method: POST) exposing start process smart service.
Added Viewer rights as well for the user.
How shall I configure Authentication in this case?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
sonakshid
A Score Level 1
over 6 years ago
in reply to
sagarl511
Hi,
I have a similar use-case, I want to start a process in Appian via an Email sent to a user.
Eg: An Email or attachment is sent to a user from Appian, he will click on it and a process instance has to be initiated in Appian.
I have created a Web API (method: POST) exposing start process smart service.
Added Viewer rights as well for the user.
How shall I configure Authentication in this case?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data