This example configuration is fairly similar to the Synchronous Example apart from method calls which have a void return and have no checked exceptions will be invoked asynchronously on the server side.
Notice that on the invocation factory we enable one way method calls.
Asynchronous one way methods are disabled by default (here is the reason).
Labels
