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
  • 1.  BAtch Odata

    Posted Fri November 25, 2022 11:29 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
    Venkat


    #webMethods
    #Flow-and-Java-services
    #Integration-Server-and-ESB