I have a client server application (desktop app having 4 users and installed on different machines) on 4D. I have written an SOAP web service whose primary role is to read data from another database of SQL Server and insert those one into 4D. All is working fine if no-one using the application. Now issue was that if someone using the application then my SOAP service is unable to write the data into 4D. Another issue was in my mind that if there is any locking feature is applied on 4D then this should be applicable for all the 4 user who are communicating with centralized 4D.
Can anyone please help me what was the exact issue? Is it in 4D or something needed to incorporate in my SOAP service.