I thought there would be lot more info/tutorials on this one, but some how I'm not able to figure out how to call an async web service using Java. The web service in question may not necessarily be a Java web service. I only have access to web service's run time WSDL. Any pointers will be greatly helpful.
Also would it be possible to dynamically call such a web service? The Dynamic Invocation Interface method javax.xml.rpc.Call
allows that for sync calls, but haven't found anything on async calls.