Windows Vista Forums
Vista Forums Home Join Vista Forums Donate Vista Tutorials Tags

Welcome to Vista Forums we are your forum to discuss Windows Vista x64 and x86 systems. Whether you need help or just want to post an idea you have on Vista, this is the forum for you.
Register at Vista forums...the world biggest Windows Vista resource Join Vista Forums Now

Go Back   Vista Forums > Microsoft Technical Newsgroups > Indigo

WCF service is not visible from clients outside the development computer.

 
 
Thread Tools Display Modes
Old 12-26-2007   #1 (permalink)
Mike
Guest


 

WCF service is not visible from clients outside the development computer.

WCF service is not visible from clients outside the development
computer.

I have the following service implementation

<services>



<service name="Hitnext.ActiveDialer.Services.ActiveDialerServices"

behaviorConfiguration="ServiceBehavior">



<endpoint name="netTCP_Endpoint"
binding="netTcpBinding"

contract="Hitnext.ActiveDialer.Services.IActiveDialerServices"

bindingConfiguration="netTCP_Bindings"/>



<endpoint name="MetaDataEchange"

binding="mexHttpBinding"

contract="IMetadataExchange" />



<host>

<baseAddresses>

<add baseAddress="net.tcp://somedomain.com:19000" />

<add baseAddress="http://localhost:18000" />

</baseAddresses>

</host>



</service>



</services>

I create a proxy in the client side thru the Add Service Reference tool
in VS.
When I run it from my computer (local development computer) it works
fine.

If I publish the app and try to run it from another computer, it does
not find the service (that is running in somedomain.com:19000).

So you know the service is running when I run the client, and I can
access somedomain.com:19000 via telnet from the client computer. And
also I redirect connection from ports 19000 and 18000 to the computer
running the service.

Any idea why it might now be working?

Thanks!








 

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Service outage for Mac clients? - 5 May 2008? WC Live Folder Share 2 05-06-2008 01:56 AM
Make Vista computer not visible on network Ken Varley Vista networking & sharing 3 04-06-2008 06:23 AM
Computer isn't visible Ken W Vista networking & sharing 3 01-29-2008 05:22 PM
Folder Not Visible in My Computer webberej Vista file management 5 01-15-2008 09:04 AM








Vistax64.com is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media 2005-2008

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50