Hi,
I am dealing with web services, and according to the documentation Adapter is the better approach. However, my Oracle-database is pretty cumbersome, meaning that there are many irrelevant fields for the client. To make a long story short, I decided to expose "light" classes to the client, and to completely work with the LLBLGen classes in the Server side after performing appropriate conversions from the light classes.
Now, knowing that the client does not get LLBLGen classes, should I still prefer Adapter over SelfServicing?
And in general, are there any performance issues I should consider when choosing between Adapter and SelfServicing?