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
7 replies
Subscribers
7 subscribers
Views
2658 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Integrations
Hi I have exposed a process as web service. The process has few manda
sivananthag
over 9 years ago
Hi
I have exposed a process as web service. The process has few mandatory parameters with data type as Text. say param1, param2 and param3.
When i test this web service using SOAP UI, I expect an SOAP fault when these mandatory parameters are empty.
But actually, the web service successfully triggered my Appian process when param1,2, 3are empty and returned process instance id back.
Will Appian process as web service not enforce mandatory parameters not empty?
Thanks
Jhothi
OriginalPostID-152878
OriginalPostID-152878
Discussion posts and replies are publicly visible
Parents
0
narasimhaadityac
A Score Level 2
over 9 years ago
Hi Jyothi, tried to replicate the same in Appian 7.7 and when invoking it was working as expecting and got a Fault..
<env:Envelope xmlns:env="
schemas.xmlsoap.org/.../">
<env:Header/>
<env:Body>
<env:Fault>
<faultcode>env:Sender</faultcode>
<faultstring>SOAP request doesn't contain a required process parameter: processVar2</faultstring>
</env:Fault>
</env:Body>
</env:Envelope>
Could you please verify if you have any default values provided for the process variables?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
narasimhaadityac
A Score Level 2
over 9 years ago
Hi Jyothi, tried to replicate the same in Appian 7.7 and when invoking it was working as expecting and got a Fault..
<env:Envelope xmlns:env="
schemas.xmlsoap.org/.../">
<env:Header/>
<env:Body>
<env:Fault>
<faultcode>env:Sender</faultcode>
<faultstring>SOAP request doesn't contain a required process parameter: processVar2</faultstring>
</env:Fault>
</env:Body>
</env:Envelope>
Could you please verify if you have any default values provided for the process variables?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data