<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<system.serviceModel>
<services>
<service name="DevLeap.Linq.WCF.OrderService">
<endpoint
address="http://localhost:8000/OrderService"
binding="wsHttpBinding"
contract="DevLeap.Linq.WCF.IOrderService" />
<endpoint
address="net.tcp://localhost:35001/OrderService"
binding="netTcpBinding"
contract="DevLeap.Linq.WCF.IOrderService" />
</service>
</services>
</system.serviceModel>
</configuration>
