RE: Help with installation of axis

2002-03-04 Thread Ramon Turnes
b.com -- -Original Message- From: Monika Solanki [mailto:[EMAIL PROTECTED]] Sent: Monday, March 04, 2002 11:01 AM To: [EMAIL PROTECTED] Subject: Re: Help with installation of axis Hello Thanks a lot for your help. I am quite new to the area of web services. I am finding a lot of problems in gettin

RE: Help with installation of axis

2002-03-04 Thread Jaspreet.Singh
TECTED]] > Sent: 04 March 2002 10:08 > To: [EMAIL PROTECTED] > Subject: RE: Help with installation of axis > > > This is becoz the required jar files are not in ur class path > > try using java -classpath $CLASSPATH$ > org.apache.axis.client.AdminClient > -

RE: Help with installation of axis

2002-03-04 Thread Vidyanand Murunikkara
-Original Message- From: Monika Solanki [mailto:[EMAIL PROTECTED]] Sent: Monday, March 04, 2002 2:01 AM To: [EMAIL PROTECTED] Subject: Re: Help with installation of axis Hello Thanks a lot for your help. I am quite new to the area of web services. I am finding a lot of problems in getting the

Re: Help with installation of axis

2002-03-04 Thread Monika Solanki
ROTECTED] www.hermes-softlab.com -- -OriginalMessage- From: Monika Solanki[mailto:[EMAIL PROTECTED]] Sent: Monday, March 04, 2002 9:37AM To: axis-user Subject: Help with installation ofaxis Can someone pls

RE: Help with installation of axis

2002-03-04 Thread Santala Arto
nika Solanki [mailto:[EMAIL PROTECTED]] Sent: 4. maaliskuuta 2002 10:37 To: axis-user Subject: Help with installation of axis Can someone pls explain , what is this statement from the installation doc for axis suppose to mean Locate the deployment descriptor for your service and execu

RE: Help with installation of axis

2002-03-04 Thread Ramon Turnes
  Hi Monika,   maybe you don't know what deployment descriptor files (.wsdd) are because the statement is very clear. Once you have developed a service, you need to describe it, in Axis this is done through WSDD files where you describe what the service does. WSDD files are very similar

RE: Help with installation of axis

2002-03-04 Thread Vaidya, Raghavendra (CORP, GEITC)
<[EMAIL PROTECTED]> 2002-03-04 09:37 Please respond to axis-user                 To:        axis-user <[EMAIL PROTECTED]>         cc:        (bcc: Joost den Boer/EHV/CE/PHILIPS)         Subject:        Help with installa

Re: Help with installation of axis

2002-03-04 Thread joost . den . boer
ond to axis-user                 To:        axis-user <[EMAIL PROTECTED]>         cc:        (bcc: Joost den Boer/EHV/CE/PHILIPS)         Subject:        Help with installation of axis         Classification:         Can someone pls explain , what is this statement from the installation

Help with installation of axis

2002-03-04 Thread Monika Solanki
Can someone pls explain , what is this statement from the installation doc for axis suppose to mean Locate the deployment descriptor for your service and execute the following command: java org.apache.axis.client.AdminClient -lhttp://localhost:8080/axis/services/AdminService deploy.wsdd Tha