[web2py] Web2py SOAP and local wsdl file

2013-06-17 Thread Barry Bridges
Hi all, I'm trying to create a SOAP server which uses a local wsdl file supplied by a third party. How can I use this within Web2py Thanks Barry -- --- You received this message because you are subscribed to the Google Groups web2py-users group. To unsubscribe from this group and stop

[web2py] Web2py SOAP

2011-02-10 Thread Oskari
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?

Re: [web2py] Web2py SOAP

2011-02-10 Thread Mariano Reingart
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