Hi All,
I am new to
java and come from .net background.
I need to call a .net webservice through java client. Url of .net webservice starts with https.
and it requires credential when i open wsdl into browser.
but wsdl2java utility is giving error related to PKIX.
I have also tried axis2 code gen wizard to create client stub but there it shows invalid wsdl and not able to proceed.
I have copied the wsdl from browser locally even then wizard is showing invalid wsdl..
Am i doing something wrong>please suggest me
wsdl is correct and i am able to create proxy using visual studio.net and wsdl.exe utility.
.Net web service is using document literal format.
Please help me