Skip to main content
October 26, 2023
Question

How to publishing process models as web services

  • October 26, 2023
  • 6 replies
  • 0 views

Hi,everyone

How to publishing process models as web services.How to configure in WSDL URL  .Need advice and help!!!

Thanks

6 replies

stefanhelzle0001
Brainy
October 26, 2023

Do you want to expose an existing Appian process as a web service to be called by other systems?

OR

Do you want to call a web service exposed by another system from Appian?

Documentation: docs.appian.com/.../Call_Web_Service_Smart_Service.html

girlc0001Author
October 26, 2023

@Stefen Helzle

Thank you for your reply.

I want to expose an existing appian process model as a web service to be called by other systems.
The reason I did that is because I wanted to customize the error message of the Web API's response status code.
eg.【status code:401、Unauthorized】→【status code:401、customize error message】
Is my idea correct?

stefanhelzle0001
Brainy
October 26, 2023

You write "The reason I did that". But what is "that"?

The most common, and best, way to expose a process model to the outside is using a web API. Find the documentation here: docs.appian.com/.../Web_APIs.html