Hi Martin, All
I've run into the known issue in SOAP-WSDL (using 2.00.10) regarding the lack of support for recursion. (Problem noted by that 'Deep recursion on....' message that appears when attempting to compile a .wsdl with wsdl2perl.)
From reading other posts in the forum I tried using the 'Typemap' branch to get around the problem, which did avoid the 'recursion' failings, but it also resulted in only creating 'Interfaces', no Element information for example is generated.
However, if I use the 2.00.10 release instead of the 'Typemap' branch, then Element classes are created.
(I see the difference because I have multiple .wsdl's to compile to test this, not all of which expose the recursion limitation)
Does anyone know of a workaround or a later/different branch to try?