I have understood you question in a different way.
let me put it in this way, you had an issue in importing WSDL from HTTPS port into webMethods right ???
In order to be able to consume the WSDL using an HTTPS URL into webMethods, the certificate must exist in the JVM trust store. The truststore is a file named cacerts and it is located at:
\SoftwareAG\jvm\jvm160_64\jre\lib\security
The cacerts file (truststore) contains certificates.
if the certificate is already in the truststore, it should work fine. If it is missing, SSLHandshakeException will occur.
i’m attaching the error message shown on designer before and after adding above four lines.
any help is appreciated
also, can some let me know where can i find the logs of the designer, in this case, i’m interested to ssl handshake logs when i’m creating a consumer wsd from https://yyyy?wsdl
are you using Local Service Development or remote IS-based development?
how to know whether its LSD or IS-based development?
i’ve IS running on my localhost, and i’m connected to my locally running IS from designer using the server definitions.
now i’ve designer side eclipse config changed to
javax.net.ssl.trustStore=C:\temp\oct26\cacertsfordesigner\designerTrustStore.jks
javax.net.ssl.trustStoreType=JKS
javax.net.ssl.trustStorePassword=cigna123
javax.net.ssl.keyStore=C:\temp\oct26\clientkeystore\clientkeystore.jks
javax.net.ssl.keyStoreType=JKS
javax.net.ssl.keyStorePassword=cigna123
javax.net.debug=ssl:handshake
restarted the designer
also added the Truststore and clientkeystore details in the IS admin → security → keystores aliases
still in my designer’s logs (i.e in .metadata folder)
i see below error
Caused by: java.security.NoSuchAlgorithmException: JKS KeyStore not available
at sun.security.jca.GetInstance.getInstance(GetInstance.java:159)
at java.security.Security.getImpl(Security.java:695)
at java.security.KeyStore.getInstance(KeyStore.java:613)
… 90 more
creating of wsd from wsdl is Designer’s job. i won’t think its dependent on IS.
issue is resolved, earlier i made few mistakes in the eclipse.ini. the problem got fixed when i strictly followed the ‘instructions given in working with designer’.
creating of wsd from wsdl is Designer’s job. i won’t think its dependent on IS.
issue is resolved, earlier i made few mistakes in the eclipse.ini. the problem got fixed when i strictly followed the ‘instructions given in working with designer’.