phase = getInterceptors(Phase.ServerIn);
phase.add(new AttachmentsInInterceptor());
phase.add(new StaxInInterceptor());
phase.add(new SoapInInterceptor(soapVersion));
phase.add(new SoapActionInOperationInterceptor());
phase.add(new WsdlOperationInInterceptor());
phase.add(new MustUnderstandInterceptor());
phase.add(new JbiInWsdl1Interceptor(true));
phase.add(new JbiInInterceptor(true));
// ServerOut phase