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?
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?