Good morning everyone out there, I am developing an Application, which needs to Access a Web Service. In order to Access the Web Service, I need to use a specific Application User, which I created on both server (outsystems IIS and Web Service IIS). I also set this User as the Application Pool User. My problem is that when I call the web service, it seems that NetworkService User is used, and therefore I get an error message The request failed with HTTP status 401: Unauthorized. even though I set 'Integrated Authentication' on the Web Reference as 'Yes', and user used to access the WebService is NetworkService User. Is there a way to instruct the eSpace to use the Application Pool User? I am attaching the oml file in case anyone wants to take a look. Thanks in Advance, Marios
Hello Tiago. Thanks! That was the solution to my problem. Thanks a lot! :) Marios