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");...