We are trying to implement the Twilio API from our project but unfortunately the JAVA version is still 1.6
I see Twilio has an option to invoke the service using CURL command. And this can be a solution while JAVA is getting upgraded.
I’m trying to create a service in webMethods so I can invoke it from JAVA 1.6 and then from webMethods invoke this Twilio API using Curl. is this somethign doable?