I’m writing an ASP.Net web application that consumes an EntireX web service. The RPC has a username and password set up for its own authentication, but I need to be able to pass the username and password of whichever user has logged onto the web page to the mainframe to check that they have access and are using the correct password.
I’ve used a broker before in this manner, passing the username and password to the broker, but I can’t figure out how do so through the web service.
Any help would be much appreciated.
#Mainframe-Integration#webMethods#EntireX