.net Serializable DTO
Design and Architecture
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I have a WebService-WS, WebApp-WA and DTOproject-DTO. I made a DTO, SZ, serializable and added it as reference to WS and WA. When I call webmethod WS.oneWS.method() it returns an array of WS.SZ where I need DTO.SZ. Am I missing something here apart from making SZ serializable? Please help me. Thanks in advance.