Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I added the code to have the authentication and tested the code to book a conferece ( saveConference ). As a first step I call getDefaultConference and I set the correct properties.
It has been fine for a couple of days, today I started having a strange error on the client:
org.apache.axis2.AxisFault:Unspecified Error
On the server log I can see: 11:47:14,879 [9] ERROR Tandberg.TMS.External.SoapExceptionThrower - System.NullReferenceException: Object reference not set to an instance of an object. at Tandberg.TMS.External.Booking.BookingService.TrackSystemsInConference(ExConference exConference) at Tandberg.TMS.External.Booking.BookingService.SaveConference(ExConference exConfIn, Boolean bSingleInstance, Boolean includeSIPAnd3G, Boolean includeWebconferenceAndRecordingUri)
I see the same problem using SoapUI, the request is: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:book="http://tandberg.net/2004/02/tms/external/booking/"> <soapenv:Header> <book:ExternalAPIVersionSoapHeader> <book:ClientVersionIn>7</book:ClientVersionIn> </book:ExternalAPIVersionSoapHeader> </soapenv:Header> <soapenv:Body> <book:SaveConference> <book:Conference> <book:Title>Title</book:Title> <book:StartTimeUTC>2012-04-11 09:54:15Z</book:StartTimeUTC> <book:EndTimeUTC>2012-04-11 09:54:15Z</book:EndTimeUTC> <book:ConferenceType>Automatic Call Launch</book:ConferenceType> <book:Bandwidth>8b/512kbps</book:Bandwidth> <bookictureMode>Continuous Presence</bookictureMode> <bookataConference>No</bookataConference> <book:ShowExtendOption>Yes</book:ShowExtendOption> <bookassword>1234</bookassword> <book:ISDNRestrict>false</book:ISDNRestrict> </book:Conference> </book:SaveConference> </soapenv:Body> </soapenv:Envelope>
Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: