I want to use "Call Web Service" in nintex workflow.I use the URL of a web srevice which is developed in asp.net core. The link in my local host is:http://147.135.229.103:9019/api/1.0/Contact/GetAll?apiKey=97428B26AAFA41FD9A600C7BA6D441AD&user=7bc7014f-7a04-4d60-bee0-69060c1d4e45
I enter the URL format in two format shown in below,in the Operation Configuration of Call Web Service action:
http://147.135.229.103:9019/api/1.0/Contact/GetAll?apiKey=97428B26AAFA41FD9A600C7BA6D441AD&user=7bc7014f-7a04-4d60-bee0-69060c1d4e45/_vti_bin/Lists.asmx
and
http://147.135.229.103:9019/api/1.0/Contact/GetAll?apiKey=97428B26AAFA41FD9A600C7BA6D441AD&user=7bc7014f-7a04-4d60-bee0-69060c1d4e45/_vti_bin/NintexWorkflow/Workflow.asmx
whereas, I faced this error for both format, when I press Refresh to see Web method:
The URL entered did not return a valid web service definition.
Do you know what should I do?