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.  503 error gets converted to 500 by API gateway

    Posted 02/19/19 03:12 AM

    Hi Team,

    when my provider service is returning 503 (Service Unavailable), the API gateway is wrapping it and returning a 500 error instead. Can you help with this and let me know what am I missing?

    FYI: for fixing the same issue for 40x errors we did: Send Native Provider Fault Message = True

    Thanks,
    Ali


    #API-Gateway
    #webMethods
    #API-Management


  • 2.  RE: 503 error gets converted to 500 by API gateway

    Posted 02/20/19 03:24 AM

    Hi,

    you could check your extended settings in the Administrator dashboard if you were able to set
    watt.net.http401.throwException=false
    watt.net.http501-599.throwException=false.

    This helped me in my case.


    #API-Gateway
    #webMethods
    #API-Management


  • 3.  RE: 503 error gets converted to 500 by API gateway

    Posted 02/21/19 03:27 AM

    Hi Mark,

    your solution worked for me aslo :slight_smile:

    Thanks,
    Ali


    #API-Gateway
    #webMethods
    #API-Management