Maximo

Maximo

Come for answers, stay for best practices. All we're missing is you.

 View Only
  • 1.  Maximo Outbound response processing

    Posted Mon November 03, 2025 04:51 AM
    Edited by Saran R Mon November 03, 2025 04:54 AM

    Hi All, 
    We are working on outbound where the receiving system sends back the response with error message whenever the outbound is failed to create a record in their system. We have a requirement to process the response sent back to Maximo and show the exact error message in the message tracking application instead of standard bad request message in the message details. Please guide me if anyone has already worked on similar requirements.



    ------------------------------
    Saran R
    ------------------------------



  • 2.  RE: Maximo Outbound response processing

    Posted Mon November 03, 2025 05:01 AM

    Hi Saran,

    are you talking about classic asynchronous Maximo outbound integration processing using some kind of HTTP endpoint?
    If so then you can use one of the standard HTTP handler user exit hooks to check on response headers and/or body (via Java or automation scripts).



    ------------------------------
    If this post helps, please consider accepting it as a solution to help other members find it more quickly.

    Andrzej Więcław
    Maximo Technical SME
    ZNAPZ B.V.
    Wrocław, Poland
    ------------------------------



  • 3.  RE: Maximo Outbound response processing

    Posted Sun November 09, 2025 02:53 AM

    Hi Saran, 

    You can try HTTP Handler Exit Method using automation script. processResponse(resp) method can be used to display exact error message in Message tracking application. 

    processResponse(resp)

    Set Maximo error for any response code or response body message

    Read an Unique ID from response and update it in MBO

     

    Maximo Works: How to use Maximo HTTP Handler Exit Automation Script for Endpoint Customization

    Thanks,

    Suren



    ------------------------------
    Surender Balasundaram
    Consultant
    Certus Digital
    Sydney
    ------------------------------



  • 4.  RE: Maximo Outbound response processing

    Posted Mon November 10, 2025 02:04 AM
    Edited by Saran R Mon November 10, 2025 02:04 AM

    Hi Surender Balasundaram,
    Thanks for sharing. We are using Oauth for authentication, Do I need to include the header and url props in the script or processResponse(resp) is alone enough to capture the response.



    ------------------------------
    Saran R
    ------------------------------



  • 5.  RE: Maximo Outbound response processing

    Posted Mon November 10, 2025 04:04 AM

    Hi Saran, 

    Please try by having only processResponse(resp)  method in the http handler exit.    

    It should work for OAuth 2.0 authentication.

    Header and Url props are used to dynamically set new params for the end point. It is not needed for your purpose. 

    Thanks,

    Suren



    ------------------------------
    Surender Balasundaram
    Consultant
    Certus Digital
    Sydney
    ------------------------------



  • 6.  RE: Maximo Outbound response processing

    Posted 14 days ago

    Hi Surender,
       I am able to process the error and display it in the message tracking. The blog was very much useful thanks for sharing.



    ------------------------------
    Saran R
    ------------------------------