public void testOneWayPayload() throws Exception {
TestLogger.logger.debug("---------------------------------------");
TestLogger.logger.debug("test: " + getName());
// Create the input param
ObjectFactory factory = new ObjectFactory();
EchoString request = factory.createEchoString();
request.setInput("ONE-WAY JAXB PAYLOAD TEST");
// Invoke the Dispatch<Object> one-way
TestLogger.logger.debug(">> Invoking one-way Dispatch with JAX-B Parameter");
dispatchPayload.invokeOneWay(request);