Hi! I have several WSDL with complex types using xsd:any elements
In the input and output objects generated with wdsl2java this elements are converted to List<Object> I think that I should use org.w3c.dom.Element to handle it but I'm not sure about the implementation. Any one have a sample about how work with xsd:any elements and org.w3c.dom.Element?
