IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Attaching WSDL which is over HTTPS

    Posted Wed March 09, 2011 04:38 PM

    I have the community edition software and I have created a service asset and trying to attach WSDL. Nothing strange there and have done this plenty of times.

    However we have started securing our WSDL over HTTPS and when I try to attach the WSDL I get the following error :

    WSDLException: faultCode=OTHER_ERROR: Unable to locate document at 'https://[WSDL location]. (HTTPS hostname wrong: should be )

    I have tried added the SSL Cert into the Cert Store in both Windows at the various key stores within the Java Runtime within Centrasite. Any other ideas?[/b]


    #API-Management
    #CentraSite
    #webMethods


  • 2.  RE: Attaching WSDL which is over HTTPS

    Posted Mon May 23, 2011 10:05 AM

    I have run into a case where CentraSite needs to trust the WSDL provider site via SSL. So, I need to tell centrasite to trust the site in order to attach WSDL successfully via URL

    Try this out…
    C:\Documents and Settings\All Users\Application Data\Software AG\Tomcat\cp8.0\bin\SAGCTP80.exe

    -Dhttp.proxyHost=sydproxy.perpetual.com.au
    -Dhttp.proxyPort=8080
    -Dhttp.nonProxyHosts=“localhost|.perpetual.com.au|syd3k|is*”
    -Dhttps.proxyHost=sydproxy.perpetual.com.au
    -Dhttps.proxyPort=8080

    -Djavax.net.ssl.keyStoreType=JKS
    -Djavax.net.ssl.keyStore=
    -Djavax.net.ssl.keyStorePassword=
    -Djava.protocol.handler.pkgs=com.sun.net.ssl.internal.www.protocol
    -Djavax.net.debug=ssl
    -Djavax.net.ssl.trustStore=
    -Djavax.net.ssl.trustStorePassword=c

    NOTE: the JKS used in the Tomcat application server is not relevant for the WSDL import, it is for the CentraSite Control SSL access.
    C:\Documents and Settings\All Users\Application Data\Software AG\Tomcat\cp8.0\conf\server.xml


    #CentraSite
    #API-Management
    #webMethods


  • 3.  RE: Attaching WSDL which is over HTTPS

    Posted Tue April 30, 2013 07:57 PM

    I’m having the same problem. I have added the x509 cert to the jvm/jre/lib/security/cacerts file.
    I’m running the latest fp 21 of CentraSite SOA edition.

    I see that there are options for routing with authentication scheme using ntlm in the latest fixes but I still don’t see where one defines the ntlm authentication for importing the wsdl.

    I’m getting a 401 error and I’m not sure if it’s because of the cert or that i need to provide ntlm authentication.

    Where does one define the ssl certs to be used by centrasite at import/wsdl time? what configuration file in what directory?

    Regards,
    Valter


    #webMethods
    #CentraSite
    #API-Management