I am currently working on a REST service that receives an XML of 15 Kilobytes as a parameter (a large file), but when I call the REST service through its Business Services created from the REST Adapter wizard, it returns an error of the type:
The OSB service call action received an unrecognized response
$fault

<con:fault xmlns:con="http://www.bea.com/wli/sb/context">
<con:errorCode>OSB-382501</con:errorCode>
<con:reason>La acción de llamada de servicio de OSB ha recibido una respuesta no reconocida</con:reason>
<con:details>
<con1:UnrecognizedResponseDetail xmlns:con1="http://www.bea.com/wli/sb/stages/transform/config">
<con1:detail>{"noTransaccion":"2023-abr-13 01:19:49 - 000000219"}</con1:detail>
<con1:http-response-code>200</con1:http-response-code>
<con1:response-headers xsi:type="http:HttpResponseHeaders" xmlns:http="http://www.bea.com/wli/sb/transports/http" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<tran:user-header name="Expires" value="Thu, 01 Jan 1970 00:00:00 GMT" xmlns:tran="http://www.bea.com/wli/sb/transports"/>
<http:Cache-Control>no-cache</http:Cache-Control>
<http:Connection>keep-alive</http:Connection>
<http:Content-Length>57</http:Content-Length>
<http:Content-Type>application/json;charset=UTF-8</http:Content-Type>
<http:Date>Thu, 13 Apr 2023 05:19:50 GMT</http:Date>
<http:Pragma>no-cache</http:Pragma>
</con1:response-headers>
</con1:UnrecognizedResponseDetail>
</con:details>
<con:location>
<con:node>pp_gua_rel_mul_doc_Exp</con:node>
<con:pipeline>request-N3f57c7ff.N3a598500.0.1872599fde6.N7f94</con:pipeline>
<con:stage>ser_callout_alfresco</con:stage>
<con:path>request-pipeline</con:path>
</con:location>
</con:fault>
Business Services Configuration

Share Development
https://drive.google.com/file/d/1SNyDB9pdfCnO-LY_OWw4yVFJX07zuzhX/view?usp=sharing
Any recommendation?