webMethods

webMethods

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

Extracting metadata from a .wav file in webmethods

  • 1.  Extracting metadata from a .wav file in webmethods

    Posted Sat May 23, 2020 07:31 AM

    Hello,

    Is there any way to extract information from a .wav file and send it as a mime stream to an API using pub.client.http service?


    #webMethods
    #Integration-Server-and-ESB
    #webMethods-General
    #Application-Platform


  • 2.  RE: Extracting metadata from a .wav file in webmethods

    Posted Sun May 24, 2020 12:45 AM

    Out of the box, I don’t think so. But you can always use third party library like Apache Tika to do so, and then write you java service to implement what you want to do.


    #webMethods-General
    #Application-Platform
    #Integration-Server-and-ESB
    #webMethods