-1

I have implemented OdataController(s) for my Web-API. Is it possible to use a ChannelFactory (or WebChannelFactory) to communicate with the Web-API, specifically i would like to call custom Functions and/or Actions.

Of course, the OdataController i have created does implement a ServiceContract. But i am not sure if this is possible because of the url/namespace.

Boghyon Hoffmann
  • 17,103
  • 12
  • 72
  • 170
AlvinfromDiaspar
  • 6,611
  • 13
  • 75
  • 140

1 Answers1

-1

So the answer is a resounding YES. I just implemented the service contract and set up Routing to make the service operations work.

AlvinfromDiaspar
  • 6,611
  • 13
  • 75
  • 140