Hi Andrew Personally I would write tests that instantiate a thrift client using your preferred language/platform/test lib. I can imagine how or why there would be a generic tool for calling thrift service methods; It would have to know the method signatures and that is what a thrift client is.
HTH Myles On 5 February 2014 19:14, Andrew Pennebaker <[email protected]> wrote: > Can web tools like *curl* be used to test thrift services? I'm looking for > tools for testing thrift services, ideally regardless of service > implementation language. > > -- > Cheers, > > Andrew Pennebaker > [email protected] >
