method.addAttribute("xmlns:xsi","http://www.w3.org/2001/XMLSchema-instance",null);
method.addAttribute("xmlns:ns2", "http://soapinterop.org/types", null);
method.addAttribute("xmlns:wsdl", "http://schemas.xmlsoap.org/wsdl/", null);
OMElement value1 = fac.createOMElement("param", null);
OMElement value2 = fac.createOMElement("soapStruct", null);
OMElement value3 = fac.createOMElement("varString", null);
OMElement value4 = fac.createOMElement("varInt", null);
OMElement value5 = fac.createOMElement("varFloat", null);