operation2.setWsamappingList(op2actions);
as.addOperation(operation1);
as.addOperation(operation2);
as.mapActionToOperation("urn:org.apache.axis2.dispatchers.test:operation1", operation1);
as.mapActionToOperation("urn:org.apache.axis2.dispatchers.test:operation2", operation2);
messageContext.setWSAAction("urn:org.apache.axis2.dispatchers.test:operation2");
ActionBasedOperationDispatcher abod = new ActionBasedOperationDispatcher();