DDD Pattern.
I need to consume an external WebService , treat the return of this WebService and return the result through the Application layer.
Would it be interesting to consume this WebService in the Infrastructure layer and treat it as an external repository?
Would it be interesting to consume this WebService on the Services layer?