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
7 subscribers
Views
2671 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Integrations
Hi All, I am exposing my process model as a service.I am able to call
mohamedt808
over 9 years ago
Hi All,
I am exposing my process model as a service.I am able to call it from Client and SOAP UI. For each successful call it gives the Process ID as response.Now i want to get back some response from the samei,e,Some pv values as response.Wondering how to do that.Can anyone suggest me in this??
OriginalPostID-151340
OriginalPostID-151340
Discussion posts and replies are publicly visible
Parents
0
sayedh
over 9 years ago
Here is an option. Create a callback parameter in the process model that you have exposed as a web service. When the web service / process model is called, the process model can then report back status along the way, using the callback url parameter. This assumes the process model will make http calls using the out-of-the-box functionality. Also note that if the callback requires authentication (e.g. basic auth), you will have to collect the username and password as PVs. Hope this helps.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
sayedh
over 9 years ago
Here is an option. Create a callback parameter in the process model that you have exposed as a web service. When the web service / process model is called, the process model can then report back status along the way, using the callback url parameter. This assumes the process model will make http calls using the out-of-the-box functionality. Also note that if the callback requires authentication (e.g. basic auth), you will have to collect the username and password as PVs. Hope this helps.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data