Нашел проблему ...
Отсутствует несколько разделов web.config:
<service name="Fully.Qualified.ServiceName">
<endpoint address="" behaviorConfiguration="Endpoint.Behavior.Name"
binding="webHttpBinding" contract="Fully.Qualified.ServiceInterface"></endpoint>
</service>
<endpointBehaviors>
<behavior name="Endpoint.Behavior.Name">
<enableWebScript />
</behavior>
</endpointBehaviors>
+ 1 Марку, думаю, он был на правильном пути, спасибо:)