}
} else {
throw new RuntimeException("Can not initialize SoapBinding, BindingInfo is not SoapBindingInfo");
}
sb.getInInterceptors().add(new MultipartMessageInterceptor());
sb.getInInterceptors().add(new ReadHeadersInterceptor());
sb.getInInterceptors().add(new MustUnderstandInterceptor());
sb.getInInterceptors().add(new StaxInInterceptor());
sb.getOutInterceptors().add(new AttachmentOutInterceptor());