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
Expand all | Collapse all

Rest _post returning back the request JSON

  • 1.  Rest _post returning back the request JSON

    Posted Tue July 19, 2016 11:37 PM

    Hi,
    I am facing issue where the JSON response is always having the request JSON fields. I am not doing any kind of mapping but still it is happening.

    How can I disable this function?

    Sample Input:
    {
    “id”: “12333333”,
    “xxx”: true
    }

    Output:
    {
    “output”: {
    “status”: “200”,
    “RequestId”: “2d868727-c214-4f90-b468-56ae5b3655b1”
    },
    “id”: “12333333”,
    “xxx”: true
    }

    I am using 9.6


    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: Rest _post returning back the request JSON

    Posted Wed July 20, 2016 12:07 AM

    issue resolve by declaring the input fields and explicitly dropping them…


    #webMethods
    #Integration-Server-and-ESB