<?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>i have process model ,in that i am caleculating sum of two numbers.i published t</title><link>https://community.appian.com/discussions/f/general/536/i-have-process-model-in-that-i-am-caleculating-sum-of-two-numbers-i-published-t</link><description>i have process model ,in that i am caleculating sum of two numbers.i published this as web service. when i call this process model using &amp;quot;call web service&amp;quot; smart service, iam not getting sum value into output tab of &amp;quot;call web service&amp;quot; node. how can we</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: i have process model ,in that i am caleculating sum of two numbers.i published t</title><link>https://community.appian.com/thread/2918?ContentTypeID=1</link><pubDate>Thu, 20 Jun 2013 09:14:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ce52c09d-de3a-40b1-ad51-190b5a75dd13</guid><dc:creator>shivakanthr</dc:creator><description>1.Provide WSDL url in the callwebservice node(ex: &lt;a href="http://www.webservicex.com/currencyconvertor.asmx?WSDL"&gt;www.webservicex.com/currencyconvertor.asmx&lt;/a&gt;  for currency converter).&lt;br /&gt;2.click on &amp;quot;Refresh Services&amp;quot; and  provide required data.&lt;br /&gt;3. Go for Data tab, in input you will find a pv in the last. expand that pv and  provide values for FromCurrency(ex: &amp;quot;INR&amp;quot; for india) and ToCurrency(ex: USD for US).&lt;br /&gt;4. Go for output tab , save the output value into a pv.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: i have process model ,in that i am caleculating sum of two numbers.i published t</title><link>https://community.appian.com/thread/2865?ContentTypeID=1</link><pubDate>Tue, 18 Jun 2013 13:37:11 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4d745521-da0c-4d32-8e8f-0ec470d7031d</guid><dc:creator>jasleenk</dc:creator><description>I have something to add here --------------------------&lt;br /&gt;&lt;br /&gt;Even if the webservice (wsdl) is outside the Appian and i need the output of the webservice then what will be the steps and approach .&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: i have process model ,in that i am caleculating sum of two numbers.i published t</title><link>https://community.appian.com/thread/1699?ContentTypeID=1</link><pubDate>Mon, 18 Mar 2013 16:47:19 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5447d594-6220-4ced-92a1-4b4ef47232d8</guid><dc:creator>shivakanthr</dc:creator><description>Actually,i getting result from the instance which is outside of the appian. so ,i thought that, do we get from the instance with in the appian environment?&lt;br /&gt;Thanks for your clarification&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: i have process model ,in that i am caleculating sum of two numbers.i published t</title><link>https://community.appian.com/thread/1697?ContentTypeID=1</link><pubDate>Mon, 18 Mar 2013 16:06:05 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:352bef6a-733a-49b7-bcf8-13efaa533309</guid><dc:creator>akhilan</dc:creator><description>Call Web Service is to be used only when the webservice being accessed is outside of the Appian instance. In your case, the process you are trying to invoke is within the same Appian instance. Is there any specific reason why you have been asked to use Call Web Service and not a sub-process node?&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: i have process model ,in that i am caleculating sum of two numbers.i published t</title><link>https://community.appian.com/thread/1696?ContentTypeID=1</link><pubDate>Mon, 18 Mar 2013 15:02:12 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0fc1763c-5452-4b4a-8c35-aa5fcc9f9aae</guid><dc:creator>shivakanthr</dc:creator><description>my requirement is through &amp;quot;Call web service&amp;quot; only&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: i have process model ,in that i am caleculating sum of two numbers.i published t</title><link>https://community.appian.com/thread/1685?ContentTypeID=1</link><pubDate>Fri, 15 Mar 2013 20:42:42 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c154e3a1-9abd-4fde-a719-1bb3dd5547e3</guid><dc:creator>meghan.mahar</dc:creator><description>Here are the main docs on the Sub-Process Activity to get you started:  &lt;a href="https://forum.appian.com/suite/wiki/71/Sub-Process_Activity"&gt;forum.appian.com/.../Sub-Process_Activity&lt;/a&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: i have process model ,in that i am caleculating sum of two numbers.i published t</title><link>https://community.appian.com/thread/1684?ContentTypeID=1</link><pubDate>Fri, 15 Mar 2013 16:02:26 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a8dc690a-cc67-46e4-8024-5373b5c15b9b</guid><dc:creator>sukirtha.varadarajan</dc:creator><description>Are you trying to call the process within the same Appian system? In that case,  use the Sub-Process node to start the process instead of calling it as a web service. A web service will usually return only the process ID.&lt;br /&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>