For requests to a SOAP endpoint the body string response is not set.
The problem is that we only encode the binary data as string for the known text content types. Currently that is: text/*, application/xml or application/json
Soap and other xml content types are not included, like "application/soap+xml"
Reported in the forum.