Error generating metadata

Hi

If I define my servicecontract with a namespace without the prefix http when I try visit the base address with the explorer I get the follow error:

The service encountered an error while generating metadata. See the trace files for more details.

[ServiceContract(Namespace="mycompany.com/ShopOnline")] --> Error

But If I set the prefix all works fine:

[ServiceContract(Namespace="http://mycompany.com/ShopOnline")] -->OK

Thanks in advance

Javier



Answer this question

Error generating metadata