Forum Discussion

Andrew_P's avatar
Andrew_P
Occasional Contributor
7 years ago

Does Ready API support thrift?

Hello, everyone.

Does Ready API (SoapUI) support Trift serialization for request and deserialization for response?

If not, it will be useful.

 

May be plugin?

 

With best regards,
Andrey.

4 Replies

    • Andrew_P's avatar
      Andrew_P
      Occasional Contributor

      Hello, Natalie.

       

      May be some advice if client is not Java?

       

      Best regards.

      • NBorovykh's avatar
        NBorovykh
        Moderator

        Hello Andrew,

         

        You can try to find and use an appropriate Java bridge (there is .NET - Java bridge, Python - Java bridge, etc.), which will make it possible to call methods of your non-Java client from Java code and consequently from Groovy scripts in ReadyAPI.

         

        Though, generating the client in Java may be a more reliable and simple solution. It looks like the Thrift framework allows doing this pretty easily.