ContributionsMost RecentMost LikesSolutionsRe: Can't import Open API3.0.1 definition in ReadyAPI Thanks. I'll try it. Can't import Open API3.0.1 definition in ReadyAPI Hi all, I work with the currently newest ReadyAPI version, 3.30.0. The developers of my tean moved from Swagger-UI to OpenAPI 3.0.1 for API definition. Unfortunately I get this error when I try to import the OpenAPI 3.0.1 definition: ERROR: java.lang.NoClassDefFoundError: Could not initialize class io.swagger.v3.parser.OpenAPIV3Parser Does anybody have a hint what to change in ReadyAPI to get import working? Best regards Burkhard Re: REST Attachments: Not able to attach svg file in query @sonya_m and @richie, thank you very much. The Video at YouTube: https://www.youtube.com/watch?v=iL-zehJmtWw&list=PLrA5ciulugn_w0pW1_SSyfucD-k5Fasj_&index=5 helped me to solve my problem. At least for me the only solution is to don't use the "Value" field of the request but to use Attachments panel as you can see in my aatched file. Best regards Burkhard Re: REST Attachments: Not able to attach svg file in query Hi richie , unfortunatley I'm still not able to solve that problem. I found a post here https://community.smartbear.com/t5/SoapUI-Pro/Update-Content-Type-in-Attachment-before-submission/m-p/41128 where the Content-Type in Attachment was changed before submission with help of event handler "RequestFilter.filterRequest" but I'm not able to get this handler working. So it would be really great if you could find some time to check your old posts how you fixed this problem. Best regards Burkhard Re: REST Attachments: Not able to attach svg file in query Isn't this multi-form data? REST Attachments: Not able to attach svg file in query Hello all, I want to send a svg file in the Message body of a REST Put Request. I think that I set the correct content type "image/svg+xml" in the Attachments panel Nevertheless ReadyAPI sends "application/octect-stream" for the svg file instead. Does anybody have an idea how to get the correct content type? Best regards Burkhard Solved