I have created a simple WCF Server/Client HelloWorld app based on the example in the help files using version 2.5, Sept 24th.
I converted the mode to SelfServicing from Adapter and return an IEntityCollection object.
WCF runs well and I can stop the code as it requests an IEntityCollection , gets it correctly with many items, then sends it back. So the plumbing is ok.
However in the Service when returned, the IEntityCollection object always has a 0 Count.
Before I rip too far into the code, my question is: Does IEntityCollection (SelfServicing ) work over WCF Remoting?
The Help documentation only has examples for Adapter, so i am guessing not?
Thanks,
Ian