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 _______________________________________________ maemo-developers mailing list [email protected] https://lists.maemo.org/mailman/listinfo/maemo-developers
