We have created RESTful web services using Spring’s REST support.
We need to call those web services from .NET aplication.
Is it possible to do this i.e. calling web services written in java from .NET?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
As long as you can deserialize objects serialized by the remote REST service, you wont have any difficulty using it in .NET. RESTful services are meant to be shared access multiple domains.
Especially if you plan on using WCF as a client the REST services, there is a brand new API emerging which is absolutely fantastic: http://wcf.codeplex.com/wikipage?title=WCF%20HTTP