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
5 replies
Subscribers
7 subscribers
Views
2021 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
Is it possible to publish a synchronous web service from Appian? The
Jin Pheh
Certified Associate Developer
over 11 years ago
Is it possible to publish a synchronous web service from Appian?
The documentation says that I can provide a web service to start processes but makes no mention of the possibility of returning values....
OriginalPostID-102840
OriginalPostID-102840
Discussion posts and replies are publicly visible
0
Patty Isecke
Appian Employee
over 11 years ago
The Call Web Service Smart Service allows you to integrate data from web services within your process and automatically create a custom data type with it.
Checkout:
forum.appian.com/.../Call_Web_Service_Smart_Service
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Tejas Kargutkar
Appian Employee
over 11 years ago
You can use the Call Web Service SS to call a web service and fetch values in return.
You may test the smart service using one of the freely available web services from the following link:
www.webservicex.net/.../WSDetails.aspx
Invoking the above webservice will automatically create data types(
forum.appian.com/.../Call_Web_Service_Smart_Service
for you which you can use to store values.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Jin Pheh
Certified Associate Developer
over 11 years ago
Thanks for the answer guys however you're both talking about consuming an external service whereas I'm interested in creating a webservice for others to use.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Stefan Helzle
A Score Level 3
over 11 years ago
It is not possible to return any values as this triggers a process that doe possibly run for weeks until completed. So you can start a process via WS from another system. To return any data you need a seperate path like a DB or a WS callback to the other system.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Jin Pheh
Certified Associate Developer
over 11 years ago
Thanks Stefanh - that's what I'd assumed as well but I wanted to be sure. Looks like asynchronous service calls only.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel