POST request with Spring RestTemplate- BadRequest 400
问题 Hope a Spring guru could help me on this, Iam developing a multi web servces application, All these Web Services are based on a Jar called based-server, which got all base classes which can be inherited where ever required. So this base-server project i have a BaseClient class which has a spring RestTemplate property. when i try to use this client (of cause inheriting) in a actual implemented web service class, when i try to do POST request it gives me http 400 Bad Request error. However it