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
7405 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
venkats533
over 7 years ago
I was successful in the past to host a local copy on our web server. Then i have actually edited and removed all data structures and operations that i am not using. Original WSDL is a 9000 line and I am to bring it down to 600 lines that i needed for my application. Then I have used the expression rule version of the call web service and later replaced with "call advanced web service" plugin.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
venkats533
over 7 years ago
I was successful in the past to host a local copy on our web server. Then i have actually edited and removed all data structures and operations that i am not using. Original WSDL is a 9000 line and I am to bring it down to 600 lines that i needed for my application. Then I have used the expression rule version of the call web service and later replaced with "call advanced web service" plugin.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data