Hi colleagues
We are facing the error trying to send a 23Mb file through SOAP receiver adapter.
SOAP: Error occurred: com.sap.engine.interfaces.messaging.api.exception.MessagingException: java.net.SocketException: Broken pipe
We have checked the oss note 1405895 and our system is up to date.
My doubts are:
Do you know if it is possible to set the TCP_NODELAY property at the java system properties menu o elsewhere?
In the other side, we have developed a java application through NWDS that is facing the same problem.
Do you know how to set the TCP_NODELAY (tcp-nodelay in java) property in a generated proxy from a given wsdl?
Thanks in advance
Javi