Develop web service endpoints (SOAP) for a commerce application. The database structure, and data models are already created, you need to work with PHP to creat webservice endpoints which AREĀ .NETĀ COMPATIBLE to allow remote application to access the data. In essence you are creating a wrapper for the models. For example, if the model contains a "getProductsById(string id)" method, you need to create a webservice wrapper around this. Initially there will be a short list (6-8)...