Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
7 replies
Subscribers
9 subscribers
Views
3056 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
i have process model ,in that i am caleculating sum of two numbers.i published t
shivakanthr
over 12 years ago
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 "call web service" smart service, iam not getting sum value into output tab of "call web service" node.
how can we get that caleculated output into this node....
OriginalPostID-61046
OriginalPostID-61046
Discussion posts and replies are publicly visible
0
Sukirtha Varadarajan
Certified Senior Developer
over 12 years ago
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.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
meghan.mahar
Appian Employee
over 12 years ago
Here are the main docs on the Sub-Process Activity to get you started:
forum.appian.com/.../Sub-Process_Activity
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
shivakanthr
over 12 years ago
my requirement is through "Call web service" only
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
akhilan
over 12 years ago
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?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
shivakanthr
over 12 years ago
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?
Thanks for your clarification
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
jasleenk
over 11 years ago
I have something to add here --------------------------
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 .
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
shivakanthr
over 11 years ago
1.Provide WSDL url in the callwebservice node(ex:
www.webservicex.com/currencyconvertor.asmx
for currency converter).
2.click on "Refresh Services" and provide required data.
3. Go for Data tab, in input you will find a pv in the last. expand that pv and provide values for FromCurrency(ex: "INR" for india) and ToCurrency(ex: USD for US).
4. Go for output tab , save the output value into a pv.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel