getService().getInInterceptors().add(new AttachmentInInterceptor());
getService().getInInterceptors().add(new SoapHeaderInterceptor());
getService().getInInterceptors().add(new CheckFaultInterceptor());
getService().getInInterceptors().add(new URIMappingInterceptor());
getService().getInInterceptors().add(new StaxInInterceptor());
getService().getInInterceptors().add(new SoapActionInInterceptor());
getService().getOutInterceptors().add(new DataOutInterceptor());
getService().getOutInterceptors().add(new AttachmentOutInterceptor());
getService().getOutInterceptors().add(new StaxOutInterceptor());