Here is my code to call a REST-Service
String result = webClient.post() .body(BodyInserters.fromMultipartData(bodyBuilder.build()))