DayLaborer
Programmer
I'm writing a WCF service that will called by a Linux client. Can I return "complex"/custom datatypes? For example, can I return a "BigFatobject" type that contains other objects like a String, an Image, and a Guid? I know, of course, I need to define these in the WCF's interface with the DataContract and DataMember tags. But once I do that, can I just return such complex objects and it will get translated?
If not, what types are safe? I have been Googling for the longest time and I cannot find a clear explanation of the "rules" on how to design my WCF service so it's appropriate for consumption by a Linux client...
Thanks,
Eliezer
If not, what types are safe? I have been Googling for the longest time and I cannot find a clear explanation of the "rules" on how to design my WCF service so it's appropriate for consumption by a Linux client...
Thanks,
Eliezer