if (success) {
if (log.isDebugEnabled()) {
log.debug("JAX-WS inbound handler chain invocation complete.");
}
// Set the dispatcher.
EndpointDispatcher dispatcher = getEndpointDispatcher(request, serviceEndpoint, serviceInstance);
Boolean ignoreSOAPVersion = false;
if(log.isDebugEnabled()){
log.debug("Checking for ProviderDispatcher instance");
}
if(dispatcher instanceof ProviderDispatcher){