c# - Accept WCF request in WebAPI -


i need enable webapi rest service accept request in format of:

www.someurl.com/oldservice.svc

i working on existing application used use wcf. these methods not have return 200 response. need rest service handle call can retire old wcf service, systems fail if don't support wcf request.

has done before?

edit:

is possible adding new route?

you can add wcf service (.svc) web api project adding new item , selecting web, show in list wcf service.


Comments

Popular posts from this blog

rdbms - what exactly the undo information lives in oracle? -

bash - How do you programmatically add a bats test? -

java - Getting exception in JDBC thin driver -