Hi, I was wondering if there's a way to establish a subscriber/publisher (notification mechanism) between Java web services and .Net application (Winform/WebApp). Here's the scenario, there's a Java web services in place that our .Net application (running on multiple workstation) are
polling every few minutes to find out if there's any notification for a particular workstation/user. I ...