Hi Forum I have a process with 2 web services using the exact same WS

Hi Forum

I have a process with 2 web services using the exact same WSDL URLs and Endpoints. I am calling different operations or methods in each one though. The first web service call node works 100% whilst the 2nd fails with the following error

There is a problem with task “Call Web Service” in the process “Authenticate Webservice”. An unknown error prevented completion of the task. An error occurred while creating the operation {localhost:8082}DownloadFile4 for the endpoint {http://localhost:8082}Example and the service ExampleSoap defined in the WSDL 192.168.1.16:8082/example.asmx.

Any help weould be greatly appreciated
...

OriginalPostID-113477

OriginalPostID-113477

  Discussion posts and replies are publicly visible

  • There may be a caching issue:
    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