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
2 replies
Subscribers
7 subscribers
Views
1311 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
Hi, I have a requirement to integrate with an external system using w
rahulk828
over 11 years ago
Hi,
I have a requirement to integrate with an external system using webservices where the services will return the documents.
But I have read over the forum that appian doesnot support Rest WebServices moreover JAX-WS is also not supported. Could you please let me know how can we achieve this?...
OriginalPostID-77313
OriginalPostID-77313
Discussion posts and replies are publicly visible
0
Sathya Srinivasan
Appian Employee
over 11 years ago
Take a look at SendHTTP plug-in available on Shared components. This will allow you to do httpGet/httpPost. Hopefully, it'd get you started.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Jorge Sanchez
Appian Employee
over 11 years ago
The idea with the HTTP request is that you will have to pass the endpoint and parameters and then manually parse the REST Response. Documents typically come as bytestrings. So you can use the encoding plugin in forum to do that.
Another options is to create a custom plugin for that.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel