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
6 replies
Subscribers
7 subscribers
Views
2337 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Integrations
Hello appians, Does anyone knows what web service can be used to start a pr
georgec890
over 9 years ago
Hello appians,
Does anyone knows what web service can be used to start a process outside Appian. Example: I want to call a web service in SOAP UI with some parameters(process name for example or process id) and when the call finishes a process to start in apian.
Thanks in advance!
OriginalPostID-164455
OriginalPostID-164455
Discussion posts and replies are publicly visible
Parents
0
rajivr
Certified Associate Developer
over 9 years ago
Hi Georgec,
1. The input parameters that you had given for the process model also appears in the SOAP UI as parameters, where you can pass their values.
2. No you cannot use custom data types as input parameters for the process model which is published as web-service.
One alternative is: you can take a single parameter of type text for your process model and while passing values from soap ui, you can pass multiple values(of say your CDT) delimited by ',' . And you can just split this comma separated string in to individual values in your process model and then map those values to the different fields of your CDT in process model.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
rajivr
Certified Associate Developer
over 9 years ago
Hi Georgec,
1. The input parameters that you had given for the process model also appears in the SOAP UI as parameters, where you can pass their values.
2. No you cannot use custom data types as input parameters for the process model which is published as web-service.
One alternative is: you can take a single parameter of type text for your process model and while passing values from soap ui, you can pass multiple values(of say your CDT) delimited by ',' . And you can just split this comma separated string in to individual values in your process model and then map those values to the different fields of your CDT in process model.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data