Questions tagged [spring-integration]

Please utilize this tag for inquiries specifically related to the Spring Integration project. Please note that it is not suitable for general queries regarding the integration of various Spring projects with other technologies.

What could be the reason for receiving a 400 Bad Request error when sending a JSON payload through the int-http:outbound

What is the reason for getting a 400 Bad Request error when using JSON payload for int-http:outbound-gateway? The request below works fine on Chrome Rest Client with three specified headers in inObjgateway and JSON value of Obj. public class Obj { @J ...