I am getting the error below returned when I call a method of a web service. The web service basically calls a service to upload a file to a site (from am FTP server), process that file, and returns the results of that process. While I don't get the results returned I can go to the site and see the file uploaded & processed successfully. We have successfully called this process numerous times in the past however for the current file it is just taking a few minutes longer to process the file. Is there a time out setting I can adjust before making this call to give my file more time to process and return a result?
Error: OLE IDispatch exception code 0 from wwDotNetBridge: The operation has timed out.
Thank You
Mike