From: webwann on
I would like to know how you called your WCF services within CF. I'm trying to
make a call to a 3rd party .svc but cannot consume the service. I get cannot
create stub error. I would love to see how you try connecting to the service

From: Bryant Byrd on
We never got this adequately resolved. Instead, we wrote a .NET 1.1 style
(asmx) Web Service wrapper around the svc code. We were lucky in that we had
control of the Web Service code but this may not be a good option for you.
Please post a message here if you find any new information.

From: webwann on
Thank you for the reply and I will post back any new information