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
3 replies
Subscribers
5 subscribers
Views
2024 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Process
Is there a list of common error codes on the forum that can be provided to the c
aneeshv713
over 10 years ago
Is there a list of common error codes on the forum that can be provided to the consumer of our Web Service when we expose our Process Models as Web Services?
I could not find it on the forum.
forum.appian.com/.../Publishing_Process_Models_as_Web_Services.html
All that I could find is common error codes for the Call Web Service Smart Service.
forum.appian.com/.../Call_Web_Service_Smart_Service.html
OriginalPostID-152343
OriginalPostID-152343
Discussion posts and replies are publicly visible
0
Eduardo Fuentes
Appian Employee
over 10 years ago
Would you be able to provide an example of error code you're seeing?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
aneeshv713
over 10 years ago
<SOAP-ENV:Envelope xmlns:SOAP-ENV="
schemas.xmlsoap.org/.../">
<SOAP-ENV:Header/>
<SOAP-ENV:Body>
<SOAP-ENV:Fault>
<faultcode>SOAP-ENV:Sender</faultcode>
<faultstring>Authentication failed</faultstring>
</SOAP-ENV:Fault>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
This is the error. We are not seeing any error codes as such. Therefore we need them from you.
E.g. 404, 405, 403 etc.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Eduardo Fuentes
Appian Employee
over 10 years ago
The web service doesn't return any error codes. The specific root cause of included in the faultstring as a text/phrase not as an error code.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel