body.addChild(operation);
operation.addAttribute("soapenv:encodingStyle", "http://schemas.xmlsoap.org/soap/encoding/", null);
OMElement part = omfactory.createOMElement("inputIntegerArray", "", null);
part.addAttribute("xsi:type", "SOAP-ENC:Array", null);
part.addAttribute("SOAP-ENC:arrayType", "xsd:int[3]", null);
OMElement value0 = omfactory.createOMElement("varString", "", null);
value0.addAttribute("xsi:type", "xsd:int", null);
value0.addChild(omfactory.createText("451"));
OMElement value1 = omfactory.createOMElement("varString", "", null);
value1.addAttribute("xsi:type", "xsd:int", null);
value1.addChild(omfactory.createText("425"));