}
private void dispatchAndVerify(MessageContext msgContext) throws AxisFault {
RequestURIBasedDispatcher requestDispatcher = new RequestURIBasedDispatcher();
requestDispatcher.invoke(msgContext);
// check for the dispatching result
if (msgContext.getAxisService() == null || msgContext.getAxisOperation() == null) {
throw new AxisFault("I can not find a service for this request to be serviced." +
" Check the WSDL and the request URI");