We are trying to call a web service from Appian. The servcie is authenticated an

Certified Senior Developer
We are trying to call a web service from Appian. The servcie is authenticated and we are passing the required params as well. The problem is, the WSDL uses a new endpoint, which is not defined in there. Is it possible to change the end point from Appian??
I see only service which is already there in the WSDL being populated in the dropdown box. But this service uses an old end point.
From SOAP UI, when we add the new end point we are able to get the response. Similarly can we do it in Appian?...

OriginalPostID-74337

OriginalPostID-74337

  Discussion posts and replies are publicly visible

  • To make sure Appian refreshes the cached version of the WSDL you can follow the steps I posted here forum.appian.com/.../b-31248 which are basically:

    1. Delete the CDTs related to the Web Service
    2. Open up the process model, right click on the Call Web Service Smart Service - Properties - Setup
    3. Temporarily check Authentication Required and typed something in username and password and click Refresh
    4. Uncheck the authentication required option.
    5. Finish configuring the smart service.
    6. Save and publish the model