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.
#Automation
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.