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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  Webservice consumer : Connection reset

    Posted 12/13/17 11:25 AM

    wM 9.10.

    Hello,
    I’m trying to execute a web service (consumer) from a flow service and I have the following error :

    org.apache.axis2.AxisFault: Connection reset

    If I tried with the same data in soapUI or from a .net Program, I have no problem.
    Could you guide me where to looking for ?

    Thanks


    #webMethods
    #webMethods-General
    #Integration-Server-and-ESB


  • 2.  RE: Webservice consumer : Connection reset

    Posted 12/13/17 11:54 AM

    Check your fix levels to see if you have latest fixes installed.

    Also, debug by setting the below logging categories to TRACE

    0038 HTTP Header
    0039 HTTP Request
    0040 HTTP Response
    0088 SOAP


    #webMethods-General
    #webMethods
    #Integration-Server-and-ESB


  • 3.  RE: Webservice consumer : Connection reset

    Posted 12/13/17 11:57 AM

    I found the problem :

    The web service use the protocole tls 1.2.
    I have to put usejsse to yes.

    Thanks


    #webMethods
    #Integration-Server-and-ESB
    #webMethods-General


  • 4.  RE: Webservice consumer : Connection reset

    Posted 12/13/17 12:05 PM

    You mean on properties? Glad to hear that issue is resolved.


    #Integration-Server-and-ESB
    #webMethods-General
    #webMethods


  • 5.  RE: Webservice consumer : Connection reset



  • 6.  RE: Webservice consumer : Connection reset

    Posted 05/29/19 09:54 AM

    I have facing the same issue, please where you changed this properties?


    #Integration-Server-and-ESB
    #webMethods
    #webMethods-General


  • 7.  RE: Webservice consumer : Connection reset

    Posted 05/30/19 10:20 PM

    Hi Ronaldo,

    Info is available here. In fact sometimes it’s good to enable SSL debug log when connection reset issue happens to check if it’s due to SSL handshake failure.


    #webMethods
    #Integration-Server-and-ESB
    #webMethods-General


  • 8.  RE: Webservice consumer : Connection reset