415 - The server cannot service the request because the media type is unsupported

Hi,
I am trying to send a http request (xml body). However, I am getting the following error:
{
“message”: “The server cannot service the request because the media type is unsupported.”,
“level”: “Verbose”,
“logType”: “User”,
“timeStamp”: “10:57:09”,
“processVersion”: “1.0.6842.26627”,
“fileName”: “SoapRequestPilot”,
“jobId”: “32b8d171-cca6-4d00-8998-0f3629b6a778”,
“robotName”: “*******”
}

My properties look like:

Also, my headers and parameters do not have any arguments in the properties.
Could someone please help me in solving this.
Thanks.

Did you get a resolution to this? I have the same problem.

I too have same issue . Did not get any resolution

Found the solution for this . Change the bodyformat to Text/xml . it worked for me

4 Likes