I’m a newbie, please mind my ignorance.
Created SSIS which uses WebServiceTask to call .Net application and runs a set of functions by invoking them through a WSDL file. Web service path was set to allow anonymous. I can get to the path with no credentials on local application files via Visual Studio 2017, but once deployed to company https:// app server and try to test connection, it returns remotes server returned 401 unauthorized.
I can open the file on all browsers.
I have to submit the SSIS to dba group and don’t know how to get this to work. Based on various searches and hours of looking around I am lost on whether this is an IIS issue because this is trying to connect from my local machine to the secured server and I don’t have permissions or is this based on the secured server not allowing access.
Can someone please provide me guidance or resources suggestions to resolve this issue. Is there something I need to request from dba team or app server support team.
Completely confused