Ok here is my story, i have java web service from third party i have to connect to this service using C# this service require the following
- Authentication using Username & Password.
- Certificate send from the client "keystore.jks" (Java Keystore file) with password.
My problem is the vendor of this service is not providing the WSDL link for the service and the certificate file is java keystore I'm hanging on this for 2 days and search for this on the web with no luck
Hence : I used SOAPUI software to call this service and its working well
What i want is, Is it possible to consume this service without requesting WSDL from the vendor? if yes how ?
Any help well be appreciated. Thanks in advance.
EDIT: service url like https://10.111.10.12/ropnrs/Person?crn=1234567 And it's not accessible throw web browser return 403 forbidden