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.


#TechXchangePresenter
 View Only
  • 1.  Connection timing out when creating Web Service Descriptor

    Posted Wed April 18, 2018 02:22 PM

    I’m currently trying to create a new Web Service Descriptor with a wsdl url that’s been provided to me. From SoapUI, I’m able to create a new SOAP project using the wsdl url but when trying to create the service in webMethods, the connection times out while parsing. Is there anyway to specify a timeout value when initially retrieving the wsdl? I’ve tried disabling the validating schema using Xerces as I’ve seen online that if there are references to other .xsd’s that it might add to the processing time.


    #soa
    #API-Management
    #webMethods


  • 2.  RE: Connection timing out when creating Web Service Descriptor

    Posted Sat April 21, 2018 01:34 AM

    Did you try with WSDL file from your provider?

    Also, share your IS version with fix levels.


    #webMethods
    #soa
    #API-Management


  • 3.  RE: Connection timing out when creating Web Service Descriptor

    Posted Wed April 25, 2018 01:37 PM

    javax.wsdl.WSDLException: WSDLException (at /definitions/types/xs:schema/xsd:schema): faultCode=PARSER_ERROR: Problem parsing ‘http://www.w3.org/TR/xmldsig-core/xmldsig-core-schema.xsd’.: java.net.ConnectException: Connection timed out (Connection timed out)

    I am using the WSDL from my provider. I am on version 9.12


    #API-Management
    #soa
    #webMethods


  • 4.  RE: Connection timing out when creating Web Service Descriptor

    Posted Wed April 25, 2018 02:37 PM

    Hi Austin,

    did you try to invoke the URL http://www.w3.org/TR/xmldsig-core/xmldsig-core-schema.xsd directly from a Browser?

    Might be that it was just temporarily unavailable.

    Additionally you should check the proxy settings in the Designer Preferences under General.

    Regards,
    Holger


    #soa
    #webMethods
    #API-Management