[web2py] Re: SOAP & WSDL

2018-01-17 Thread Dave S
On Wednesday, January 17, 2018 at 5:24:05 PM UTC-8, visuallinux wrote: > > Hi all. > > Excuse for some off topic. > > I need to up a SOAP service so i think to use web2py. > > I have wsdl file. > > I use wsdl2interface for convert wsdl into Python clases > This is my wsdl file: > >

[web2py] SOAP & WSDL

2018-01-17 Thread 'FERNANDO VILLARROEL' via web2py-users
Hi all. Excuse for some off topic. I need to up a SOAP service so i think to use web2py. I have wsdl file. I use wsdl2interface for convert wsdl into Python clasesThis is my wsdl file: http://oap/ser - Pastebin.com | | | | || | | | | |

Re: [web2py] Re: uploadfolder outside web2py

2018-01-17 Thread Richard Vézina
Symlink is another option... I had use symlink for a while for uploads files as I was storing them on another system, so they were backuped and reduced the size of my linux box... I stop doing it because there network latency and the mount point was often down. But it works very well... Richard

[web2py] Re: uploadfolder outside web2py

2018-01-17 Thread 'Annet' via web2py-users
Hi Anthony, Thanks for helping me solve the issue, I very much appreciate your help. @richard. Thanks for your reply, I had a look at bindfs, I work with Linux and had a symbolic link on myapp/static/uploads I am not sure bindfs let me upload files to myapp/static/uploads and store them in a