I have a fully implemented, feature-rich library assembly. I want to
expose the method calls that are available in the library as a WCF
service. I am a strong WCF and web services developer in general and I
know how I could do this manually, but given that all I want to do is
add a service "layer" to my assembly I'm looking for tips or tricks
people might have to short cut this. Code generation wouldn't be
ideal, but I wouldn't mind looking into it if there is something like
that out there. Basically I'm trying to avoid writing Entity classes
for all of the data that will go back and forth and manually creating
web service method stubs that pass through to the underlying library.

Thanks

Reply via email to