Check wcf configuration. Perhaps your service is published only at the local address.
for example, if you have a line that looks something like this:
<endpoint address="http://localhost/test" binding="wsHttpBinding" contract="WCF4Configuration.IEchoService"/>
Pay attention to localhost
source share