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

Batch Request for OData Service

  • 1.  Batch Request for OData Service

    Posted Fri December 10, 2021 03:01 AM

    Hi - I am trying to call the API service with multiple requests in a single Post call.

    As per the OData service standard, Batch requests should follow the below format

    –batch
    Content-Type: multipart/mixed; boundary=changeset

    –changeset
    Content-Type: application/http
    Content-Transfer-Encoding: binary

    POST XXXXXX HTTP/1.1
    Content-Type: application/json
    Content-ID: 2
    Content-Length: 10000

    {
    Payload
    }

    –changeset –
    –batch–

    So how can I achieve the above request format?
    do I have to use the Java service itself here? if so any pointers on this

    Thanks & Regards
    Rajesh


    #webMethods


  • 2.  RE: Batch Request for OData Service

    Posted Mon January 10, 2022 02:30 AM

    Hi Rajesh,

    We are not Supporting batch Request for ODATA.

    Thanks
    jyoti


    #webMethods