I have this scenario:
1- WCF Data Service #1 with a custom entity (no entity framework)
2- WCF Data Service #2 with entities by entity framework.
My client should call just the WCF Data Service #2 the expose more then functions with own entities also function with entity from the WCF Data Service #1.
In other words, I call a service operation on WCF Data Service #2 that return an entity on WCF Data Service #1, but unfortunally it fail.
Any suggestion?