The Web Service Data Source will only POST the body of the Authentication request as 'text/plain' and I need to be able to authenticated to web services requiring 'application/json' content type.
Currently I am unable to authenticate due to a 415 Unsupported Media Type error.
Is there any way to change the content type in the header of the authentication request?