Hi!

I have a WebService, that returns an array of some messages. Each
message type is a class, derived from base class MESSAGE. XMLInclude
is present.

If I use my WebService with namespace "http://tempuri.org", everything
works fine on both regular and Compact Framework.
Since I'm going to use "http://mycompany.com" it gives me an
InvalidOperationException "Cannot find type for
http://tempuri.org/:FOO" on CF.NET. (FOO ist a message type, derived
from MESSAGE). But it works properly on the Big .NET Framework.

Is it a BUG or a feature? Is there a workaround for it.

A lot of thanks.

I'm sorry for my English.