`Hi , I was trying to call an IBM content service graphQL URL from my application with spring boot . But getting an exception as mentioned below
**Error Caused by: org.springframework.web.reactive.function.UnsupportedMediaTypeException: Content type 'text/plain;charset=ISO-8859-1' not supported for bodyType=com.DMS.GraphQLP8.graphQL.data.DocumentDTO at org.springframework.web.reactive.function.BodyExtractors.readWithMessageReaders(BodyExtractors.java:205) Suppressed: The stacktrace has been enhanced by Reactor, refer to additional information below: Error has been observed at the following site(s): *__checkpoint ⇢ Body from POST https://graphql-p8-dev.apps.osd01.atradiusnet.com/content-services-graphql/ [DefaultClientResponse] Error Observed
The code which i tried . `**- Calling URL ** the code tried , webclient code and expected response format created