I have an interface that I\'ve exposed as a regular SOAP web service. One method of the interface consists for the client to send a file to the server, then the server processes
Yes, Once you receive the file, you may return the request id to client and start processing on server side and do maintain various states of processing. Client can come back in different interval, and will receive the processing status or the output if it is completed.