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