also please have a look at the way the date values are structured. It expects dd.MM.yyyy not dd-MM-yyyy
The order of params IS of course important, you have to EXACTLY match the API, everything else will fail. Sebastian 2011/3/17 pecado <[email protected]> > Its not a reason, I think :( > I tested with strict order of params > > Array > ( > [SID] => 46e441d68c158916f097d149791601fd > [name] => aasasas > [roomtypes_id] => 3 > [comment] => Created by SOAP-Gateway for LMS Platform > [numberOfPartizipants] => 1 > [ispublic] => > [appointment] => 1 > [isDemoRoom] => > [demoTime] => 0 > [isModeratedRoom] => 1 > [externalRoomType] => LMS > [validFromDate] => 2011-03-16 > [validFromTime] => 12:51 > [validToDate] => 2011-03-31 > [validToTime] => 12:51 > [isPasswordProtected] => > [password] => > [reminderTypeId] => 1 > [redirectURL] => http://onet.pl > ) > > Curl results: > > HTTP/1.1 100 Continue > > HTTP/1.1 500 Internal Server Error > Server: Apache-Coyote/1.1 > Content-Type: text/xml;charset=UTF-8 > Transfer-Encoding: chunked > Date: Thu, 17 Mar 2011 06:42:32 GMT > Connection: close > > <?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope > xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring>unknown</faultstring><detail > /></soapenv:Fault></soapenv:Body></soapenv:Envelope> > > -- > 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. > -- Sebastian Wagner http://www.webbase-design.de http://openmeetings.googlecode.com http://www.wagner-sebastian.com [email protected] -- 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.
