OMElement method = fac.createOMElement("echoMultipleFaults1", omNs);
method.addAttribute("soapenv:encodingStyle","http://schemas.xmlsoap.org/soap/encoding/",null);
OMElement value = fac.createOMElement("whichFault", null);
OMElement value1 = fac.createOMElement("param1", null);
OMElement value2 = fac.createOMElement("param2", null);
OMElement value3 = fac.createOMElement("Item", null);
OMElement value4 = fac.createOMElement("Item", null);
OMElement value5 = fac.createOMElement("Item", null);