I have a LiveCycle service which is exposed as a webservice. The service
contains a custom component that puts the XML into a data structure.
This last component was developped because the software that uses the
webservice couldn't handle the initial output (the entire xml was put as
one big blob in the WSDL). With the custom component, it was achieved
that all output types are shown as a complex type. But with the List,
the type within the list is "anyType", where it is supposed to be a
complex...