Javadoc
The @Oneway annotation if used should be there together with a @WebMethod annotation and it signals that the given method is only a one-way web service call.
@Oneway @Webmethod public void callMeAndDontWaitForReturnFromRuntime() { }
MainPage