public void testStructWithAnyArrayLaxComplex() throws Exception {
SOAPFactory factory = SOAPFactory.newInstance();
SOAPElement elem = factory.createElement("AnonTypeElementQualified", "tns",
"http://apache.org/type_test/types1");
elem.addNamespaceDeclaration("tns", "http://apache.org/type_test/types1");
SOAPElement floatElem = factory
.createElement("varFloat", "tns", "http://apache.org/type_test/types1");
floatElem.addTextNode("12.76");
elem.addChildElement(floatElem);
SOAPElement intElem = factory.createElement("varInt", "tns", "http://apache.org/type_test/types1");