Java calling .NET WebAPI
WebAPIs provide a way to expose functionality to the web in a generic way that any language with http support should be able to consume the API created. In one such project I recently worked on, I was able to test this out. This time using a Java (in my ( more… )