D
dheeraj.gupta
Guest
Finally got worked out but by using dotnet classes in progress procedure... Below is the URL which shows it details how to consume soap service with client certificate.. docs.microsoft.com/.../transport-security-with-certificate-authentication 1) Created a new strong named DLL from wsdl exposed by 3rd party using the visual studio 2) registered the certificate in windows certificate store 3) registered the newly created DLL (in step 1) using gacutil.exe 4) created assemblies.xml file using progress assembly reference and place it in working directory or some other directory but then use -assemblies startup parameter And then use the new DLL classes and methods like how we can use the standard dotnet classes and methods..
Continue reading...
Continue reading...