OMElement value1 = fac.createOMElement("param1", null);
OMElement value2 = fac.createOMElement("param2", null);
OMElement value3 = fac.createOMElement("param3", null);
OMElement value4 = fac.createOMElement("Item", null);
OMElement value5 = fac.createOMElement("Item", null);
OMElement value6 = fac.createOMElement("Item", null);
value3.addAttribute("soapenc:arrayType","nsa:string[3]",null);
value3.addAttribute("soapenc:offset","[0]",null);
value3.addAttribute("xmlns:soapenc","http://schemas.xmlsoap.org/soap/encoding/",null);
value3.addAttribute("xmlns:nsa","http://www.w3.org/2001/XMLSchema",null);