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.

 View Only
  • 1.  Attachment over RESTful service in API Gateway

    Posted Tue August 04, 2020 01:05 AM

    Hi Experts,

    I am seeking for a way to transfer attachment (like text, excel, csv, etc) file over RESTful service in API Gateway.
    Is there any specific configuration or policy to be included in API GW to cater the requirement?

    Thanks a lot for your guidance.
    Regards,
    Debapriyo


    #API-Gateway
    #soa
    #webMethods
    #API-Management


  • 2.  RE: Attachment over RESTful service in API Gateway

    Posted Fri August 07, 2020 05:43 AM

    Hi Experts,

    Any feedback on my query as this is a requirement i have to work on.

    Regards,
    Debapriyo


    #webMethods
    #API-Management
    #API-Gateway
    #soa


  • 3.  RE: Attachment over RESTful service in API Gateway

    Posted Mon August 10, 2020 01:17 PM

    Hi Debapriyo,

    Have you checked, if this blog/article helps you in anyway handling processing payload /w attachments??

    http://techcommunity.softwareag.com/pwiki/-/wiki/Main/Invoke%20webMethods%20IS%20policy%20in%20API%20Gateway%2010.2

    HTH,
    RMG


    #API-Management
    #soa
    #webMethods
    #API-Gateway


  • 4.  RE: Attachment over RESTful service in API Gateway

    Posted Tue November 17, 2020 06:23 AM

    Hi ,

    I am unable to open above link provided. could you please help me with that link


    #API-Gateway
    #API-Management
    #soa
    #webMethods


  • 5.  RE: Attachment over RESTful service in API Gateway

    Posted Tue November 17, 2020 07:55 AM

    Hello @Debapriyo_Dasgupta1,
    I think you have two options

    1)Send the binary/attachment as base64 encoded in an attribute of the payload
    2)Send the binary/attachment as a multipart/form-data.

    Let me know if this helps.

    Best Regards,
    Franklin


    #API-Gateway
    #API-Management
    #soa
    #webMethods