getService().getInInterceptors().add(new StaxInInterceptor());
getService().getInInterceptors().add(new SoapActionInInterceptor());
getService().getOutInterceptors().add(new DataOutInterceptor());
getService().getOutInterceptors().add(new SoapActionOutInterceptor());
getService().getOutInterceptors().add(new AttachmentOutInterceptor());
getService().getOutInterceptors().add(new StaxOutInterceptor());
getService().getOutInterceptors().add(new SoapHeaderOutFilterInterceptor());
getService().getOutInterceptors().add(new SoapPreProtocolOutInterceptor());
getService().getOutInterceptors().add(new SoapOutInterceptor(getBus()));