TestLogger.logger.debug("---------------------------------------");
TestLogger.logger.debug("test: " + getName());
// create the proxy instance. the WSDL used by this proxy
// should have a proper SOAP 1.2 binding configured
SOAP12EchoService service = new SOAP12EchoService();
Echo proxy = service.getPort(new QName("http://jaxws.axis2.apache.org/proxy/soap12", "EchoPort"), Echo.class);
BindingProvider p = (BindingProvider) proxy;
p.getRequestContext().put(BindingProvider.ENDPOINT_ADDRESS_PROPERTY, axisEndpoint);
// invoke the remote operation. send a key that tells the
// service send back a SOAP 1.2 response.