Hello

I havethe following method in my root resource class:

@POST
    @Consumes("multipart/form")
    public Response postTriples(MultiPartBody form) {

And there is a MBR to read multipart/form as instances as MultiPartBody.

However I get the following error message in the log saying that the system
cannot find any method in my resource class class that consumes
multipart/form-data;boundary=---------------------------416755499992 media
type.

What's wrong here? Is it really expecting a method for that specific
boundary?

Cheers,
Reto

Reply via email to