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
5 replies
Subscribers
6 subscribers
Views
2894 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Integrations
How to pass multiple input parameters to Process Model exposed as webservice in
Amitkumar
over 11 years ago
How to pass multiple input parameters to Process Model exposed as webservice in Appian from an external application?
Any idea ?...
OriginalPostID-94895
OriginalPostID-94895
Discussion posts and replies are publicly visible
Parents
0
Sathya Srinivasan
Appian Employee
over 11 years ago
Are you asking about passing multiple values or a value of type multiple?
Former should be straight-forward - as the WSDL would provide you with the info. Latter, if you are using API based invocation, then any list will be translated into multiple value. If you're using XML (like SOAPUI), then you need to pass multiple values
e.g.
<myParameter>
<value>A</value>
<value>B</value>
</myParameter>
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Sathya Srinivasan
Appian Employee
over 11 years ago
Are you asking about passing multiple values or a value of type multiple?
Former should be straight-forward - as the WSDL would provide you with the info. Latter, if you are using API based invocation, then any list will be translated into multiple value. If you're using XML (like SOAPUI), then you need to pass multiple values
e.g.
<myParameter>
<value>A</value>
<value>B</value>
</myParameter>
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data