I have two questions - :
1) I have to provide wcf wrapper around my ddd project. So , do the below design is correct ?
Mvc -> ServiceLayer(Wcf) -> app -> domain -> infra
Or App service will act as wcf service.
2) I know that I have to expose dto's in service layer. So, what ever service method's i expose in domain services and app services, do i have to create the same name method service in service layer too and call domain service and app service from service layer.