Link to home
Start Free TrialLog in
Avatar of farooqam
farooqam

asked on

JAX-RS type framework for .NET WCF services?

Is there a JAX-RS type framework for .NET WCF services? WCF allows for "rest style" services but evidently lacks an easy way to build URL's to return to the client. I am looking to avoid hand-crafting a response to the client. Normally, I see WCF methods returning data contracts which makes the API message based and not RESTful. Thanks!
Avatar of Darren
Darren
Flag of Ireland image

Hi,

Don't know if you've seen this. It's not an exact answer but could prove useful.

http://www.intertech.com/Blog/net-wcf-vs-java-jax-ws-and-jax-rs/

Cheers,

Darren
ASKER CERTIFIED SOLUTION
Avatar of farooqam
farooqam

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of farooqam
farooqam

ASKER

My proposed solution fits my problem.