AdminClient

2005-02-01 Thread Edward Overly
I run AdminClient on my .wsdd and it doesn't generate any errors but my service isn't deployed. Even the -d option doesn't add anything. There must be something it doesn't like, but it isn't telling me. All errors go to standard out, right? It works ok on one of the axis examples.

RE: AdminClient

2005-02-01 Thread Sims, Scott
Check your Tomcat (or whatever web server you're running) output window for errors when you do the load. I have noticed that in instances like that AdminClient may not complain but the web server will complain profusely. From: Edward Overly [mailto:[EMAIL PROTECTED] Sent: Tuesday

How Run AdminClient on an other Port than 8080

2005-01-25 Thread Philippe Couas
Title: Message Hi, How Could i run AdminClient, if my Tomcat server is running on port 80 and not on port 8080 ?? Regards

Re: How Run AdminClient on an other Port than 8080

2005-01-25 Thread Davanum Srinivas
Usage: AdminClient [Options] [list | deployment-descriptor-files] Processes a set of administration commands. The following Options are available: -lurl sets the AxisServlet URL -hhostName sets the AxisServlet host -pportNumber sets the AxisServlet port

How to Run AdminClient

2005-01-21 Thread shreenu perera
Hi All I'm very very new to Axis Java. I installed axis jave . But no wI wamt to deploy a web service using admin client. Can any one explain how can I user admin client an dhow to deploy Calculator service. Other thing is I wan tto know that do i have to get the SRC pacakge to run the admin

RE: help on running AdminClient

2005-01-10 Thread Pramodh Peddi
, 8/9/04 From: tom chen [mailto:[EMAIL PROTECTED] Sent: Sunday, January 09, 2005 11:09 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: help on running AdminClient Hello All, I am trying to setup axis in tomcat 5.5.4 with java 5.0. I got an Exception in thread

RE: help on running AdminClient

2005-01-10 Thread tom chen
reduced that workload to 10%.” Network World, 8/9/04 “Imprivata Quells Management Burdens” CRN, 8/9/04 From: tom chen [mailto:[EMAIL PROTECTED] Sent: Sunday, January 09, 2005 11:09 PMTo: [EMAIL PROTECTED]Cc: [EMAIL PROTECTED]Subject: help on running AdminClient Hello All, I am trying

help on running AdminClient

2005-01-09 Thread tom chen
Hello All, I am trying to setup axis in tomcat 5.5.4 with java 5.0. I got an Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/axis/client/AdminClient. I do not know what is wrong. Please help! Thank you very much! --tom === D:\axis-1_2R

Cant find AdminClient class

2004-12-07 Thread Suzy Fynes
Hi, When I try to the Admin Client Im getting the following error Exception in thread main java.lang.NoClassDefFoundError: org/apache/axis/client/AdminClient Can anyone tell me how to setup my classpaths so that axis can find the class.I have all the axis jars in the axis lib

RE: Cant find AdminClient class

2004-12-07 Thread Koney, Satish
how are u running? as a standalone or as a task in ant? -Original Message- From: Suzy Fynes [SMTP:[EMAIL PROTECTED] Sent: Tuesday, December 07, 2004 9:54 PM To: [EMAIL PROTECTED] Subject: Cant find AdminClient class Hi, When I try to the Admin Client I'm getting

RE: Cant find AdminClient class

2004-12-07 Thread Arijit Mukherjee
%\lib\wsdl4j.jar; Cheers Arijit -Original Message- From: Suzy Fynes [mailto:[EMAIL PROTECTED] Sent: 07 December 2004 16:47 To: [EMAIL PROTECTED] Subject: RE: Cant find AdminClient class Stand alone -Original Message- From: Koney, Satish [mailto:[EMAIL PROTECTED] Sent: 07

RE: Cant find AdminClient class

2004-12-07 Thread Suzy Fynes
Will this hard code the classpath? -Original Message- From: Arijit Mukherjee [mailto:[EMAIL PROTECTED] Sent: 07 December 2004 17:01 To: [EMAIL PROTECTED] Subject: RE: Cant find AdminClient class Setup the classpath using a batch file or .sh file (if on linux or unix)... Something like

Re: Cant find AdminClient class

2004-12-07 Thread WAJSBERG Julien RD-BIZZ
yes otherwise, you can configure another variable with this specific classpath (like AXISCLASSPATH), and use this one when you launch the java interpreter : java -cp %AXISCLASSPATH% AdminClient ... (or java -cp $AXISCLASSPATH with unix). (maybe double quotes if you have spaces in your filepaths

RE: Cant find AdminClient class

2004-12-07 Thread Arijit Mukherjee
) do call setcp.bat %%i set CLASSPATH=.;build;%CLASSPATH% Execute setenv.bat - which will setup your classpath... Arijit -Original Message- From: Arijit Mukherjee Sent: 07 December 2004 17:06 To: '[EMAIL PROTECTED]' Subject: RE: Cant find AdminClient class Yup - but you need to set

Differences between the AdminClient and axis-admin Ant Task

2004-12-07 Thread William Ferguson
Anyone have any ideas why the following AdminClient commands works OK, but the axis-admin Ant task fails with 'Connection Refused'? java -classpath %AXIS_PATH% org.apache.axis.client.AdminClient -lhttp://localhost:7001/axis/services/AdminService src/desc/MyTest.wsdd target name=deployService

Re: Differences between the AdminClient and axis-admin Ant Task

2004-12-07 Thread Peter Smith
I successfully am using url instead of servletpath in the admin-task. For example: axis-admin url="" xmlfile="${src.dir}/${myws.pkg.dir}/deploy.wsdd" /axis-admin Cheers, Peter. William Ferguson wrote: Anyone have any ideas why the following AdminClie

RE: Differences between the AdminClient and axis-admin Ant Task

2004-12-07 Thread William Ferguson
!! 2 from 2 - thanks heaps Peter. -Original Message-From: Peter Smith [mailto:[EMAIL PROTECTED]Sent: Wednesday, 8 December 2004 3:46 PMTo: [EMAIL PROTECTED]Subject: Re: Differences between the AdminClient and axis-admin Ant TaskI successfully am using url instead

AdminClient under Linux

2004-11-18 Thread s1190202
Hey, I'm running Axis on a Linux Server and have a few problems in using the AdminClient there. This is the error message I'll get: # java org.apache.axis.client.AdminClient dayTimesGreeting.wsdd Warning: Major version number mismatch. Warning: Minor version number mismatch. Warning: Major

Re: AdminClient under Linux

2004-11-18 Thread karim
[EMAIL PROTECTED] wrote: Hey, I'm running Axis on a Linux Server and have a few problems in using the AdminClient there. This is the error message I'll get: # java org.apache.axis.client.AdminClient dayTimesGreeting.wsdd Warning: Major version number mismatch. Warning: Minor version number

RE: AdminClient under Linux

2004-11-18 Thread s1190202
-Original Message- From: karim [mailto:[EMAIL PROTECTED] Sent: Thursday, November 18, 2004 2:18 PM To: [EMAIL PROTECTED] Subject: Re: AdminClient under Linux [EMAIL PROTECTED] wrote: Hey, I'm running Axis on a Linux Server and have a few problems in using the AdminClient

Re: Cannot run AdminClient

2004-11-16 Thread hans lux
file. So, I just open the config file, and my deploy file, and copy and paste over the service declarations. This is fine for one shot, but I don't think it's a good way of doing things. Please someone shed somelight. I start to think the Admin and the AdminClient has some serious bug here

Re: Cannot run AdminClient

2004-11-16 Thread Vy Ho
could you please show me, how you are doing that ? Which one that you would like me to show? How I run the Admin locally in the WEB-INF? Or the way I run the AdminClient? For the Admin, first I copy all class files for the webservice into the class folder inside WEB-INF. Next, copy

Re: Cannot run AdminClient

2004-11-15 Thread Vy Ho
just open the config file, and my deploy file, and copy and paste over the service declarations. This is fine for one shot, but I don't think it's a good way of doing things. Please someone shed somelight. I start to think the Admin and the AdminClient has some serious bug here.

Cannot run AdminClient

2004-11-14 Thread V D
Running axis 1.2 RC, when I deploy the attachment example, I got the follow error: Processing file attachdeploy.wsdd Exception: AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException faultSubcode: faultString: java.net.ConnectException: Connection refused: connect

How to use AdminClient with local transport?

2004-10-26 Thread Kai Grossjohann
My coworkers think that enabling the AdminService is a security hole, but perhaps I could convince them if the AdminClient wasn't talking to Tomcat but would rather edit the file directly. Perhaps the local transport is my friend. But I don't understand how to use it. If I invoke AdminClient -l

How to change the port where AdminClient runs?

2004-10-20 Thread Koney, Satish
Is there anyway to change the port the AdminClient runs in Axis? I need this because, I am getting some error while deploying service using AdminClient. Error is: Oct 20, 2004 6:24:17 PM org.apache.axis.client.AdminClient process INFO: Processing file deploy.wsdd Oct 20, 2004 6:24:18 PM

Re: How to change the port where AdminClient runs?

2004-10-20 Thread Dan Ciarniello
Koney, Satish wrote: Is there anyway to change the port the AdminClient runs in Axis? I need this because, I am getting some error while deploying service using AdminClient. ... So I want to see the SOAP request and response message using TCPMON. But If I use 8080, it says the address is in use

RE: How to change the port where AdminClient runs?

2004-10-20 Thread Koney, Satish
The problem with the AdminClient is that it is not showing any useful message if it is invoked without any parameters. This is the message that is displayed. INFO: Usage: AdminClient xml-files | list But when I decompiled the AdminClient file I found that it is using command line arguments

Re: How to change the port where AdminClient runs?

2004-10-20 Thread Dan Ciarniello
Koney, Satish wrote: The problem with the AdminClient is that it is not showing any useful message if it is invoked without any parameters. This is the message that is displayed. INFO: Usage: AdminClient xml-files | list But when I decompiled the AdminClient file I found that it is using command

Running adminclient

2004-09-29 Thread Suzy Fynes
/ parameter name = allowedMethods value = validateDetails/ /service /deployment now when I run the adminclient Im getting the following error Processing file serviceDeployment/DetailsCheckServiceDeploy.wsdd Processing file http Exception:: java.io.FileNotFoundException: http (No such file

AdminClient gives 401 error on localhost???

2004-08-27 Thread Jonathan DiCarlo
Hello everybody, I'm having trouble deploying my first webservice on Axis. (I bet you hear that a lot). Specifically, I get a 401:unauthorized error when I run AdminClient (or the ant task axis-admin). The fine print in the error message says Remote administration access not allowed

RE: weblogic and AdminClient problem

2004-06-25 Thread nishit.kumar
Title: Re: weblogic and AdminClient problem Adding further to Ruchi's Question I am having trouble running my axis application with WebLogic 7. The stack trace is given below. Has anyone got any clue on this. #AxisFaultfaultCode: {http://schemas.xmlsoap.org/soap/envelope

FW: weblogic and AdminClient problem

2004-06-25 Thread nishit.kumar
Title: Re: weblogic and AdminClient problem Adding further to Ruchi's Question I am having trouble running my axis application with WebLogic 7. The stack trace is given below. Has anyone got any clue on this. #AxisFaultfaultCode: {http://schemas.xmlsoap.org/soap

Re: weblogic and AdminClient problem

2004-06-25 Thread Pranav Kapil
Title: Re: weblogic and AdminClient problem This directly suggest an erroronous Mel document... - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, June 25, 2004 2:26 PM Subject: FW: weblogic and AdminClient problem Adding further

RE: weblogic and AdminClient problem

2004-06-25 Thread nishit.kumar
Title: Re: weblogic and AdminClient problem Hi Pranav, The same program works fine when I run it stand alone. The difference is when I deploy in WebLogic it is taking its inputs from The JSP. However I saw the logs and the value obtained from the JSP is as it should be. Cheers, Nishit

Re: weblogic and AdminClient problem

2004-06-25 Thread Pranav Kapil
Title: Re: weblogic and AdminClient problem first...that was "XML document"... can you explain to me what exactly you are trying to do, which is giving this error... Cheers.. - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] ; [EMAIL PROTECTE

weblogic and AdminClient problem

2004-06-24 Thread Ruchi Sanghvi
Hi I am trying to deloy a wsdd file to weblogic 6.0 using the following command java org.apache.axis.client.AdminClient -p 7001 deploy.wsdd and get the following error message at the server Any help would be appreciated Jun 24, 2004 3:10:40 PM EDT Error HTTP [WebAppServletContext(3021676,axis)]

Re: weblogic and AdminClient problem

2004-06-24 Thread Gautham Mulakala
I got the same error. Restarting the server solved the problem. --Gautham On Thu, 2004-06-24 at 15:45, Ruchi Sanghvi wrote: Hi I am trying to deloy a wsdd file to weblogic 6.0 using the following command java org.apache.axis.client.AdminClient -p 7001 deploy.wsdd and get the following

Re: weblogic and AdminClient problem

2004-06-24 Thread Daniel Amadei
I didn't get this error but it seems to be a class version problem. Check your SAX Parser version / compatibility with Axis.Gautham Mulakala [EMAIL PROTECTED] wrote: I got the same error.Restarting the server solved the problem.--GauthamOn Thu, 2004-06-24 at 15:45, Ruchi Sanghvi wrote: Hi I am

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 AdminServlet

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

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

Re: AdminClient throws NoClassDefFoundError

2004-03-24 Thread smcardle
data types), I'm trying to deploy a web service wsdd-style. I get an error when executing Admin client though: granthul% java org.apache.axis.client.AdminClient Exception in thread main java.lang.NoClassDefFoundError: org/apache/axis/client/AdminClient -- Grant Hulbert, Internet Software

AdminClient throws NoClassDefFoundError

2004-03-23 Thread Grant Hulbert
: granthul% java org.apache.axis.client.AdminClient Exception in thread main java.lang.NoClassDefFoundError: org/apache/axis/client/AdminClient -- Grant Hulbert, Internet Software Architect Integrated Color Solutions, Inc. 2734 Loker, Carlsbad, CA 92008 office:760-942-7434 Home Office 760-599-1036

AdminClient problem, could not fetch the raised exception

2004-03-04 Thread Jacques-Albert De Blasio
the AdminClient from inside my own code. Now I am able to deploy web services that way. But if a problem occur (for instance, the wsdd file is not good), I can see in my log that an exception is raised, but I can not fetch it. Even if such a problem happens, AdminClient gives me the AdminDone processing

AdminClient within own application.

2004-01-14 Thread Jens Mittag
Hi! I have installed Axis and everything works fine. Deploying Webservices via the commandline, as told in the User Guide also works perfect. But now, I want to add a frontend to my application, whch manages the Webservices, makes it possible to deploy and undeploy them. And there comes my

Database web service: AdminClient

2003-12-01 Thread neil.2.robinson
Title: Database web service: AdminClient Hello, I want to create a simple web service that connects to a database and provides an operation to query this database (and return the results). However, the first operation of the web service is to connect to the database. I have tested

Re: Database web service: AdminClient

2003-12-01 Thread Michael Mangeng
Hi Neil The default URL the AdminClient uses to connect to the AxisServlet is: http://localhost:8080/axis/servlet/AxisServlet If you use another port/url you have to specify this with the -l attribute. e.g.: java -cp . org.apache.axis.client.AdminClient -lhttp://localhost/myApp/servlet

Unable to use AdminClient with axis

2003-11-25 Thread Mike Gorski
produces following error: Exception in thread main java.lang.NoClassDefFoundError: org/apache/axis/client/AdminClient Can someone please tell me how to get this installed correctly so I can deploy this sample application? Mike Mike Gorski eCommerce Developer AIWebTech 847-854-3186

Experience in AdminClient for Axis service deployment

2003-11-03 Thread ebm
Dear stephen, Yes. But I think I met the problem beyond the Apache Axis issue. The samples didn't give me any help. My problem is due to the different version of java excutable used in Tomcat Server and AdminClient. Because I set JAVA_HOME with JDK1.4.x's path(/usr/local/jdk) in setclasspath.sh

RE: hi everybody..i need little help please for deploying service using AdminClient over SSL

2003-10-31 Thread PARLEY,THUNDER (HP-MountainView,ex1)
-Original Message- From: teoman teoman [mailto:[EMAIL PROTECTED] Sent: Thursday, October 30, 2003 5:41 PM To: [EMAIL PROTECTED] Subject: hi everybody..i need little help please for deploying service using AdminClient over SSL hi all, when I tried to use AdminClient to deploy a service over SSL I

hi everybody..i need little help please for deploying service using AdminClient over SSL

2003-10-30 Thread teoman teoman
hi all, when I tried to use AdminClient to deploy a service over SSL I got exception as follow: java org.apache.axis.client.AdminClient -lhttps://servername:8443 deploy.wsddProcessing file deploy.wsddException:: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException

Experience in AdminClient for Axis service deployment

2003-10-30 Thread ebm
in this morning. I am glad to share my experience in deploying the axis services by AdminClient with those who meet the same problems with me. Preface My System includes: Redhat Linux 9 Tomcat 4.1.27 installed in /usr/local/tomcat Axis 1.1 installed in /usr/local/tomcat , its webapps/axis

hi everybody..i need little help please for deploying service using AdminClient

2003-10-30 Thread teoman teoman
hi everybodyl, when I tried to use AdminClient to deploy a service over SSL I got exception as follow: java org.apache.axis.client.AdminClient -lhttps://servername:8443 deploy.wsdd Processing file deploy.wsdd Exception:: javax.net.ssl.SSLHandshakeException

Re: Experience in AdminClient for Axis service deployment

2003-10-30 Thread Stephen Gordon
for answer in axis user group but in vain. I tried to deploy it by modifying many setup and scripts for hundred times. Finally I succeed in this morning. I am glad to share my experience in deploying the axis services by AdminClient with those who meet the same problems with me. Growbal Kuo

Re: AdminClient

2003-10-29 Thread Mees
2:58 PM To: [EMAIL PROTECTED] Subject: Re: AdminClient Bh! All aboard... You must have deployed at least once via AdminClient or ant task to see a server-config.wsdd. Was Tomcat running when you started the SOAPMonitor applet? Your classpath is [EMAIL PROTECTED] up

RE: AdminClient

2003-10-29 Thread Wilson, Allen
:15 PM To: [EMAIL PROTECTED] Subject: Re: AdminClient actually this happened to another guy about a week ago - same problem, leaving out the WEB-INF. guess i should have picked it up!! stephen Xavier Renard wrote: Wilson, Allen wrote: Here's the information that is in my paths

RE: AdminClient

2003-10-29 Thread Mees
: AdminClient actually this happened to another guy about a week ago - same problem, leaving out the WEB-INF. guess i should have picked it up!! stephen Xavier Renard wrote: Wilson, Allen wrote: Here's the information that is in my paths: AXIS_HOME=/opt/WWW/tomcat-4.1.18

RE: AdminClient

2003-10-29 Thread Wilson, Allen
No I was doing the stock example...and I have it working now Allen -Original Message- From: Mees [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 29, 2003 10:04 AM To: [EMAIL PROTECTED] Subject: RE: AdminClient if you are trying to run example 1 then it's going to be connection

RE: AdminClient

2003-10-28 Thread Wilson, Allen
Do you have to be in the directory of the wsdd of can you fully qualify the path -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, October 27, 2003 5:17 PM To: [EMAIL PROTECTED] Subject: Re: AdminClient The command is java org.apache.axis.utils.admin

RE: AdminClient

2003-10-28 Thread Sabyasachi . Gupta
Either way. You need to then copy the server-config.wsdd file this generates into WEB-INF (In case you are using tomcat.) Wilson, Allen [EMAIL PROTECTED] on 28 Oct 2003 14:16 Please respond to [EMAIL PROTECTED] To:[EMAIL PROTECTED] Subject:RE: AdminClient Do you have

Re: AdminClient

2003-10-28 Thread Mike Klein
As is mentioned in the docs, the server-config.wsdd is created as soon as you do your first deployment thru AdminClient. Use AdminClient to deploy the SOAPMonitor and then add SOAPMonitor configuration xml to global configuration of server-config.wsdd...on a dev't system it seems normal

RE: AdminClient

2003-10-28 Thread Sabyasachi . Gupta
server-config.wsdd is the file which gets generated once you run the AdminClient. on your wsdd file. After you code your service java class. Put your classes in the WEB-INF/classes directory Then edit your wsdd file to add the service and the allowed methods. Run the AdminClient on that wsdd

RE: AdminClient

2003-10-28 Thread Wilson, Allen
to communicate with the server. When I try to run the AdminClient (I was in the samples/stock directory and ran the command java org.apache.axis.utils.admin server deploy.wdd). I get the error Exception in thread main java.lang.NoClassDefFoundError: org/apache/axis/utils/admin I have tried moving

Re: AdminClient

2003-10-28 Thread Mike Klein
Bh! All aboard... You must have deployed at least once via AdminClient or ant task to see a server-config.wsdd. Was Tomcat running when you started the SOAPMonitor applet? Your classpath is [EMAIL PROTECTED] up. Check each entry for path validity. Axis libraries are delivered in a jar

RE: AdminClient

2003-10-28 Thread Wilson, Allen
to make sure that it could not be anything else... (thanks for the all aboard commentthat was great)... Allen -Original Message- From: Mike Klein [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 28, 2003 2:58 PM To: [EMAIL PROTECTED] Subject: Re: AdminClient Bh! All aboard

Re: AdminClient

2003-10-28 Thread Stephen Gordon
[mailto:[EMAIL PROTECTED] Sent: Tuesday, October 28, 2003 2:58 PM To: [EMAIL PROTECTED] Subject: Re: AdminClient Bh! All aboard... You must have deployed at least once via AdminClient or ant task to see a server-config.wsdd. Was Tomcat running when you started the SOAPMonitor applet

RE: AdminClient

2003-10-28 Thread Wilson, Allen
Tried that one also -Original Message- From: Stephen Gordon [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 28, 2003 3:29 PM To: [EMAIL PROTECTED] Subject: Re: AdminClient I think the problem is you're typing java org.apache.axis.utils.admin instead of java

RE: AdminClient

2003-10-28 Thread PARLEY,THUNDER (HP-MountainView,ex1)
the -l option and change the default server-config.wsdd which is in the axis jar under org/apache/axis/server/server-config.wsdd Personally, I just jar xvf extract this file and place it in the WEB-INF of my app then modify it here if needed (AdminClient will also modify this file). This allows me

RE: AdminClient

2003-10-28 Thread Wilson, Allen
java.lang.NoClassDefFoundError: org/apache/axis/client/AdminClient But when I check the path..that class is in the path and it is also in the axis.jar in the lib directory Allen -Original Message- From: PARLEY,THUNDER (HP-MountainView,ex1) [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 28, 2003 3:50 PM

Re: AdminClient

2003-10-28 Thread Xavier Renard
, October 28, 2003 2:58 PM To: [EMAIL PROTECTED] Subject: Re: AdminClient Bh! All aboard... You must have deployed at least once via AdminClient or ant task to see a server-config.wsdd. Was Tomcat running when you started the SOAPMonitor applet? Your classpath is [EMAIL PROTECTED] up. Check

Re: AdminClient

2003-10-28 Thread Stephen Gordon
else... (thanks for the all aboard commentthat was great)... Allen -Original Message- From: Mike Klein [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 28, 2003 2:58 PM To: [EMAIL PROTECTED] Subject: Re: AdminClient Bh! All aboard... You must have deployed at least once via

AdminClient

2003-10-27 Thread Wilson, Allen
Title: Message Hello... I am new to Axis and was wonder how do I start up the Admin Client. I've found the AdminClient class but I am not sure where to put it so it can be used? Allen This message may contain proprietary or confidential company information. Any unauthorized use

Re: AdminClient

2003-10-27 Thread Mees
I would try looking at this site, is a real help :D http://ws.apache.org/axis/java/install.html --- Wilson, Allen [EMAIL PROTECTED] wrote: Hello... I am new to Axis and was wonder how do I start up the Admin Client. I've found the AdminClient class but I am not sure where to put it so

RE: AdminClient

2003-10-27 Thread Wilson, Allen
I've looked there and it does not really point out anything definite. Thanks for help though. -Original Message- From: Mees [mailto:[EMAIL PROTECTED] Sent: Monday, October 27, 2003 4:22 PM To: [EMAIL PROTECTED] Subject: Re: AdminClient I would try looking at this site, is a real

AdminClient

2003-10-27 Thread Wilson, Allen
I've looked there and it does not really point out anything definite. Thanks for help though. -Original Message- From: Mees [mailto:[EMAIL PROTECTED] Sent: Monday, October 27, 2003 4:22 PM To: [EMAIL PROTECTED] Subject: Re: AdminClient I would try looking at this site, is a real

Re: AdminClient

2003-10-27 Thread Sabyasachi . Gupta
to [EMAIL PROTECTED] To:[EMAIL PROTECTED] Subject:AdminClient This message originated from the Internet. Its originator may or may not be who they claim to be and the information contained in the message

AdminClient Problem

2003-09-30 Thread Massimo Barabino
only when I deploy some services, but the AdminClient won't run untill I specify the remoteAdmin param in the server-config file. Obviously I cannot specify such param because the file doesn' t exist yet. How can I solve this? Is there another way (apart from deploying services) to create

Re: AdminClient Problem

2003-09-30 Thread Massimo Barabino
Benjamin Tomasini wrote: There is a way to run the AdminClient using the local option. The allows the server-config.wsdd to be created in the directory you run the client from. Here is an example from my ant script. I have left out my classpath, etc... ... Copy over a template file

Re: AdminClient throws java.lang.reflect.InvocationTargetExceptionwhile deploy

2003-08-19 Thread Stuart Barlow
, 2003 9:07 AM Subject: AdminClient throws java.lang.reflect.InvocationTargetException while deploy Hello All. I am getting a java.lang.reflect.InvocationTargetException exception while trying to deploy a simple service using the following command: java org.apache.axis.client.AdminClient -d

RE: AdminClient Exception...

2003-08-14 Thread Hansen, Richard
Are the web services classes on the Axis classpath? -Original Message- From: Jorge Alberto Rodriguez Suarez [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 12, 2003 3:16 PM To: [EMAIL PROTECTED] Subject: AdminClient Exception... Hi there! When iam making: java -cp

Re: AdminClient Exception...

2003-08-14 Thread Jorge Alberto Rodriguez Suarez
Yes, the web service classes are in a jar file inside de WEBINF/lib of the axis webapp! - Original Message - From: Hansen, Richard [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, August 12, 2003 5:08 PM Subject: RE: AdminClient Exception... Are the web services classes

AdminClient Exception...

2003-08-14 Thread Jorge Alberto Rodriguez Suarez
Hi there! When iam making: java -cp %AXIS_CLASSPATH% org.apache.axis.client.AdminClient -lhttp://pmat01:8080/axis/services/AdminS ervice emprel/sftm/webservice/cliente/deploy.wsdd triying to deploy my web service, iam reciving: Processing file emprel/sftm/webservice/cliente/deploy.wsdd

Re: AdminClient Exception...

2003-08-14 Thread Jorge Alberto Rodriguez Suarez
Alberto Rodriguez Suarez [EMAIL PROTECTED] Sent: Tuesday, August 12, 2003 6:49 PM Subject: RE: AdminClient Exception... You could try deploying just using the command: java -cp %AXIS_CLASSPATH% org.apache.axis.client.AdminClient emprel/sftm/webservice/cliente/deploy.wsdd I believe this should work

AdminClient throws java.lang.reflect.InvocationTargetException while deploy

2003-08-04 Thread Kartik
Hello All. I am getting a java.lang.reflect.InvocationTargetException exception while trying to deploy a simple service using the following command: java org.apache.axis.client.AdminClient -d deploy.wsdd This is what I did: 1. Created a WSDL (FirstService.wsdl attached). 2. Generated Java

Re: AdminClient throws java.lang.reflect.InvocationTargetException while deploy

2003-08-04 Thread Samir Shaikh
Are you sure you are using jdk1.4+ ? - Original Message - From: Kartik [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, August 04, 2003 9:07 AM Subject: AdminClient throws java.lang.reflect.InvocationTargetException while deploy Hello All. I am getting

Re: AdminClient throws java.lang.reflect.InvocationTargetException while deploy

2003-08-04 Thread Kartik
, 2003 9:07 AM Subject: AdminClient throws java.lang.reflect.InvocationTargetException while deploy Hello All. I am getting a java.lang.reflect.InvocationTargetException exception while trying to deploy a simple service using the following command: java

Re: AdminClient not found - still thrashing

2003-07-31 Thread Marcia Perry (DSD staff)
Yes Shannon.. You are right--soap.jar is for the older Apache SOAP only. Thanks for answering me, Marcia ZHANG,SHANNON (HP-NewJersey,ex2) wrote: Hi Marcia, I just installed axis couple of days ago, so I am new, too. Correct me if I am wrong, but I believe the AdminClient class is in axis.jar

AdminClient not found

2003-07-30 Thread Steve Pruitt
All, Running... java -cp %AXISCLASSPATH% org.apache.axis.client.AdminClient deploy.wsdd I get... Exception in thread main java.lang.NoClassDefFoundError: org/apache/axis/client/AdminClient AXISCLASSPATH is defined... AXISCLASSPATH=C:\jakarta-tomcat-4.1.24\webapps\axis\lib\axis.jar;C

RE: AdminClient not found - still thrashing

2003-07-30 Thread Steve Pruitt
To: [EMAIL PROTECTED] Subject: AdminClient not found All, Running... java -cp %AXISCLASSPATH% org.apache.axis.client.AdminClient deploy.wsdd I get... Exception in thread main java.lang.NoClassDefFoundError: org/apache/axis/client/AdminClient AXISCLASSPATH is defined... AXISCLASSPATH=C

RE: AdminClient not found - did it again

2003-07-30 Thread Steve Pruitt
dir. -Original Message- From: Steve Pruitt [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 30, 2003 10:16 AM To: [EMAIL PROTECTED] Subject: AdminClient not found All, Running... java -cp %AXISCLASSPATH% org.apache.axis.client.AdminClient deploy.wsdd I get... Exception in thread main

Re: AdminClient not found - still thrashing

2003-07-30 Thread Marcia Perry (DSD staff)
not. Navigate to the exact directory path in your classpath and you'll find you are missing the WEB-INF dir. -Original Message- From: Steve Pruitt [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 30, 2003 10:16 AM To: [EMAIL PROTECTED] Subject: AdminClient not found All, Running... java -cp

RE: AdminClient not found - still thrashing

2003-07-30 Thread ZHANG,SHANNON (HP-NewJersey,ex2)
Hi Marcia, I just installed axis couple of days ago, so I am new, too. Correct me if I am wrong, but I believe the AdminClient class is in axis.jar and I don't think you need to have soap.jar in your classpath for axis to work. I think soap.jar belows to the SOAP project. Shannon -Original

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

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

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 Message- From

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

Mysterious AdminClient Error

2003-07-07 Thread Chen, Li (Research, YOH)
Hi, I'm in the process of deploying a handler that gets to process an incoming SOAP message before the actual web service class gets the message. However, whenever I try to use the AdminClient (org.apache.axis.client.AdminClient) to process the deploy.wsdd file, it shows some

AdminClient reports no errors, but service not deployed

2003-06-19 Thread Michael E. Allen
I am really asking for help in how to debug an axis problem. I have and interesting problem with Axis. I deploy a sevice using AdminClient and one of the sample .wsdd files, get no errors, but the service doesn't actually get deployed. That is, when I check http://localhost/axis/servlet

RE: AdminClient reports no errors, but service not deployed

2003-06-19 Thread Trieu, Jason T - CNF
, 2003 7:46 AM To: [EMAIL PROTECTED] Subject: AdminClient reports no errors, but service not deployed I am really asking for help in how to debug an axis problem. I have and interesting problem with Axis. I deploy a sevice using AdminClient and one of the sample .wsdd files, get no errors

  1   2   >