channel factory null on debug?
- by Garrith
When I try to invoke a GetData contract using wcf rest in wcf test client mode I get this message:
The Address property on ChannelFactory.Endpoint was null. The ChannelFactory's Endpoint must have a valid Address specified.
at System.ServiceModel.ChannelFactory.CreateEndpointAddress(ServiceEndpoint endpoint)
at…