Hi to all, I'm pretty new to web service and also I'm not a guru of web2py so be patient :-) but anyway I've the following problem: I need to emulate one of the Sharepoint web service or better say one method of the web service ( web service Lists.asmx method AddAttachment). I know that web2py supports SOAP service but the documentation in online book is not enough for me. What I need is: -create a web service with name Lists.asmx that has a method that accept 4 arguments: listName (String) listItemID (String) fileName (String) file (File) and returns a string
Is web2py suitable for such task? If yes could you show me some examples; if no could you point me to any others python solutions? Thank you for you help Thank you for web2py framework Thank you for web2py community Regards m3tr0 -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

