<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Hello appians, Does anyone knows what web service can be used to start a pr</title><link>https://community.appian.com/discussions/f/integrations/5757/hello-appians-does-anyone-knows-what-web-service-can-be-used-to-start-a-pr</link><description>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</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Hello appians,&lt;br /&gt;Does anyone knows what web service can be used to start a pr</title><link>https://community.appian.com/thread/21980?ContentTypeID=1</link><pubDate>Tue, 01 Sep 2015 12:43:18 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2a447ab3-388a-4306-acb0-84514f6fa8f9</guid><dc:creator>georgec890</dc:creator><description>Thanks a lot. This was really helpful I already tested and it work&amp;#39;s great. &lt;br /&gt;Highly appreciated!&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hello appians,&lt;br /&gt;Does anyone knows what web service can be used to start a pr</title><link>https://community.appian.com/thread/21971?ContentTypeID=1</link><pubDate>Tue, 01 Sep 2015 10:13:10 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:67a1c8df-ff0c-43cd-806f-ddde5004d587</guid><dc:creator>joel671</dc:creator><description>As a work around for the cdt inputs, create a single input of type text, then pass in XML into the text string, use torecord within your process to map this back to a CDT. Just watch out for special characters in the XML and make sure they are escaped correctly.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hello appians,&lt;br /&gt;Does anyone knows what web service can be used to start a pr</title><link>https://community.appian.com/thread/21925?ContentTypeID=1</link><pubDate>Mon, 31 Aug 2015 17:00:17 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:eff6aff2-a021-4cbc-8cec-3e407a72b2c9</guid><dc:creator>Rajiv Rahul</dc:creator><description>Hi Georgec,&lt;br /&gt;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.&lt;br /&gt;2. No you cannot use custom data types as input parameters for the process model which is published as web-service. &lt;br /&gt;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 &amp;#39;,&amp;#39; .  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.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hello appians,&lt;br /&gt;Does anyone knows what web service can be used to start a pr</title><link>https://community.appian.com/thread/21920?ContentTypeID=1</link><pubDate>Mon, 31 Aug 2015 14:31:58 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6dda9426-b10f-40b5-a11d-3d4358d85ba5</guid><dc:creator>georgec890</dc:creator><description>Hy guys,&lt;br /&gt;That is a good starting point. I tested using SOAPUI and it works great. Two questions:&lt;br /&gt;1. How can I pass parameters in the SOAPUI? &lt;br /&gt;2. Can I use custom data types, because it shows me that I can&amp;#39;t. Is there any workaround? Thanks for the help, highly appreciated.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hello appians,&lt;br /&gt;Does anyone knows what web service can be used to start a pr</title><link>https://community.appian.com/thread/21918?ContentTypeID=1</link><pubDate>Mon, 31 Aug 2015 12:36:41 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2b435d34-592c-40fb-863a-7232f792f45f</guid><dc:creator>sonalk</dc:creator><description>Hi Georgec,&lt;br /&gt;Refer the links below :&lt;br /&gt;&lt;a href="https://forum.appian.com/suite/help/7.10/Publishing_Process_Models_as_Web_Services.html"&gt;forum.appian.com/.../Publishing_Process_Models_as_Web_Services.html&lt;/a&gt;&lt;br /&gt;&lt;a href="/search?q=OriginalPostID-142328"&gt;forum.appian.com/.../e-142328&lt;/a&gt;&lt;br /&gt;Hope it helps.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hello appians,&lt;br /&gt;Does anyone knows what web service can be used to start a pr</title><link>https://community.appian.com/thread/21917?ContentTypeID=1</link><pubDate>Mon, 31 Aug 2015 12:35:18 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ddb269ba-90c3-4b15-9d6f-9e48b6629730</guid><dc:creator>chetany</dc:creator><description>You can expose your process model as a web service. Then you can use it in SOAP UI and call it. You can also pass parameters to it. When you call the web service, the process model will start. In the output, you will get the processId of the process started. Check this link: &lt;a href="https://forum.appian.com/suite/help/7.10/Publishing_Process_Models_as_Web_Services.html"&gt;forum.appian.com/.../Publishing_Process_Models_as_Web_Services.html&lt;/a&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>