BSSV - The connection was closed unexpectedly."
Hi,
The following error is received from the ProcessSalesOrder55 method:
"System.Web.Services.Protocols.SoapException: The server could not process the request. ---> System.Net.WebException: The request was canceled: The connection was closed unexpectedly."
We believe this is related to this method, which processes a large amount of data (it has a large number of lines) in the .xml file it sends. Can this be corrected by adjusting the JDE timeout, or is it better to send less data to be processed? Perhaps the work to be done should be divided into several operations?
Even so, what is the value to change from the BSSV instance?