Hi,
I have webservice provider created in 7.1.1 , which is supposed to be invoked by soap over https call. I have configured the https port and indicated the server certificate, Ca certificate and private key path in the configuration. Also I have the “required client certificate” option selected while creating the port.
To test the service , I have created a webservice consumer in another integration server using the provider’s wsdl. I have also placed the provider’s server certificate and CA certicate in public and CA of the IS config/certs directory.
But am getting error as “Authorization Required: [ISS.0084.9001] Invalid credentials”.
I am logging with the right user name and pwd, I even turned the Execute ACL to anonymouse in provider side to make it run. But doesnt help.
I tried in Soap UI, but got diff error,
" java.lang.Exception: javax.net.ssl.SSLHandshakeException: Received fatal alert: bad_certificate"
Please let me know is there something else i should takecare to make the provider run in https port.
FYI-- i tried editing the extending settings related to security.ssl, after refering the forum. No luck.
Please let me know if any one can help me. Thanks in advance
#soa#API-Management#webMethods