Click here to Skip to main content
15,884,425 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am creating WCF Services with proprietary datatypes. How to consume the proprietary datatypes in client side.
Posted
Updated 16-Aug-12 19:25pm
v3
Comments
Kenneth Haugland 17-Aug-12 0:56am    
Huh? Are you actually asking how to use the WCF service or did I miss something completely?
Sergey Alexandrovich Kryukov 17-Aug-12 0:59am    
Not clear at all. Please explain.
--SA
virang_21 17-Aug-12 1:31am    
Add a reference to your DTO classes in application that is consuming your WCF service so when you add a service refernece to your WCF consuming application you can use the proprietary object that any method in your service is returning.
CH Guravaiah 17-Aug-12 4:17am    
thank you

1 solution

Found several interestiong things on Google[^], and I wouldnt be suprised if you found some documentation htat would explain your question too :)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900