The only hurdle is creating an additional layer of DTOs and converting them to/from domain objects.
唯一障碍是创建其他 DTO 层和进行它们与域模型之间相互转换。
2
Either way, when you call one of the service methods the stub handles converting request data objects to XML, and returned XML to response data objects, using your selected data-binding framework.