<?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,  I have published my process model as web service and it takes</title><link>https://community.appian.com/discussions/f/integrations/183/hello-i-have-published-my-process-model-as-web-service-and-it-takes</link><description>Hello, I have published my process model as web service and it takes only one parameter which is string. I have configured my soap ui to call this process model webservice. How do i test whether i get this string from soap ui call in process model? is</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Hello,&lt;br /&gt;&lt;br /&gt;I have published my process model as web service and it takes</title><link>https://community.appian.com/thread/422?ContentTypeID=1</link><pubDate>Fri, 22 Jun 2012 06:18:46 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:aee9225a-7799-45d0-aafd-c3d520f048de</guid><dc:creator>venkateshr</dc:creator><description>After invoking the web service from SOAP UI, log on to the Appian Designer view and navigate to the processes tab. You should see an instance of your process started/completed. You can then monitor the process or go to the process details page/variables tab to check the value that was received. If you do not see a process instance in the processes tab, then either the process didn&amp;#39;t get started or the data management of the process is set to delete 0 days after completion.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hello,&lt;br /&gt;&lt;br /&gt;I have published my process model as web service and it takes</title><link>https://community.appian.com/thread/421?ContentTypeID=1</link><pubDate>Fri, 22 Jun 2012 01:58:37 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:bdf251ea-59a3-4bf3-9236-53a8253b5939</guid><dc:creator>senthilkumars</dc:creator><description>Thanks rayudua. Instead of C# code, I am using soap ui and it is able to call the WSDL. My question is &lt;br /&gt;&lt;br /&gt;how do I test in the process model whether the input is received?&lt;br /&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hello,&lt;br /&gt;&lt;br /&gt;I have published my process model as web service and it takes</title><link>https://community.appian.com/thread/420?ContentTypeID=1</link><pubDate>Fri, 22 Jun 2012 01:31:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:995231b7-dfb7-470f-93f7-107f7977ed18</guid><dc:creator>rayudua</dc:creator><description>You can write a small C# code to test and use that wsdl as service reference (&lt;a href="http://Server:port/suite/webservice/processmodel/MyProcess?WSDL)"&gt;Server:port/.../MyProcess&lt;/a&gt; and then call your method to test.&lt;br /&gt;Service.client sc = new Service.client();&lt;br /&gt;int pid= client.start(user,pwd,&amp;lt;params&amp;gt;);&lt;br /&gt;you will get only the processid returned.&lt;br /&gt;there might be some permissions issue if the serviceId and password with admin rights&lt;br /&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>