> You can cast your async service instance in client code to ServiceDefTarget, then invoke setServiceEntryPoint(...) on it with the desired URL.
That worked, now my servlet is getting called and I can see entries in the tomcat log.
Thank you!