I have node.js server which acts like a proxy. It recieves localhost requests and forward them to web service on another domain. GET, POST and PUT requests work just fine.
I am using a ListView and an ObjectDataSource. The attributes of the ListView are as follows: <asp:ListView ID=\"BookmarkManagerListView\"
For a company that has their stack built on Apache Tomcat and JSP what would be the best web service platform to be leveraged by that infrastructure that would be consumed by .NET c开发者_C百科lient.