// First Iterate through the operations and find the relevant fromOM and toOM methods to be generated
ArrayList parameters = new ArrayList();
AxisOperation axisOperation = null;
AxisBindingOperation axisBindingOperation = null;
for (Iterator bindingOperationsIter = this.axisBinding.getChildren();
bindingOperationsIter.hasNext();) {
axisBindingOperation = (AxisBindingOperation) bindingOperationsIter.next();
axisOperation = axisBindingOperation.getAxisOperation();
// Add the parameters to a map with their type as the key
// this step is needed to remove repetitions
// process the input parameters