[maemo-developers] Re: SOAP Web Services
From: daniel wilms daniel.wilms at nokia.comDate: Mon Apr 20 08:42:09 EEST 2009
- Previous message: SOAP Web Services
- Next message: SOAP Web Services
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
hi, I don't know, how you've created your app, but you could do it with Python. There is a project, which does the parsing for you [1] and which helps u setting up the client with the help of the WSDL file. But it depends on what you want to do. If you only have one specific service, ZSI is a bit too much I guess. You could directly create the SOAP envelope and send it with urllib2 or httplib and then parse the response with python-xml. if this does not help, give a few more details about your app ;) [1] http://pywebsvcs.sourceforge.net/ daniel
- Previous message: SOAP Web Services
- Next message: SOAP Web Services
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]