Hello, I try to communicate with openmeetings web services with python suds.
When I invoke a service : client = Client(url_wsdl) #UserService?wsdl client.service.getSession() I get this error message : TypeNotFound: Type not found: '(Sessiondata, http://basic.beans.hibernate.app.openmeetings.org/xsd, )' But it seems that the SessionData type is defined in the same wsdl than the getSession function. Has anybody tried to access openmeetings web services with suds and has some experience to share? Thanks. -- You received this message because you are subscribed to the Google Groups "OpenMeetings User" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/openmeetings-user?hl=en.
