Click here to Skip to main content
15,885,855 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have written restful web-service using jersey API in java. I have to call this service from application which is already written in .net. It mean I have to write a .net based client to consume java based web service. I am not sure if jersey also support for .net framework. How can I do this task. I have already gone through various post but there is no proper explanation I found.

1. I am looking for rest based web service not soap based.
Posted
Updated 21-Nov-14 21:39pm
v2
Comments
Shubhashish_Mandal 24-Nov-14 6:41am    
As it is rest base service , that means it can be called from any app(.net, .java, or else). You dont need to think about the jersey client for .net. If it is a .net app use simple rest call using httpClient to call the rest service.

As rest service uses common form (either xml or json) for communication which makes it more flexible and language independent.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900