Re: Monitoring Web Services

2007-11-28 Thread Antonio Manuel Muñiz Martín
Try SoapUI (www.soapui.org). With soapUI you can create a request automatically, send and recive response message. Bye. 2007/11/28, Charitha Kankanamge <[EMAIL PROTECTED]>: > > Raghu Upadhyayula wrote: > > > Hi, > > > > I've developed webservices using Axis2 1.3 version. > > > > The way my webser

Re: Monitoring Web Services

2007-11-27 Thread Charitha Kankanamge
Raghu Upadhyayula wrote: Hi, I’ve developed webservices using Axis2 1.3 version. The way my webservices work is the user first need to login using username & password. This login method returns a sessionId. Then the user can call the subsequent webservices APIs by passing the sessionId in t

Monitoring Web Services

2007-11-27 Thread Raghu Upadhyayula
Hi, I've developed webservices using Axis2 1.3 version. The way my webservices work is the user first need to login using username & password. This login method returns a sessionId. Then the user can call the subsequent webservices APIs by passing the sessionId in the SOAP Header, and aft