RE: Deploying Web Services

2005-01-07 Thread Arijit Mukherjee
Arijit From: Gaurav Juneja [mailto:[EMAIL PROTECTED] Sent: 07 January 2005 14:55To: [EMAIL PROTECTED]Subject: Deploying Web Services HI,   I am creating one sample web service implementation. I have created the wsdl file and also the Java files from this wsdl file

Deploying Web Services

2005-01-07 Thread Gaurav Juneja
HI,   I am creating one sample web service implementation. I have created the wsdl file and also the Java files from this wsdl file.   Now how do I deploy all these on the Tomcat.   Thanks Gaurav Juneja    

Life cycle for deploying web services in axis and using them.

2004-09-24 Thread Sagar Pidaparthi
Hi,   I follow a life cycle in deploying Axis web services which looks convoluted.   Use java2wsdl get wsdls Use wsdl2java to wsdd files and proxies. Use the generated wsdd to create a deployment descriptor to be added to server-config.wsdd.  This requires quite a few chan

Re: Problem in deploying web services client using AdminClient

2004-05-31 Thread anup sinha
Hi  I was getting the same error, but when i moved  class to WEB-INF\Class folder, its working fine. Try this   Anup KumarAsanka Priyanjitih <[EMAIL PROTECTED]> wrote:   Hi All     I try to deploy some web service using AdminClinet, but after deploying that I can able to access AdminServ

Problem in deploying web services client using AdminClient

2004-05-27 Thread Asanka Priyanjitih
  Hi All     I try to deploy some web service using AdminClinet, but after deploying that I can able to access AdminServlet (http://127.0.0.1:8080/axis/servlet/AxisServlet)   It display following error   And now... Some Services AXIS error Sorry, something seems to have gone wron

Problem in deploying web services client using AdminClient

2004-05-27 Thread Asanka Priyanjitih
  Hi All     I try to deploy some web service using AdminClinet, but after deploying that I can able to access AdminServlet (http://127.0.0.1:8080/axis/servlet/AxisServlet)   It display following error   And now... Some Services AXIS error Sorry, something seems to have gone wron

Re: Problem Deploying Web Services with WSDD

2004-01-26 Thread Ben Souther
e any good ideas. Hopefully someone else using Tomcat > might be able to help. > > Bill > > -Original Message- > From: Mark Melia [mailto:[EMAIL PROTECTED] > Sent: Sunday, January 25, 2004 5:48 AM > To: [EMAIL PROTECTED] > Subject: RE: Problem Deploying Web Services w

RE: Problem Deploying Web Services with WSDD

2004-01-25 Thread Mark Melia
Deploying Web Services with WSDD Hi Mark, Bill Isn't there a stack trace as part of the HTTP:500 in the browser? Regards, Richard -Original Message- From: Mark Melia [mailto:[EMAIL PROTECTED] Sent: 25 January 2004 10:48 To: [EMAIL PROTECTED] Subject: RE: Problem Deploying Web Services

RE: Problem Deploying Web Services with WSDD

2004-01-25 Thread Heitzeg, Bill
Mark, Sorry, I don't have any good ideas. Hopefully someone else using Tomcat might be able to help. Bill -Original Message- From: Mark Melia [mailto:[EMAIL PROTECTED] Sent: Sunday, January 25, 2004 5:48 AM To: [EMAIL PROTECTED] Subject: RE: Problem Deploying Web Services

RE: Problem Deploying Web Services with WSDD

2004-01-25 Thread Richard Martin
Hi Mark, Bill Isn't there a stack trace as part of the HTTP:500 in the browser? Regards, Richard -Original Message- From: Mark Melia [mailto:[EMAIL PROTECTED] Sent: 25 January 2004 10:48 To: [EMAIL PROTECTED] Subject: RE: Problem Deploying Web Services with WSDD Bill, No exce

RE: Problem Deploying Web Services with WSDD

2004-01-25 Thread Mark Melia
Bill, No exception trace! any other ideas? Mark -Original Message- From: Heitzeg, Bill [mailto:[EMAIL PROTECTED] Sent: 24 January 2004 21:55 To: [EMAIL PROTECTED] Subject: RE: Problem Deploying Web Services with WSDD Mark, Are you getting an exception trace in Tomcat

RE: Problem Deploying Web Services with WSDD

2004-01-24 Thread Heitzeg, Bill
: Saturday, January 24, 2004 1:40 PM To: [EMAIL PROTECTED] Subject: Problem Deploying Web Services with WSDD Hi all, A quick question, about deploying services, any help you can give me will be much appriciated; I have written a service in java and deployed it using AdminClient. According to

Problem Deploying Web Services with WSDD

2004-01-24 Thread Mark Melia
Hi all, A quick question, about deploying services, any help you can give me will be much appriciated; I have written a service in java and deployed it using AdminClient. According to AdminClient the service was deployed successfully and when I call 'AdminClient list' I can see my newly deployed

Re: Un/Deploying web services w/o AdminClient

2003-07-14 Thread Davanum Srinivas
Added to Wiki... --- Peter Ross <[EMAIL PROTECTED]> wrote: > On Fri, Jul 11, 2003 at 12:48:12PM -0700, mzahirovic wrote: > >The interface of the web services is changing constantly so is the > >wsdd file. This is just a part of the ongoing development. > > > >How do you restart just a

Re: Un/Deploying web services w/o AdminClient

2003-07-14 Thread Peter Ross
On Fri, Jul 11, 2003 at 12:48:12PM -0700, mzahirovic wrote: >The interface of the web services is changing constantly so is the >wsdd file. This is just a part of the ongoing development. > >How do you restart just axis application using an ant task? > See http://marc.theaimsgroup.com

RE: Un/Deploying web services w/o AdminClient

2003-07-11 Thread mzahirovic
Title: RE: Un/Deploying web services w/o AdminClient   The interface of the web services is changing constantly so is the wsdd file. This is just a part of the ongoing development.   How do you restart just axis application using an ant task

RE: Un/Deploying web services w/o AdminClient

2003-07-11 Thread Dennis Sherman
Title: RE: Un/Deploying web services w/o AdminClient And restart the axis application under tomcat -- which can be done by an ant task.  The only reason to undeploy/deploy is if you are altering the content of your service's wsdd file. --Dennis R. ShermanEndeavor Information Systems84

RE: Un/Deploying web services w/o AdminClient

2003-07-11 Thread Carter, John G
Title: RE: Un/Deploying web services w/o AdminClient Seems to me if you haven't changed your interface (ie if you're just making code changes), you don't need to do the whole undeploy/deploy thing.  Just replace the binaries in the appropriate places. -Original Mes

Un/Deploying web services w/o AdminClient

2003-07-11 Thread mzahirovic
Is there a way to un/deploy web services into axis without using the AdminClient? It seems that in order to redeploy a web service I have to first undeploy, then deploy it, as well as restart the Tomcat. This whole proccess takes too long and I'm looking to improve the time it takes to run Admin

RE: Problem with deploying web services with axis...

2002-04-08 Thread Brenda Coulson
your J2EE engine to have the Axis webapps, the execution of the AdminClient should succeed. brenda -Original Message- From: Stickley, Jim [mailto:[EMAIL PROTECTED]] Sent: Monday, April 08, 2002 5:15 PM To: '[EMAIL PROTECTED]' Cc: '[EMAIL PROTECTED]' Subject: Problem wi

Problem with deploying web services with axis...

2002-04-08 Thread Stickley, Jim
I am having a problem locating the following file (referenced in your installation guide and clipped out below): /axis/services/AdminService I can not find anything in the source, or the webapps that looks anything like this. I figure it is a file that someone has forgotten to i