Gilles Hello there, I have this following error when i tried to send a file with a http request to api. i use the simple file format. Is any body know what it is ? Same error if i tried to change to another file class et with designer 10 and 12. Thanks!
Reguël Wermelinger I think you need to add the Feature called, org.glassfish.jersey.media.multipart.MultiPartFeature, onto the Rest-Client configuration, then it will work. See the connectivity-demos for an example: https://github.com/axonivy-market/demo-projects/blob/15259e23db47804f55722c22de26f3f234dfb92f/connectivity/connectivity-demos/config/rest-clients.yaml#L50C27-L50C34