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")] --> ErrorBut If I set the prefix all works fine:
[
ServiceContract(Namespace="http://mycompany.com/ShopOnline")] -->OKThanks in advance
Javier

Error generating metadata
ErtanO
burnkrome
The namespace must be a valid URN. It doesn't need to be http though.
It could be something like "urn:mycompany.com/Shoponline".
Thanks,
Scott