hi, I have also tried integrate OM with an asp.net application using VS 2003 and old OM soap methods. And my experience is that when you call some axis soap service from VS.net it will through an error for complex datatype (i guess interpolability issues)
try calling OM SOAP services by javascript SOAP client and see if it works as expected. manish On Thu, Jan 28, 2010 at 3:24 PM, Developer.NET <[email protected]> wrote: > I use WCF service and not WS integration tools in Visual Studio 2008, > now i can see the same parameters number of you. > > But when i call > Dim oRoomsList As New WCF_Rooms.RoomsList > oRoomsList= oRoomService.getRoomsPublic(SessionID, 1) > > i still have a RoomsList object with no data..... > > If i call oRoomService.getRooms(SessionID, 1, 500, "Name", True) the > SearchResult object returned tell me only that 8 rooms of type 1 are > present on OM plattform... but no rooms list ....... > > Ok, i can just save the ID of created rooms in WebApplication DB.... > but i prefere to get "current rooms" from OM platform instead of > search rooms in my WebApplication, try if room X or Y is still active > in OM platform and then show rooms list to users..... > > -- > 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. > > -- 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.
