Re: How to integrate the openmeetings into OA system

2010-01-22 Thread Giovanni
ok now it works
thank you

On 21 Gen, 16:22, Sebastian Wagner  wrote:
> also for debugging purpose you should consider using the maindebug.swf8.swf
> instead of main.swf8.swf to read the client side debug log which would show
> some more log.
>
> Sebastian
>
> 2010/1/21 Sebastian Wagner 
>
>
>
>
>
> > the param lzproxied=solo is missing in your url
> > That param is mandatory for all Links since 1.0.
>
> > Sebastian
>
> > 2010/1/21 Giovanni 
>
> >> Hi all,
> >> I'm using the latest nightly build of openmeetings 1.0 , but  when i
> >> use the setUserObjectAndGenerateRoomHash method and try to connect to
> >> the swf of openmeetings, the server log response this:
>
> >> DEBUG 01-21 14:56:53.938 UserService.java 963609 277
> >> org.openmeetings.axis.services.UserService [http-0.0.0.0-5080-2] -
> >> xmlString
> >> 
> >>  user
> >>  name
> >>  surname
> >>  
> >>  noem...@example.com
> >>  1
> >>  Administrator
> >> 
> >> DEBUG 01-21 14:56:53.942 ManageCryptStyle.java 963613 26
> >> org.openmeetings.utils.crypt.ManageCryptStyle [http-0.0.0.0-5080-2] -
> >> getInstanceOfCrypt:
> >> org.openmeetings.utils.crypt.managecryptst...@6208f57a
> >> DEBUG 01-21 14:56:53.942 ManageCryptStyle.java 963613 28
> >> org.openmeetings.utils.crypt.ManageCryptStyle [http-0.0.0.0-5080-2] -
> >> getInstanceOfCrypt:
> >> org.openmeetings.app.data.basic.configurationmanagem...@3a2c4ede
>
> >> and the page result blank.
> >> After getSession,loginUser and setUserObjectAndGenerateRoomHashByURL
> >> methods i user this address to connect to openmeeting:
> >> http://
> >> {server}:5080/openmeetings/main.swf8.swf?roomid=5&remoteUserid=1&sid=9571c0
> >>  887b554b0b11b6cfb543ce9055
>
> >> where {server} is my server name and sid is generated from the
> >> getSession method
>
> >> Can you tell me where i'm wrong?
>
> >> Thanks a lot
> >> Giovanni
>
> >> On 21 Gen, 09:38, Sebastian Wagner  wrote:
> >> > you may try a Nightly Build to make sure that all functions are
> >> available.
>
> >> > Sebastian
>
> >> > 2010/1/21 seven wsa 
>
> >> > > i using the last version, i haven't solved.. = =|||
>
> >> > > 2010/1/21 Sebastian Wagner 
>
> >> > > hi,
>
> >> > >> what versions are you using?
> >> > >> I guess you've somehow solved this already.
>
> >> > >> Sebastian
>
> >> > >> 2010/1/15 seven wsa 
>
> >> > >>> pls help.
>
> >> > >>> 2010/1/15 seven wsa 
>
> >> > >>> Hello friends,
>
> >> >  i want to integrate the openmeetings into java web OA
> >> >  now , i follow the "Integration Guide", use SoapMethods ,
> >> >  but
> >> >  the programm cant find "setUserObjectAndGenerateRoomHash"
>
> >> >  so, pls help me or could show tell me specific examples of the
> >> >  integration ?
>
> >> >  thanks
>
> >> > >>> --
> >> > >>> You received this message because you are subscribed to the Google
> >> Groups
> >> > >>> "OpenMeetings User" group.
> >> > >>> To post to this group, send email to
> >> openmeetings-u...@googlegroups.com.
> >> > >>> To unsubscribe from this group, send email to
> >> > >>> openmeetings-user+unsubscr...@googlegroups.com >> > >>>  i...@googlegroups.com> >> i...@googlegroups.com>
> >> > >>> .
> >> > >>> 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.laszlo-forum.de
> >> > >> seba.wag...@gmail.com
>
> >> > >> --
> >> > >> You received this message because you are subscribed to the Google
> >> Groups
> >> > >> "OpenMeetings User" group.
> >> > >> To post to this group, send email to
> >> openmeetings-u...@googlegroups.com.
> >> > >> To unsubscribe from this group, send email to
> >> > >> openmeetings-user+unsubscr...@googlegroups.com >> > >>  i...@googlegroups.com> >> i...@googlegroups.com>
> >> > >> .
> >> > >> 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
> >> openmeetings-u...@googlegroups.com.
> >> > > To unsubscribe from this group, send email to
> >> > > openmeetings-user+unsubscr...@googlegroups.com >> > >  i...@googlegroups.com> >> i...@googlegroups.com>
> >> > > .
> >> > > For more options, visit this group at
> >> > >http://groups.google.com/group/openmeetings-user?hl=en.
>
> >> > --
> >> > Sebastian
> >> Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://
> >>www.laszlo-forum.de
> >> > seba.wag...@gmail.com
>
> >> --
> >> You received this message because you are subscribed to the Google Groups
> >> "OpenMeetings User" group.
> >> To post to this group, send email to openmeetings-u...@googlegroups.com.
> >> To unsubscribe from this group, send email to
> >> openmeetings-user+unsubscr...@googlegroups.com >>  i...@googlegroups.com>
> >>

Re: How to integrate the openmeetings into OA system

2010-01-21 Thread Sebastian Wagner
also for debugging purpose you should consider using the maindebug.swf8.swf
instead of main.swf8.swf to read the client side debug log which would show
some more log.


Sebastian

2010/1/21 Sebastian Wagner 

> the param lzproxied=solo is missing in your url
> That param is mandatory for all Links since 1.0.
>
> Sebastian
>
> 2010/1/21 Giovanni 
>
>> Hi all,
>> I'm using the latest nightly build of openmeetings 1.0 , but  when i
>> use the setUserObjectAndGenerateRoomHash method and try to connect to
>> the swf of openmeetings, the server log response this:
>>
>> DEBUG 01-21 14:56:53.938 UserService.java 963609 277
>> org.openmeetings.axis.services.UserService [http-0.0.0.0-5080-2] -
>> xmlString
>> 
>>  user
>>  name
>>  surname
>>  
>>  noem...@example.com
>>  1
>>  Administrator
>> 
>> DEBUG 01-21 14:56:53.942 ManageCryptStyle.java 963613 26
>> org.openmeetings.utils.crypt.ManageCryptStyle [http-0.0.0.0-5080-2] -
>> getInstanceOfCrypt:
>> org.openmeetings.utils.crypt.managecryptst...@6208f57a
>> DEBUG 01-21 14:56:53.942 ManageCryptStyle.java 963613 28
>> org.openmeetings.utils.crypt.ManageCryptStyle [http-0.0.0.0-5080-2] -
>> getInstanceOfCrypt:
>> org.openmeetings.app.data.basic.configurationmanagem...@3a2c4ede
>>
>> and the page result blank.
>> After getSession,loginUser and setUserObjectAndGenerateRoomHashByURL
>> methods i user this address to connect to openmeeting:
>> http://
>> {server}:5080/openmeetings/main.swf8.swf?roomid=5&remoteUserid=1&sid=9571c0887b554b0b11b6cfb543ce9055
>>
>> where {server} is my server name and sid is generated from the
>> getSession method
>>
>> Can you tell me where i'm wrong?
>>
>>
>> Thanks a lot
>> Giovanni
>>
>>
>>
>>
>>
>>
>> On 21 Gen, 09:38, Sebastian Wagner  wrote:
>> > you may try a Nightly Build to make sure that all functions are
>> available.
>> >
>> > Sebastian
>> >
>> > 2010/1/21 seven wsa 
>> >
>> >
>> >
>> >
>> >
>> > > i using the last version, i haven't solved.. = =|||
>> >
>> > > 2010/1/21 Sebastian Wagner 
>> >
>> > > hi,
>> >
>> > >> what versions are you using?
>> > >> I guess you've somehow solved this already.
>> >
>> > >> Sebastian
>> >
>> > >> 2010/1/15 seven wsa 
>> >
>> > >>> pls help.
>> >
>> > >>> 2010/1/15 seven wsa 
>> >
>> > >>> Hello friends,
>> >
>> >  i want to integrate the openmeetings into java web OA
>> >  now , i follow the "Integration Guide", use SoapMethods ,
>> >  but
>> >  the programm cant find "setUserObjectAndGenerateRoomHash"
>> >
>> >  so, pls help me or could show tell me specific examples of the
>> >  integration ?
>> >
>> >  thanks
>> >
>> > >>> --
>> > >>> You received this message because you are subscribed to the Google
>> Groups
>> > >>> "OpenMeetings User" group.
>> > >>> To post to this group, send email to
>> openmeetings-u...@googlegroups.com.
>> > >>> To unsubscribe from this group, send email to
>> > >>> openmeetings-user+unsubscr...@googlegroups.com> i...@googlegroups.com>
>> > >>> .
>> > >>> 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.laszlo-forum.de
>> > >> seba.wag...@gmail.com
>> >
>> > >> --
>> > >> You received this message because you are subscribed to the Google
>> Groups
>> > >> "OpenMeetings User" group.
>> > >> To post to this group, send email to
>> openmeetings-u...@googlegroups.com.
>> > >> To unsubscribe from this group, send email to
>> > >> openmeetings-user+unsubscr...@googlegroups.com> i...@googlegroups.com>
>> > >> .
>> > >> 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
>> openmeetings-u...@googlegroups.com.
>> > > To unsubscribe from this group, send email to
>> > > openmeetings-user+unsubscr...@googlegroups.com> i...@googlegroups.com>
>> > > .
>> > > For more options, visit this group at
>> > >http://groups.google.com/group/openmeetings-user?hl=en.
>> >
>> > --
>> > Sebastian
>> Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://
>> www.laszlo-forum.de
>> > seba.wag...@gmail.com
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "OpenMeetings User" group.
>> To post to this group, send email to openmeetings-u...@googlegroups.com.
>> To unsubscribe from this group, send email to
>> openmeetings-user+unsubscr...@googlegroups.com
>> .
>>
>> 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.laszlo-forum.de
> seba.wag...@gmail.com
>



-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.goo

Re: How to integrate the openmeetings into OA system

2010-01-21 Thread Sebastian Wagner
the param lzproxied=solo is missing in your url
That param is mandatory for all Links since 1.0.

Sebastian

2010/1/21 Giovanni 

> Hi all,
> I'm using the latest nightly build of openmeetings 1.0 , but  when i
> use the setUserObjectAndGenerateRoomHash method and try to connect to
> the swf of openmeetings, the server log response this:
>
> DEBUG 01-21 14:56:53.938 UserService.java 963609 277
> org.openmeetings.axis.services.UserService [http-0.0.0.0-5080-2] -
> xmlString
> 
>  user
>  name
>  surname
>  
>  noem...@example.com
>  1
>  Administrator
> 
> DEBUG 01-21 14:56:53.942 ManageCryptStyle.java 963613 26
> org.openmeetings.utils.crypt.ManageCryptStyle [http-0.0.0.0-5080-2] -
> getInstanceOfCrypt:
> org.openmeetings.utils.crypt.managecryptst...@6208f57a
> DEBUG 01-21 14:56:53.942 ManageCryptStyle.java 963613 28
> org.openmeetings.utils.crypt.ManageCryptStyle [http-0.0.0.0-5080-2] -
> getInstanceOfCrypt:
> org.openmeetings.app.data.basic.configurationmanagem...@3a2c4ede
>
> and the page result blank.
> After getSession,loginUser and setUserObjectAndGenerateRoomHashByURL
> methods i user this address to connect to openmeeting:
> http://
> {server}:5080/openmeetings/main.swf8.swf?roomid=5&remoteUserid=1&sid=9571c0887b554b0b11b6cfb543ce9055
>
> where {server} is my server name and sid is generated from the
> getSession method
>
> Can you tell me where i'm wrong?
>
>
> Thanks a lot
> Giovanni
>
>
>
>
>
>
> On 21 Gen, 09:38, Sebastian Wagner  wrote:
> > you may try a Nightly Build to make sure that all functions are
> available.
> >
> > Sebastian
> >
> > 2010/1/21 seven wsa 
> >
> >
> >
> >
> >
> > > i using the last version, i haven't solved.. = =|||
> >
> > > 2010/1/21 Sebastian Wagner 
> >
> > > hi,
> >
> > >> what versions are you using?
> > >> I guess you've somehow solved this already.
> >
> > >> Sebastian
> >
> > >> 2010/1/15 seven wsa 
> >
> > >>> pls help.
> >
> > >>> 2010/1/15 seven wsa 
> >
> > >>> Hello friends,
> >
> >  i want to integrate the openmeetings into java web OA
> >  now , i follow the "Integration Guide", use SoapMethods ,
> >  but
> >  the programm cant find "setUserObjectAndGenerateRoomHash"
> >
> >  so, pls help me or could show tell me specific examples of the
> >  integration ?
> >
> >  thanks
> >
> > >>> --
> > >>> You received this message because you are subscribed to the Google
> Groups
> > >>> "OpenMeetings User" group.
> > >>> To post to this group, send email to
> openmeetings-u...@googlegroups.com.
> > >>> To unsubscribe from this group, send email to
> > >>> openmeetings-user+unsubscr...@googlegroups.com i...@googlegroups.com>
> > >>> .
> > >>> 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.laszlo-forum.de
> > >> seba.wag...@gmail.com
> >
> > >> --
> > >> You received this message because you are subscribed to the Google
> Groups
> > >> "OpenMeetings User" group.
> > >> To post to this group, send email to
> openmeetings-u...@googlegroups.com.
> > >> To unsubscribe from this group, send email to
> > >> openmeetings-user+unsubscr...@googlegroups.com i...@googlegroups.com>
> > >> .
> > >> 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
> openmeetings-u...@googlegroups.com.
> > > To unsubscribe from this group, send email to
> > > openmeetings-user+unsubscr...@googlegroups.com i...@googlegroups.com>
> > > .
> > > For more options, visit this group at
> > >http://groups.google.com/group/openmeetings-user?hl=en.
> >
> > --
> > Sebastian
> Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://
> www.laszlo-forum.de
> > seba.wag...@gmail.com
>
> --
> You received this message because you are subscribed to the Google Groups
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to
> openmeetings-user+unsubscr...@googlegroups.com
> .
> 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.laszlo-forum.de
seba.wag...@gmail.com
-- 

You received this message because you are subscribed to the Google Groups "OpenMeetings User" group.

To post to this group, send email to openmeetings-u...@googlegroups.com.

To unsubscribe from this group, send email to openmeetings-user+unsubscr...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/openmeetings-user?hl=en.



Re: How to integrate the openmeetings into OA system

2010-01-21 Thread Giovanni
Hi all,
I'm using the latest nightly build of openmeetings 1.0 , but  when i
use the setUserObjectAndGenerateRoomHash method and try to connect to
the swf of openmeetings, the server log response this:

DEBUG 01-21 14:56:53.938 UserService.java 963609 277
org.openmeetings.axis.services.UserService [http-0.0.0.0-5080-2] -
xmlString

  user
  name
  surname
  
  noem...@example.com
  1
  Administrator

DEBUG 01-21 14:56:53.942 ManageCryptStyle.java 963613 26
org.openmeetings.utils.crypt.ManageCryptStyle [http-0.0.0.0-5080-2] -
getInstanceOfCrypt:
org.openmeetings.utils.crypt.managecryptst...@6208f57a
DEBUG 01-21 14:56:53.942 ManageCryptStyle.java 963613 28
org.openmeetings.utils.crypt.ManageCryptStyle [http-0.0.0.0-5080-2] -
getInstanceOfCrypt:
org.openmeetings.app.data.basic.configurationmanagem...@3a2c4ede

and the page result blank.
After getSession,loginUser and setUserObjectAndGenerateRoomHashByURL
methods i user this address to connect to openmeeting:
http://{server}:5080/openmeetings/main.swf8.swf?roomid=5&remoteUserid=1&sid=9571c0887b554b0b11b6cfb543ce9055

where {server} is my server name and sid is generated from the
getSession method

Can you tell me where i'm wrong?


Thanks a lot
Giovanni






On 21 Gen, 09:38, Sebastian Wagner  wrote:
> you may try a Nightly Build to make sure that all functions are available.
>
> Sebastian
>
> 2010/1/21 seven wsa 
>
>
>
>
>
> > i using the last version, i haven't solved.. = =|||
>
> > 2010/1/21 Sebastian Wagner 
>
> > hi,
>
> >> what versions are you using?
> >> I guess you've somehow solved this already.
>
> >> Sebastian
>
> >> 2010/1/15 seven wsa 
>
> >>> pls help.
>
> >>> 2010/1/15 seven wsa 
>
> >>> Hello friends,
>
>  i want to integrate the openmeetings into java web OA
>  now , i follow the "Integration Guide", use SoapMethods ,
>  but
>  the programm cant find "setUserObjectAndGenerateRoomHash"
>
>  so, pls help me or could show tell me specific examples of the
>  integration ?
>
>  thanks
>
> >>> --
> >>> You received this message because you are subscribed to the Google Groups
> >>> "OpenMeetings User" group.
> >>> To post to this group, send email to openmeetings-u...@googlegroups.com.
> >>> To unsubscribe from this group, send email to
> >>> openmeetings-user+unsubscr...@googlegroups.com >>>  i...@googlegroups.com>
> >>> .
> >>> 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.laszlo-forum.de
> >> seba.wag...@gmail.com
>
> >> --
> >> You received this message because you are subscribed to the Google Groups
> >> "OpenMeetings User" group.
> >> To post to this group, send email to openmeetings-u...@googlegroups.com.
> >> To unsubscribe from this group, send email to
> >> openmeetings-user+unsubscr...@googlegroups.com >>  i...@googlegroups.com>
> >> .
> >> 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 openmeetings-u...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > openmeetings-user+unsubscr...@googlegroups.com > i...@googlegroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/openmeetings-user?hl=en.
>
> --
> Sebastian 
> Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://www.laszlo-forum.de
> seba.wag...@gmail.com
-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.




Re: How to integrate the openmeetings into OA system

2010-01-21 Thread Sebastian Wagner
you may try a Nightly Build to make sure that all functions are available.


Sebastian

2010/1/21 seven wsa 

> i using the last version, i haven't solved.. = =|||
>
>
>
>
> 2010/1/21 Sebastian Wagner 
>
> hi,
>>
>> what versions are you using?
>> I guess you've somehow solved this already.
>>
>>
>> Sebastian
>>
>> 2010/1/15 seven wsa 
>>
>>> pls help.
>>>
>>>
>>> 2010/1/15 seven wsa 
>>>
>>> Hello friends,

 i want to integrate the openmeetings into java web OA
 now , i follow the "Integration Guide", use SoapMethods ,
 but
 the programm cant find "setUserObjectAndGenerateRoomHash"

 so, pls help me or could show tell me specific examples of the
 integration ?

 thanks


>>>
>>> --
>>> You received this message because you are subscribed to the Google Groups
>>> "OpenMeetings User" group.
>>> To post to this group, send email to openmeetings-u...@googlegroups.com.
>>> To unsubscribe from this group, send email to
>>> openmeetings-user+unsubscr...@googlegroups.com
>>> .
>>> 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.laszlo-forum.de
>> seba.wag...@gmail.com
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "OpenMeetings User" group.
>> To post to this group, send email to openmeetings-u...@googlegroups.com.
>> To unsubscribe from this group, send email to
>> openmeetings-user+unsubscr...@googlegroups.com
>> .
>> 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 openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to
> openmeetings-user+unsubscr...@googlegroups.com
> .
> 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.laszlo-forum.de
seba.wag...@gmail.com
-- 

You received this message because you are subscribed to the Google Groups "OpenMeetings User" group.

To post to this group, send email to openmeetings-u...@googlegroups.com.

To unsubscribe from this group, send email to openmeetings-user+unsubscr...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/openmeetings-user?hl=en.



Re: How to integrate the openmeetings into OA system

2010-01-20 Thread seven wsa
i using the last version, i haven't solved.. = =|||




2010/1/21 Sebastian Wagner 

> hi,
>
> what versions are you using?
> I guess you've somehow solved this already.
>
>
> Sebastian
>
> 2010/1/15 seven wsa 
>
>> pls help.
>>
>>
>> 2010/1/15 seven wsa 
>>
>> Hello friends,
>>>
>>> i want to integrate the openmeetings into java web OA
>>> now , i follow the "Integration Guide", use SoapMethods ,
>>> but
>>> the programm cant find "setUserObjectAndGenerateRoomHash"
>>>
>>> so, pls help me or could show tell me specific examples of the
>>> integration ?
>>>
>>> thanks
>>>
>>>
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "OpenMeetings User" group.
>> To post to this group, send email to openmeetings-u...@googlegroups.com.
>> To unsubscribe from this group, send email to
>> openmeetings-user+unsubscr...@googlegroups.com
>> .
>> 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.laszlo-forum.de
> seba.wag...@gmail.com
>
> --
> You received this message because you are subscribed to the Google Groups
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to
> openmeetings-user+unsubscr...@googlegroups.com
> .
> 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 openmeetings-u...@googlegroups.com.

To unsubscribe from this group, send email to openmeetings-user+unsubscr...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/openmeetings-user?hl=en.



Re: How to integrate the openmeetings into OA system

2010-01-20 Thread Sebastian Wagner
hi,

what versions are you using?
I guess you've somehow solved this already.


Sebastian

2010/1/15 seven wsa 

> pls help.
>
>
> 2010/1/15 seven wsa 
>
> Hello friends,
>>
>> i want to integrate the openmeetings into java web OA
>> now , i follow the "Integration Guide", use SoapMethods ,
>> but
>> the programm cant find "setUserObjectAndGenerateRoomHash"
>>
>> so, pls help me or could show tell me specific examples of the integration
>> ?
>>
>> thanks
>>
>>
>
> --
> You received this message because you are subscribed to the Google Groups
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to
> openmeetings-user+unsubscr...@googlegroups.com
> .
> 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.laszlo-forum.de
seba.wag...@gmail.com
-- 

You received this message because you are subscribed to the Google Groups "OpenMeetings User" group.

To post to this group, send email to openmeetings-u...@googlegroups.com.

To unsubscribe from this group, send email to openmeetings-user+unsubscr...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/openmeetings-user?hl=en.



Re: How to integrate the openmeetings into OA system

2010-01-15 Thread seven wsa
pls help.


2010/1/15 seven wsa 

> Hello friends,
>
> i want to integrate the openmeetings into java web OA
> now , i follow the "Integration Guide", use SoapMethods ,
> but
> the programm cant find "setUserObjectAndGenerateRoomHash"
>
> so, pls help me or could show tell me specific examples of the integration
> ?
>
> thanks
>
>
-- 

You received this message because you are subscribed to the Google Groups "OpenMeetings User" group.

To post to this group, send email to openmeetings-u...@googlegroups.com.

To unsubscribe from this group, send email to openmeetings-user+unsubscr...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/openmeetings-user?hl=en.