Extracting metadata from a .wav file in webmethods

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?

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.