BindingProvider p = (BindingProvider)proxy;
p.getRequestContext().put(BindingProvider.ENDPOINT_ADDRESS_PROPERTY,axisEndpoint);
DocLitWrappedProxy dwp = (DocLitWrappedProxy)proxy;
TestLogger.logger.debug(">> Invoking Proxy Synchronously");
String response = dwp.invoke(request);
TestLogger.logger.debug("Proxy Response =" + response);
// Try again
response = dwp.invoke(request);
TestLogger.logger.debug("Proxy Response =" + response);