public void testEcho() throws Exception {
TestLogger.logger.debug("------------------------------");
TestLogger.logger.debug("Test : " + getName());
BareDocLitMinService service = new BareDocLitMinService();
DocLitBareMinPortType proxy = service.getBareDocLitMinPort();
BindingProvider p = (BindingProvider) proxy;
p.getRequestContext().put(BindingProvider.ENDPOINT_ADDRESS_PROPERTY, axisEndpoint);
p.getRequestContext().put(
BindingProvider.SOAPACTION_USE_PROPERTY, Boolean.TRUE);
p.getRequestContext().put(