If multiple eCommerce sites with a considerate amount of traffic were to be connected to business central how could the API handle simultaneous requests posting sales to the API from different websites?
SOAP is blocking them due to locked tables because it treats each request as a transaction on the database.
Is there any way of changing this behavior?
Would it be better if ODATA Web services were used to handle these kind of scenarios? Knowing there will be some occasions with prolonged hours of continuous messaging to the API due to the high amount of Sales.
Thank You!