Hi all, I have created a Web API exposing start process smart service

Hi all,

I have created a Web API exposing start process smart service. Trying to start the process model in Appian through SOAP UI passing Process Model Id as parameter ,but Facing Status Code:500- Error Starting the process model.

when I test the Web API from my Appian the process model is getting triggered whereas when I try executing the URL from a browser getting error.

Any help would be appreciated.

Thanks and Regards

OriginalPostID-214309

OriginalPostID-214309

  Discussion posts and replies are publicly visible

Parents
  • @bhargavie, Also please check the section:
    https://forum.appian.com/suite/help/16.2/Web_APIs.html#HTTP_Status_Codes

    The 500 status code may be related as per the below table.
    404\tThere is no Web API with the specified endpoint and HTTP method
    404\tThe user is not in the viewer role or higher for the Web API
    500\tThere was an error evaluating the Web API's expression
    500\tThe result of the expression evaluation was not an HTTP Response object.
    Hope this helps.
Reply
  • @bhargavie, Also please check the section:
    https://forum.appian.com/suite/help/16.2/Web_APIs.html#HTTP_Status_Codes

    The 500 status code may be related as per the below table.
    404\tThere is no Web API with the specified endpoint and HTTP method
    404\tThe user is not in the viewer role or higher for the Web API
    500\tThere was an error evaluating the Web API's expression
    500\tThe result of the expression evaluation was not an HTTP Response object.
    Hope this helps.
Children
No Data