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: Tu

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: How Run AdminClient on an other Port than 8080

2005-01-25 Thread Davanum Srinivas
Usage: AdminClient [Options] [list | ] Processes a set of administration commands. The following Options are available: -l sets the AxisServlet URL -h sets the AxisServlet port -s sets the path to the AxisServlet -fspecifies that a simple file

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

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 clien

RE: help on running AdminClient

2005-01-10 Thread tom chen
, Mass. “We’ve 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,  

RE: help on running AdminClient

2005-01-10 Thread Pramodh Peddi
Burdens” CRN, 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

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:\a

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 of

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:         url=""     xmlfile="${src.dir}/${myws.pkg.dir}/deploy.wsdd"     >     Cheers, Peter. William Ferguson wrote: Anyone have any ideas why th

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 http://loca

RE: Cant find AdminClient class

2004-12-07 Thread Arijit Mukherjee
t;lib\*.jar") 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 AdminCl

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

{Filename?} RE: Cant find AdminClient class

2004-12-07 Thread Arijit Mukherjee
ch we have used successfully (you can get this application from http://www.ogsadai.org.uk) Arijit >-Original Message- >From: Suzy Fynes [mailto:[EMAIL PROTECTED] >Sent: 07 December 2004 17:03 >To: [EMAIL PROTECTED] >Subject: RE: Cant find AdminClient class > &

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 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 [

RE: Cant find AdminClient class

2004-12-07 Thread Suzy Fynes
Stand alone -Original Message- From: Koney, Satish [mailto:[EMAIL PROTECTED] Sent: 07 December 2004 16:44 To: [EMAIL PROTECTED] Subject: RE: Cant find AdminClient class how are u running? as a standalone or as a task in ant? > -Original Message- > From: Suzy Fynes [SMTP:

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, > > &g

Cant find AdminClient class

2004-12-07 Thread Suzy Fynes
  Hi,     When I try to the Admin Client I’m 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 j

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 Linu

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 vers

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

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 the the

Re: Cannot run AdminClient

2004-11-16 Thread hans lux
in a same 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 s

Re: Cannot run AdminClient

2004-11-15 Thread Vy Ho
le. 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.

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 fa

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 Admi

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

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: 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

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

Running adminclient

2004-09-29 Thread Suzy Fynes
Hi   I’m trying to deploy the following wsdd file   xmlns="http://xml.apache.org/axis/wsdd/"    xmlns:java="http://xml.apache.org/axis/wsdd/providers/java">                now when I run the adminclient I’

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 ). The fine print in the error message says "Remote administration access not allowed&

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

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 ï 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

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.     #AxisFault faultCode: {http://schemas.xmlsoap.org

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.     #AxisFault faultCode: {http://schemas.xmlsoap.org/soap/env

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 a

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 followin

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> <[WebAppServletContext(3021676,axis)] Servlet

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: AdminClient throws NoClassDefFoundError

2004-03-24 Thread smcardle
need > to return nonstandard 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: &g

Re: AdminClient throws NoClassDefFoundError

2004-03-23 Thread Mei Wu
hey, R4 isn't hard at all, but I have not started it yet myself... - Original Message - From: "Grant Hulbert" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 23, 2004 6:48 PM Subject: AdminClient throws NoClassDefFoundError > I have Axis

AdminClient throws NoClassDefFoundError

2004-03-23 Thread Grant Hulbert
ent though: 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

AdminClient problem, could not fetch the raised exception

2004-03-04 Thread Jacques-Albert De Blasio
I use 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 "D

AdminClient problem, getting "Moved Permanently" error

2004-03-04 Thread Jacques-Albert De Blasio
variable AXIS_HOME is correctly defined. So, here is my problem: I am trying to use the AdminClient from inside my own code. That is, I do not use it by invoking it from the command line, but I use an instance of the AdminClient class. The code is the following: == AdminClient

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 problem

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

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 this

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 setcl

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

2003-10-31 Thread PARLEY,THUNDER (HP-MountainView,ex1)
man 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 got exception as fol

Re: Experience in AdminClient for Axis service deployment

2003-10-30 Thread Stephen Gordon
d 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. Growba

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

Experience in AdminClient for Axis service deployment

2003-10-30 Thread ebm
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 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: No

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 conne

RE: AdminClient

2003-10-29 Thread Mees
L PROTECTED] > Sent: Tuesday, October 28, 2003 7: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 &g

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 th

Re: AdminClient

2003-10-29 Thread Mees
due to me get the ClassDefNotFound error. I have > been following the > >> instructions as they are outlined but I am still > have the problems. My > >> next step was to update my java to 1.4 but I > wanted to make sure that it > >> could not be anything else... &g

Re: AdminClient

2003-10-28 Thread Stephen Gordon
thing 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 onc

Re: AdminClient

2003-10-28 Thread Xavier Renard
esday, 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.

RE: AdminClient

2003-10-28 Thread Wilson, Allen
;main" 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

RE: AdminClient

2003-10-28 Thread PARLEY,THUNDER (HP-MountainView,ex1)
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 al

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

Re: AdminClient

2003-10-28 Thread Stephen Gordon
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 or ant task to see a server-config.wsdd. Was Tomcat running when you started the SOAPMoni

RE: AdminClient

2003-10-28 Thread Wilson, Allen
ed 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 a

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
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 tr

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 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 norm

RE: AdminClient

2003-10-28 Thread Wilson, Allen
change the extension to jws, it show the xml correctly. Now I am trying to see how I can create more complex services and how to hit them with another servlet. That lead me to trying to find the AdminClient... Is this the correct way (on by the way I have yet to find a server-config.wsdd file

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: AdminC

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-27 Thread Sabyasachi . Gupta
03 17:41 Please respond 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 informa

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

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

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 AdminClien

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 unauthorize

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 Problem

2003-09-30 Thread Benjamin Tomasini
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 ... Undeploy

AdminClient Problem

2003-09-30 Thread Massimo Barabino
g.wsdd file gets created 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

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

2003-08-19 Thread Stuart Barlow
PROTECTED]> Sent: Monday, August 04, 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.ap

Re: AdminClient Exception...

2003-08-14 Thread Jorge Alberto Rodriguez Suarez
lt;[EMAIL PROTECTED]>; "Jorge 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/sf

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 Exceptio

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 th

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! > &

RE: AdminClient Exception...

2003-08-14 Thread Jim Harris
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 just fine - I can't remember what the -l http://... does but if you look in the AdminClient help you may find

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

2003-08-04 Thread Kartik
<[EMAIL PROTECTED]> > Sent: Monday, August 04, 2003 9:07 AM > Subject: AdminClient throws > java.lang.reflect.InvocationTargetException > while deploy > > > > Hello All. > > > > I am getting a > > java.lang.reflect.InvocationTargetException >

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 > Hell

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 classes

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 and

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 -Ori

Re: AdminClient not found - still thrashing

2003-07-30 Thread Marcia Perry (DSD staff)
o, it's 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 fou

RE: AdminClient not found - did it again

2003-07-30 Thread Steve Pruitt
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 %AXISCLASSPATH% org.apache.axis.client.AdminClient deploy.wsdd I get... Ex

RE: AdminClient not found - still thrashing

2003-07-30 Thread Steve Pruitt
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" java.lang.NoClassDefFoundError: org/apache/axis/client/AdminClient AXISCLASSPATH is defined... A

RE: AdminClient not found

2003-07-30 Thread Mike Perham
No, it's 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 f

  1   2   >