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
+1
person also asked this
people also asked this
Replies
9 replies
Subscribers
8 subscribers
Views
7409 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Integrations
Call Web Service Node / Advanced Call Web Service
David Williams
over 7 years ago
Hi all,
Is it possible to call a local copy of a wsdl from the Call Web Service Node? It seems to only like URL's. The wsdl we are trying to call is to complex, but even having difficulty calling it with the Advanced Web Service Call smart services.
Ideally we would call a local copy of the WSDL as the provider of the service cant change the WSDL exposed via the URL, instead a local copy with the service definition so we can map the inputs and outputs.
Any pointers on this would be great.
Thanks, David.
OriginalPostID-262965
Discussion posts and replies are publicly visible
Top Replies
Stefan Helzle
over 7 years ago
+1
A Score Level 3
You can set up a Web API Get function which serves your WSDL. It can be stored as a file and loaded using the plugin below. Another options is to just copy the XML text into your Web API expression. I…
TJ
over 2 years ago
in reply to
Stefan Helzle
+1
Certified Lead Developer
Hi @stefan, Could you please share the plugin details again? The link isn't working with the new community portal. Thanks!
Parents
0
Sathya Srinivasan
Appian Employee
over 7 years ago
As long as the WSDL is reachable via a web protocol, it should be okay. For e.g. you can try and deploy the WSDL in a local web server and point the Smart service to the
http://localserver./file.wsdl
. Give this a shot.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Sathya Srinivasan
Appian Employee
over 7 years ago
As long as the WSDL is reachable via a web protocol, it should be okay. For e.g. you can try and deploy the WSDL in a local web server and point the Smart service to the
http://localserver./file.wsdl
. Give this a shot.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data