IBM Sterling Transformation Extender

Sterling Transformation Extender

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


#Sterling
#Supplychain
 View Only

Need a HTTP basic example with POST method.

  • 1.  Need a HTTP basic example with POST method.

    Posted 06/17/26 01:53 AM
    Edited by SAMBASIVA RAO Jilludumudi 06/17/26 03:05 AM

    Hi All

    I am looking for HTTP request call to an external host application with POST method. I have gone through the paul brett video, but it demonstrated with postman echo as host application, and they are on same machine if I am not wrong. 

    trying with free online HTTP request :

    https://echo.free.beeceptor.com

    payload: json msg 

    { "hi":"welcome"}
    Response with headers:
    {
        "method": "POST",
        "protocol": "https",
        "host": "echo.free.beeceptor.com",
        "path": "/",
        "ip": "XXXXXXX",
        "headers": {
            "Host": "echo.free.beeceptor.com",
            "User-Agent": "PostmanRuntime/7.53.0",
            "Content-Length": "17",
            "Accept": "*/*",
            "Accept-Encoding": "gzip, deflate, br",
            "Content-Type": "application/json",
            "Postman-Token": "ff03c3e6-18c7-4592-a544-9b8c02cf4d2f"
        },
        "parsedQueryParams": {},
        "parsedBody": {
            "hi": "welcome"
        }
    }

    Even I could not able to fetch the headers from the response. tried with HTTP.mtt type tree from samples provided from the software installation directory.

    Please share your insight on how to achieve this HTTP call with ITX.

    Thanks in advance.

    Regards



    ------------------------------
    SAMBASIVA RAO Jilludumudi
    ------------------------------