User-1623675128 posted
Hi folks, we have an existing web service which is saving files into a directory (this web service will be called by a classic ASP page using SOAPXML POST) after geting it from XYZ repository;
Now, the repository has changed to another repository which exposing service using web services; now our web service intrun has to call another web service to save files into directory.
We are thinking of creating a WCF service to consume repository Web Service instead of web service calling another web service. Is this desgin decision is fine or not? any other options?