Do you mean xsd:struct? It is not currently supported, but there are workarounds.
Look at this: http://code.google.com/p/pysimplesoap/issues/detail?id=4 I have to review and implement some patches, if you are interested in testing this let me know (if you can, comment on the ticket your examples and so on). BTW, multiple items can be mapped to python lists. Regards, Mariano Reingart http://www.sistemasagiles.com.ar http://reingart.blogspot.com On Thu, Feb 10, 2011 at 4:31 PM, Oskari <[email protected]> wrote: > Hi! > > I'm building a SOAP interface with web2py. How can I return an array > with that? I'm guessing its something like: > > @service.soap("test",args={},returns={'response':array} > > but that isn't recognised as a type. Any ideas?

