RE: How to pass on Session id in case of Web Services

2009-06-24 Thread Zakir Sayed
, 2009 8:49 AM To: JMeter Users List Subject: Re: How to pass on Session id in case of Web Services Hi you haven't provided details, when you login to the application, how do you get the session id? is it part of the response , a cookie, is the returned data xml ? is it html? whats it returned a

Re: How to pass on Session id in case of Web Services

2009-06-23 Thread Deepak Shetty
une 22, 2009 9:25 PM > To: JMeter Users List > Subject: Re: How to pass on Session id in case of Web Services > > depends on how you are getting the session id . Most webservices do not use > the Server http session id, are you making a separate call to get the > session id? > r

RE: How to pass on Session id in case of Web Services

2009-06-22 Thread Rekha Malik
method. Thanks, Rekha -Original Message- From: Deepak Shetty [mailto:shet...@gmail.com] Sent: Monday, June 22, 2009 9:25 PM To: JMeter Users List Subject: Re: How to pass on Session id in case of Web Services depends on how you are getting the session id . Most webservices do not use the

Re: How to pass on Session id in case of Web Services

2009-06-22 Thread Deepak Shetty
depends on how you are getting the session id . Most webservices do not use the Server http session id, are you making a separate call to get the session id? regards deepak On Sun, Jun 21, 2009 at 10:48 PM, Rekha Malik wrote: > Hi, > > I am using JMeter for testing of web services. But my I am no