Sebastian,

Perhaps I am not being clear.
If I dont use methodgateway within the url for the soap request.  What
do I use?

I sent this request to the soap server:
http://localhost:5080/openmeetings/service=userservice&method=getSession
and I recieved "Requested resource not found"

So, I am unsure how to use the soap methods..

appreciatively

Miles
On Nov 1, 6:55 am, "seba.wag...@gmail.com" <seba.wag...@gmail.com>
wrote:
> There are multiple SOAP Services, each have their own URLs
>
> See:http://code.google.com/p/openmeetings/wiki/SoapMethods
>
> Sebastian
>
> 2010/11/1 HMiles <horace.mi...@konnectme.com>
>
>
>
>
>
> > Hello Sebastian,
>
> > I thought I was doing so.  I am using classic ASP and
> > Microsoft.XMLHTTP object.
> > I am new to SOAP so What URL would I send to the soap service if I do
> > not use the MethodGateway?
>
> > Sincerely Horace
>
> > On Nov 1, 5:48 am, "seba.wag...@gmail.com" <seba.wag...@gmail.com>
> > wrote:
> > > Hallo Horace,
>
> > > please consider using the SOAP Gateway.
>
> > > Sebastian
>
> > > 2010/11/1 HMiles <horace.mi...@konnectme.com>
>
> > > > I am using openmeetings_1_5_rc1_r3393
> > > > I am trying to implement the directlogin using the MethodGateway
>
> > > > I can get the sessionID returns sessionID
> > > > I can loginuser returns 1
> > > > If I use setuserobject I can successfully setusrobject return 1 and I
> > > > have successfully added rooms with addroom.
>
> > > > However, if  try try to setUserObjectAndGenerateRoomHash  I recieved
> > > > nothing.
> > > > 1. get sessionID
> > > > 2. loginUser
> > > > 3. setUserObjectAndGenerateRoomHash
> > > > returns no hash.
>
> > > > Here is the openmeetings log:
>
> > > > DEBUG 11-01 05:07:51.562 MethodGateway.java 5323609 75
> > > > org.openmeetings.servlet.outputhandler.MethodGateway
> > > > [http-0.0.0.0-5080-1] - service: userservice method: getSession
> > > > DEBUG 11-01 05:07:51.562 MainService.java 5323609 179
> > > > org.openmeetings.app.remote.MainService [http-0.0.0.0-5080-1] - ::
> > > > getsessiondata
> > > > DEBUG 11-01 05:07:51.562 Sessionmanagement.java 5323609 71
> > > > org.openmeetings.app.data.basic.Sessionmanagement
> > > > [http-0.0.0.0-5080-1] - startsession :: startsession
> > > > DEBUG 11-01 05:07:51.562 ManageCryptStyle.java 5323609 26
> > > > org.openmeetings.utils.crypt.ManageCryptStyle [http-0.0.0.0-5080-1] -
> > > > getInstanceOfCrypt:
> > > > org.openmeetings.utils.crypt.managecryptst...@c68351
> > > > DEBUG 11-01 05:07:51.562 ManageCryptStyle.java 5323609 28
> > > > org.openmeetings.utils.crypt.ManageCryptStyle [http-0.0.0.0-5080-1] -
> > > > getInstanceOfCrypt:
> > > > org.openmeetings.app.data.basic.configurationmanagem...@d76237
> > > > DEBUG 11-01 05:07:51.562 ManageCryptStyle.java 5323609 33
> > > > org.openmeetings.utils.crypt.ManageCryptStyle [http-0.0.0.0-5080-1] -
> > > > configKeyCryptClassName:
> > > > org.openmeetings.utils.crypt.MD5Implementation
> > > > DEBUG 11-01 05:07:51.593 MethodGateway.java 5323640 75
> > > > org.openmeetings.servlet.outputhandler.MethodGateway
> > > > [http-0.0.0.0-5080-2] - service: userservice method: loginUser
> > > > DEBUG 11-01 05:07:51.593 Usermanagement.java 5323640 229
> > > > org.openmeetings.app.data.user.Usermanagement [http-0.0.0.0-5080-2] -
> > > > debug SIZE: 1
> > > > DEBUG 11-01 05:07:51.593 ManageCryptStyle.java 5323640 26
> > > > org.openmeetings.utils.crypt.ManageCryptStyle [http-0.0.0.0-5080-2] -
> > > > getInstanceOfCrypt:
> > > > org.openmeetings.utils.crypt.managecryptst...@c68351
> > > > DEBUG 11-01 05:07:51.609 ManageCryptStyle.java 5323656 28
> > > > org.openmeetings.utils.crypt.ManageCryptStyle [http-0.0.0.0-5080-2] -
> > > > getInstanceOfCrypt:
> > > > org.openmeetings.app.data.basic.configurationmanagem...@d76237
> > > > DEBUG 11-01 05:07:51.609 ManageCryptStyle.java 5323656 33
> > > > org.openmeetings.utils.crypt.ManageCryptStyle [http-0.0.0.0-5080-2] -
> > > > configKeyCryptClassName:
> > > > org.openmeetings.utils.crypt.MD5Implementation
> > > >  INFO 11-01 05:07:51.609 Usermanagement.java 5323656 240
> > > > org.openmeetings.app.data.user.Usermanagement [http-0.0.0.0-5080-2] -
> > > > chsum OK: 1
> > > > DEBUG 11-01 05:07:51.609 Sessionmanagement.java 5323656 286
> > > > org.openmeetings.app.data.basic.Sessionmanagement
> > > > [http-0.0.0.0-5080-2] - updateUser User: 1 ||
> > > > 30a2ab3aa3ac19b104bd5524c5bdc196
> > > > DEBUG 11-01 05:07:51.609 Sessionmanagement.java 5323656 313
> > > > org.openmeetings.app.data.basic.Sessionmanagement
> > > > [http-0.0.0.0-5080-2] - Found session to update:
> > > > 30a2ab3aa3ac19b104bd5524c5bdc196 userId: 1
> > > > DEBUG 11-01 05:07:51.609 MethodGateway.java 5323656 107
> > > > org.openmeetings.servlet.outputhandler.MethodGateway
> > > > [http-0.0.0.0-5080-2] - objName:
> > > > org.openmeetings.app.hibernate.beans.user.Users
> > > > DEBUG 11-01 05:07:51.625 MethodGateway.java 5323672 75
> > > > org.openmeetings.servlet.outputhandler.MethodGateway
> > > > [http-0.0.0.0-5080-1] - service: roomservice method:
> > > > setUserObjectAndGenerateRoomHash
>
> > > > No entry is made in the log after this point and nothing is returned.
>
> > > > here is the access log file
> > > > /openmeetings/MethodGateway?
>
> > service=userservice&method=loginUser&SID=30a2ab3aa3ac19b104bd5524c5bdc196&u­­sername=admin&userpass=xxxxxx
> > > > HTTP/1.1" 200 14
> > > > 216.161.170.250 - - [01/Nov/2010:05:07:51 -0700] "GET /openmeetings/
> > > > MethodGateway?
>
> > service=roomservice&method=setUserObjectAndGenerateRoomHash&SID=30a2ab3aa3a­­c19b104bd5524c5bdc196&username=&firstname=Juan&lastname=Jackson&profilePic­t­ureUrl=&email=jjack...@harvest4christ.net
>
> > &externalUserId=&externalUserType=&room_id=28&becomeModeratorAsint=1&ShowAu­­dioVideoTestasInt=1
> > > > HTTP/1.0" 200 -
>
> > > > loginuser and setUserObjectandGenerateRoomHash both return 200 ok
>
> > > > However, either I do not know how to retrieve the hash or no hash was
> > > > created.
>
> > > > Your help would be greatly appreciated
>
> > > > --
> > > > 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<openmeetings-user%2bunsubscr­...@googlegroups.com>
> > <openmeetings-user%2bunsubscr­...@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.wagner-sebastian.com
> > > seba.wag...@gmail.com- Hide quoted text -
>
> > > - Show quoted text -
>
> > --
> > 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<openmeetings-user%2bunsubscr­...@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.wagner-sebastian.com
> seba.wag...@gmail.com- Hide quoted text -
>
> - Show quoted text -

-- 
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.

Reply via email to