Hello appians, Does anyone knows what web service can be used to start a pr

Hello appians,
Does anyone knows what web service can be used to start a process outside Appian. Example: I want to call a web service in SOAP UI with some parameters(process name for example or process id) and when the call finishes a process to start in apian.
Thanks in advance!

OriginalPostID-164455

OriginalPostID-164455

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Associate Developer
    Hi Georgec,
    1. The input parameters that you had given for the process model also appears in the SOAP UI as parameters, where you can pass their values.
    2. No you cannot use custom data types as input parameters for the process model which is published as web-service.
    One alternative is: you can take a single parameter of type text for your process model and while passing values from soap ui, you can pass multiple values(of say your CDT) delimited by ',' . And you can just split this comma separated string in to individual values in your process model and then map those values to the different fields of your CDT in process model.
Reply
  • 0
    Certified Associate Developer
    Hi Georgec,
    1. The input parameters that you had given for the process model also appears in the SOAP UI as parameters, where you can pass their values.
    2. No you cannot use custom data types as input parameters for the process model which is published as web-service.
    One alternative is: you can take a single parameter of type text for your process model and while passing values from soap ui, you can pass multiple values(of say your CDT) delimited by ',' . And you can just split this comma separated string in to individual values in your process model and then map those values to the different fields of your CDT in process model.
Children
No Data