Hello All,
I want to invoke the .Net Based webservice from a java client code using axis api.
As we pass the credentials in .Net
"uin.Credential s = new NetworkCredenti al("administrat or", "Tech1234", "WORKGROUP" );"
I have to pass them in java code.
I have tried with
" System.setPrope rty("http.proxy User","Administ rator");
System.setPrope rty("http.proxy Password","Tech 1234");
"
But still I am getting 401 Unauthorized response.
How I can pass these credentials through a java code?
Thanks And Regards,
Amarja
I want to invoke the .Net Based webservice from a java client code using axis api.
As we pass the credentials in .Net
"uin.Credential s = new NetworkCredenti al("administrat or", "Tech1234", "WORKGROUP" );"
I have to pass them in java code.
I have tried with
" System.setPrope rty("http.proxy User","Administ rator");
System.setPrope rty("http.proxy Password","Tech 1234");
"
But still I am getting 401 Unauthorized response.
How I can pass these credentials through a java code?
Thanks And Regards,
Amarja
Comment