//endpoint.getInInterceptors().add(new SOAPHandlerInterceptor(jaxwsBinding));
chain.add(new SOAPHandlerInterceptor(jaxwsBinding));
} else {
// TODO: what for non soap bindings?
}
chain.add(new DispatchLogicalHandlerOutInterceptor(jaxwsBinding));
}
chain.add(new MessageSenderInterceptor());
chain.add(new DispatchOutInterceptor());