Posted By:
Anonymous
Posted On:
Thursday, November 21, 2002 01:21 PM
I have an asp setup (with integrated windows authentication) that in turn uses a com object to return an xml depending on who's calling the asp. Is there a way to access this xml from within a java program?
I know there is a way to do it from c++ using msxml4. THe parser there takes the url(http://server/ds_permission/default.asp) and then passes the security context of the process running the c++ program to asp.
But how do you do this in java?