phase.add(new JbiInWsdl1Interceptor(true));
phase.add(new JbiInInterceptor(true));
// ServerOut phase
phase = getInterceptors(Phase.ServerOut);
phase.add(new JbiFaultOutInterceptor());
phase.add(new JbiOutInterceptor(true));
phase.add(new JbiOutWsdl1Interceptor(true));
phase.add(new AttachmentsOutInterceptor());
phase.add(new StaxOutInterceptor());
phase.add(new SoapOutInterceptor(soapVersion));