I'm implementing asynchronous web services for WebLogic 11g, following this guide.
At some point it instructs to annotate the web service implementation class with @AsyncWebService. This annotation, or the package for that matter (oracle.webservices.annotations.async) is nowhere to be found. The guide instructs to install 'Oracle JRF Web Services Asynchronous services', which I cannot, but I don't think this contains the necessary dependencies, since it says it enables you to make use of the default JMS queues.
Where can I find the required jars containing the annotations?