assertNotNull(service);
DocLitnonWrappedProxy proxy = service.getPort(portName, DocLitnonWrappedProxy.class);
assertNotNull(proxy);
BindingProvider p = (BindingProvider)proxy;
p.getRequestContext().put(BindingProvider.ENDPOINT_ADDRESS_PROPERTY,axisEndpoint);
ReturnType response = proxy.invoke(invokeObj);
assertNotNull(response);
TestLogger.logger.debug(">>Response =" + response.getReturnStr());
TestLogger.logger.debug("-------------------------------------");
}