AddNumbersHandlerPortType proxy = service.getAddNumbersHandlerPort();
BindingProvider bp = (BindingProvider) proxy;
bp.getRequestContext().put(BindingProvider.ENDPOINT_ADDRESS_PROPERTY,
axisEndpoint);
proxy.oneWayInt(11);
// one-way invocations run in their own thread,
// and we can't tell here in the client when it
// has completed. So, we need to wait long enough
// for the invocation to complete, so our log file