Java Webservice Windows Domain Authentication
I'm testing against a webservice that is written in CSharp which requires a windows domain login. I have a java client which consumes it, but I can't workout how java authenticates on a windows doman? Can anyone lend a hand.
Thanks, Daniel.
[255 byte] By [
Sooty1982a] at [2007-11-27 10:52:55]

# 1
In case I am not wrong, I think it is not your JAVA client who does the windows domain login. From your JAVA class you send necessary information via SOAP. That is parsed in the server end and then the server code does the windows domain login.
I am sure experts will come out with ideas, in case I didn't get what you said.
take care
Mohammed Jubaer Arif.