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
8 replies
Subscribers
9 subscribers
Views
4382 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
Invoke Rest Service
aloks0189
Certified Lead Developer
over 8 years ago
Hi,
I have a requirement, where n number of systems are connected in a local network with a common server where Appian is running and getting access by all other systems in that network. Now I build a Rest service which expects few FormParam to be send as POST call, in order to invoke that service, currently that service is running in a particular system of the network rather than the main server system where Appian is running, when I invoke this service using SoapUI it getting invoke properly but when I try to invoke the same service using Appian either by using httppost , or httpwrite function or by using httpQuery smart service, it's is unable to hit the service , it's getting time out after few minutes. is it needed to deploy the service also in the same server system where Appian is been installed, because if so then it's tightly coupled. please suggest me, where to deploy the service so...
OriginalPostID-257739
Discussion posts and replies are publicly visible
Parents
0
chetany
A Score Level 1
over 8 years ago
So, it is not an issue of the proxy. You can check how the FormParam need to be passed to the web service. They may need to be passed in query parameters or in the request body. You need to be sure that they are being passed in appropriate way.
I might be wrong, it maybe some other issue as well.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
chetany
A Score Level 1
over 8 years ago
So, it is not an issue of the proxy. You can check how the FormParam need to be passed to the web service. They may need to be passed in query parameters or in the request body. You need to be sure that they are being passed in appropriate way.
I might be wrong, it maybe some other issue as well.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data