public XTSServiceTestClient()
{
// create a port and configure it with the WS context handler
port = service.getXTSServiceTestPortType();
List<Handler> handlerChain = new ArrayList<Handler>();
handlerChain.add(new JaxWSHeaderContextProcessor());
((BindingProvider)port).getBinding().setHandlerChain(handlerChain);
}