Appian Community and Appian Academy are being upgraded. From July 24–August 3, the Appian Community will be in read-only mode. During this time, the site will be read-only and user registration will be disabled. We apologize for any inconvenience this may cause, but a more secure, stable, and performant Community experience is coming soon!

The new Appian Community launches August 3, followed by Appian Academy on August 7. During the migration, Appian Community Edition, Appian Academy, Documentation, Certifications, Instructor-led Customer Training, Partner Sales Training & Accreditation, and Forum (for Appian Partners and Customers only) will remain available.

Call Web Service Node / Advanced Call Web Service

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

Parents
  • 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.
Reply
  • 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.
Children
No Data