Re: WSDD deployment with JAR file?

2005-02-09 Thread Nate Jones
ering whether > it is possible to deploy a *.jar file with a Web > Service Deployment > Descriptor (WSDD) file. > > As far as I can understand from the docs ( > http://ws.apache.org/axis/java/reference.html#DeploymentWSDDReference > as well as the User's Guide), this is

WSDD deployment with JAR file?

2005-02-09 Thread Morten Egelund Rasmussen
Hi all! I just discovered the wonders of Apache Axis, and was wondering whether it is possible to deploy a *.jar file with a Web Service Deployment Descriptor (WSDD) file. As far as I can understand from the docs ( http://ws.apache.org/axis/java/reference.html#DeploymentWSDDReference as well as

Re: Problem with basic deployment

2005-02-07 Thread Alfredo Garcia
Hi! Seems like the problem is related to your AXISCLASHPATH variable... a backslash problem, probably. Could you post the exact value of that variable? Regards Alfredo García On Sun, 6 Feb 2005 14:41:46 +0200, Assaf Mizrachi <[EMAIL PROTECTED]> wrote: > > > Hi All, > > Sorry, but I just tri

Problem with basic deployment

2005-02-06 Thread Assaf Mizrachi
Hi All, Sorry, but I just tried everything and I’m still unable to deploy the simplest web service and I keep getting the same error. The following is what I get when I try to deploy the stock example from /axis/samples/stock:   I try: “C:\jakarta-tomcat-4.1.24\webapps\axis\WEB-INF\cla

Re: Securing an Axis deployment

2005-01-28 Thread Tim K. (Gmane)
something very similar to that by using custom Axis handlers and web app filters. Mike Tim K. (Gmane) wrote: Anyone out there who uses Axis on a production system and has disabled these features? Thanks. Tim Tim K. (Gmane) wrote: Hello, How can I turn off these features for an Axis productio

Re: Securing an Axis deployment

2005-01-28 Thread Mike Barton
for an Axis production deployment: 1) Disable the generation of WSDL when one goes to http://server:port/app/ws/ServiceName?wsdl 2) Turn off listing the available services and their methods by going to http://server:port/app/ws/ 3) Turn off all Admin services/servlets, etc. I would like to

Re: Securing an Axis deployment

2005-01-28 Thread Tim K. (Gmane)
Anyone out there who uses Axis on a production system and has disabled these features? Thanks. Tim Tim K. (Gmane) wrote: Hello, How can I turn off these features for an Axis production deployment: 1) Disable the generation of WSDL when one goes to http://server:port/app/ws/ServiceName?wsdl 2

Re: Securing an Axis deployment

2005-01-26 Thread Eugene Shershnev
necessarily in AXIS_HOME/WEB-INF/classes. -- Eugene - Original Message - From: "Yves Erb" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 26, 2005 11:41a Subject: Re: Securing an Axis deployment > Hello, > I think I can help you for the first p

Re: Securing an Axis deployment

2005-01-26 Thread Yves Erb
ssage - From: "Tim K. (Gmane)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 26, 2005 1:46 AM Subject: Securing an Axis deployment Hello, How can I turn off these features for an Axis production deployment: 1) Disable the generation of WSDL when one

Securing an Axis deployment

2005-01-25 Thread Tim K. (Gmane)
Hello, How can I turn off these features for an Axis production deployment: 1) Disable the generation of WSDL when one goes to http://server:port/app/ws/ServiceName?wsdl 2) Turn off listing the available services and their methods by going to http://server:port/app/ws/ 3) Turn off all Admin

Re: Programmatic deployment of web services

2005-01-13 Thread Bill Keese
Does anyone have any advice on how to go about programmatically deploying and undeploying services, or at least appropriate places in the source code to begin looking? Isn't that what the AdminClient is for? % java org.apache.axis.client.AdminClient deploy.wsdd Done processing (where deploy.wsd

RE: Programmatic deployment of web services

2005-01-13 Thread Bill Keicher
of web services you can programmatically add to the scope of jws, has security implications...blah blah blah. just a crazy thought... -Original Message- From: Bradley Mazurek [mailto:[EMAIL PROTECTED] Sent: Thursday, January 13, 2005 10:37 AM To: [EMAIL PROTECTED] Subject: Programmatic de

Programmatic deployment of web services

2005-01-13 Thread Bradley Mazurek
On the Axis wiki I see the following question: Q) How do I deploy a service on web application initialization? In the last message of the thread that questions' answer refers to, I see the following: I need to deploy and undeploy services programmatically. The deployment is done f

Deployment with Axis

2004-12-14 Thread Matthias Wessendorf
Hi, I have all my classes (needed by my webservice) and the webservice itself inside of axis/WEB-INF/lib/matze.jar after that I call "org.apache.axis.client.AdminClient" via commandline for deployment, all is fine. but is it posible to *deploy* all needed jars (in this case matze

Re: Axis exception on deployment

2004-12-02 Thread ANDREW MICONE
aybe just point me at the source files. I've run the new Axis engine and rewritten my files with WSDL2Java and still no joy. -- Andy >>> [EMAIL PROTECTED] 12/02/04 11:46PM >>> On deployment of the latest-greatest CVS daily of Axis from tomcat, the following error appears.

Axis exception on deployment

2004-12-02 Thread ANDREW MICONE
On deployment of the latest-greatest CVS daily of Axis from tomcat, the following error appears. If you look in axis.jar you find that the class is indeed not in there. A problem with the build or a problem with the code? I see the source in the java directory but I don't see a class fi

Re: client deployment howto

2004-11-30 Thread tony . q . weddle
ically) of "axis.ClientConfigFile", to point to your client configuration file. I'm not sure where this is documented (other than the source code). Tony "Ilias Bartolini" <[EMAIL PROTECTED]> wrote on 30/11/2004 16:24:09: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 &g

client deployment howto

2004-11-30 Thread Ilias Bartolini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Looking at WSS4J i've seen client deployment descriptor for clients. I don't know how to use .wsdd on client. (i'm only able to use AdminClient on a servlet engine) Were can i find some docs? Thank you Ciao, Ilias - --

Re: deployment form for wrapped doc/lit operation

2004-10-14 Thread Jeff Greif
deployment spec for the operation. What was needed was to provide a type mapping with a different deserializer/serializer pair for anyURI. Jeff - Original Message - From: "Jeff Greif" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 13, 2004 11:46 PM Subjec

deployment form for wrapped doc/lit operation

2004-10-13 Thread Jeff Greif
rProxyImpl. To make sure I was not accidentally having some incorrect deployment descriptor work as I wanted, I'd like to clarify my understanding of how a wrapped operation is deployed. I think the principle is that the wsdl describes the documents exchanged between client and server, with

Re: flexibility of a wsdl, but instant deployment

2004-10-01 Thread raiden
EMAIL PROTECTED] wrote: > Raiden, > > I'm not sure I understand what you really want, even after reading your > other posts. As I understand it, using a jws file allows easy deployment > of simple services (though I guess you'd need to include any support > classes that your se

Re: flexibility of a wsdl, but instant deployment

2004-09-30 Thread tony . q . weddle
Raiden, I'm not sure I understand what you really want, even after reading your other posts. As I understand it, using a jws file allows easy deployment of simple services (though I guess you'd need to include any support classes that your service might need into the WEB-INF/lib direct

RE: flexibility of a wsdl, but instant deployment

2004-09-30 Thread Flores, Raul
30, 2004 2:37 PM To: [EMAIL PROTECTED] Subject: flexibility of a wsdl, but instant deployment Hello, I just started working with Axis, and have read through the user and installation guides, and have read some outside guides as well. However, I am still very confused on one point. I understand

Re: flexibility of a wsdl, but instant deployment

2004-09-30 Thread raiden
, 30 Sep 2004 [EMAIL PROTECTED] wrote: > Actually, I should probably state what it is I'm trying to do. > > I'm trying to use the flexibility of creating your own wsdl to define the > service (instead of just using instant deployment), but I'd like to know > how

Re: flexibility of a wsdl, but instant deployment

2004-09-30 Thread raiden
Actually, I should probably state what it is I'm trying to do. I'm trying to use the flexibility of creating your own wsdl to define the service (instead of just using instant deployment), but I'd like to know how I can then push a war file to production, and have the service alre

flexibility of a wsdl, but instant deployment

2004-09-30 Thread raiden
Hello, I just started working with Axis, and have read through the user and installation guides, and have read some outside guides as well. However, I am still very confused on one point. I understand that you can do instant deployment by deploying the java files as .jws files. However, you

RE: Deployment Error

2004-09-29 Thread Suzy Fynes
Thanks got it fixed, the was a typo in the pathname to log4j   Thanks for help   -Original Message- From: Sunkara, Jayachandra S [mailto:[EMAIL PROTECTED] Sent: 29 September 2004 10:47 To: [EMAIL PROTECTED] Subject: RE: Deployment Error   Do this. On the command prompt type

RE: Deployment Error

2004-09-29 Thread Sunkara, Jayachandra S
command line after editing the .bashrc file appropriately. This should solve your problem   jayachandra From: Suzy Fynes [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 29, 2004 3:08 PM To: [EMAIL PROTECTED] Subject: RE: Deployment Error   Thought that was the problem but its

RE: Deployment Error

2004-09-29 Thread Suzy Fynes
Thought that was the problem but its not, am getting quite stumped   -Original Message- From: Sunkara, Jayachandra S [mailto:[EMAIL PROTECTED] Sent: 29 September 2004 10:15 To: [EMAIL PROTECTED] Subject: RE: Deployment Error   Means log4j jar is missing in classpath

RE: Deployment Error

2004-09-29 Thread Sunkara, Jayachandra S
Means log4j jar is missing in classpath   From: Suzy Fynes [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 29, 2004 2:43 PM To: [EMAIL PROTECTED] Subject: Deployment Error   Hi,   I set all classpaths on my server and I’m getting the following error now when I try run

RE: Deployment Error - PLEAES IGNOR LAST POST FOUND THE PROBLEM! SORRY

2004-09-29 Thread Suzy Fynes
    -Original Message- From: Suzy Fynes [mailto:[EMAIL PROTECTED] Sent: 29 September 2004 10:13 To: [EMAIL PROTECTED] Subject: Deployment Error   Hi,   I set all classpaths on my server and I’m getting the following error now when I try run the AdminClient   Exception in

Deployment Error

2004-09-29 Thread Suzy Fynes
Hi,   I set all classpaths on my server and I’m getting the following error now when I try run the AdminClient   Exception in thread "main" java.lang.NoClassDefFoundError: org.apache.commons.logging.LogFactory     at org.apache.axis.components.logger.LogFactory.class$(LogFactory.ja

WS Deployment changed from document/encoded to wrapped/literal -> Axis as Client doesn't work anymore

2004-09-08 Thread Frank-Ralph Reiser
In order to make a web service usable with e.g. nuSOAP (php), I changed the deployment of the web service from style="document" and use="encoded" to style="wrapped" and use="literal". But now I can't access that ws with a java client using axis anym

wsdl2java classnames & secure remote deployment

2004-08-02 Thread Martin Olsson
--- ABOUT THE AXIS TOOL WSDL2JAVA How can I stop wsdl2java from using those long classnames, ie java.lang.String instead of just String aso. Ideally I would like it to add a few imports and then be done with it. --- ABOUT AXIS DEPLOYMENT If I execute this command (to deploy my web service

RE: deployment problems

2004-07-30 Thread Vijai Mohan
- From: rory galvin [mailto:[EMAIL PROTECTED] Sent: Friday, July 30, 2004 12:43 PM To: [EMAIL PROTECTED] Subject: RE: deployment problems   Thomas, Thanks again for ur reply. In the mean time I've added the service element from my deploy.wsdd file to the server-config.wsdd under WE

RE: deployment problems

2004-07-30 Thread THOMAS, JAI [AG-Contractor/1000]
: deployment problems Thomas, Thanks again for ur reply. In the mean time I've added the service element from my deploy.wsdd file to the server-config.wsdd under WEB-INF and it has appeared to have deployed. Has this had the same effect as using the AdminClient? or doe

RE: deployment problems

2004-07-30 Thread rory galvin
erver-config.wsdd? Rory.. >From: "THOMAS, JAI [AG-Contractor/1000]" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> >Subject: RE: deployment problems >Date: Fri, 30 Jul 2004 12:34:50 -0500 >

RE: deployment problems

2004-07-30 Thread THOMAS, JAI [AG-Contractor/1000]
java org.apache.axis.client.AdminClient -lhttp:///service/AdminService deploy.wsdd    Jai    -Original Message-From: rory galvin [mailto:[EMAIL PROTECTED]Sent: Friday, July 30, 2004 12:22 PMTo: [EMAIL PROTECTED]Subject: RE: deployment problems Thomas, I did as you said and checked s

RE: deployment problems

2004-07-30 Thread rory galvin
processing but the web service is nowhere to be seen. Rory..       >From: "THOMAS, JAI [AG-Contractor/1000]" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> >Subject: RE: deployment problems >Date

RE: deployment problems

2004-07-30 Thread THOMAS, JAI [AG-Contractor/1000]
As step 1, I would open up server-config.wsdd under web-app and see your services are listed.   Jai -Original Message-From: rory galvin [mailto:[EMAIL PROTECTED]Sent: Thursday, July 29, 2004 11:54 AMTo: [EMAIL PROTECTED]Subject: deployment problems Hey guys, I&#

deployment problems

2004-07-29 Thread rory galvin
Hey guys, I'm having basic trouble deploying my own webservice on axis. I've followed all of the given examples and haven't had any trouble with them so far... until I wrote my own. The problem occurs when I go to view my deployed service on http://joni.cs.tcd.ie:8080/axis/servlet/AxisServlet. My

AW: Trouble with live deployment

2004-07-29 Thread Florian Theurich
15:31 An: [EMAIL PROTECTED] Betreff: RE: Trouble with live deployment None except to say, try again. Also, when starting up the live server, watch the trace spewed out by the app server. Perhaps you may notice a problem right when the Axis was is being deployed. Also, check the lib directory for

RE: Trouble with live deployment

2004-07-29 Thread Anand Natrajan
: Anand Natrajan [mailto:[EMAIL PROTECTED] : Sent: 28 July 2004 18:02 : To: [EMAIL PROTECTED] : Subject: Re: Trouble with live deployment : : Seems like you don't have Axis deployed at all on the liver server. Can you : try opening http://:8080/axis ? Does that work? If no, that's : the probl

Re: Deployment without Axis

2004-07-29 Thread Craig M
AM Subject: Deployment without Axis Does anyone know if it’s possible to deploy a web service without using axis (or any other vendor) on the hosting server?   Thanks, Suzy

Deployment without Axis

2004-07-29 Thread Suzanne Fynes
Does anyone know if it’s possible to deploy a web service without using axis (or any other vendor) on the hosting server?   Thanks, Suzy

RE: Trouble with live deployment

2004-07-28 Thread THOMAS, JAI [AG-Contractor/1000]
Is the server-config intact and properly installed? -Original Message- From: Ciaran Hanley [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 28, 2004 1:31 PM To: [EMAIL PROTECTED]; 'Anand Natrajan' Subject: RE: Trouble with live deployment I think you are right, the happyaxis p

RE: Trouble with live deployment

2004-07-28 Thread Ciaran Hanley
do not understand why this is happening. Any suggestions? Thanks -Original Message- From: Anand Natrajan [mailto:[EMAIL PROTECTED] Sent: 28 July 2004 18:02 To: [EMAIL PROTECTED] Subject: Re: Trouble with live deployment Seems like you don't have Axis deployed at all on the liver s

Re: Trouble with live deployment

2004-07-28 Thread Anand Natrajan
Seems like you don't have Axis deployed at all on the liver server. Can you try opening http://:8080/axis ? Does that work? If no, that's the problem. If yes, try the Happy Axis page to see if Axis's deployment was copacetic. Anand On Wed, 28 Jul 2004, Ciaran Hanley wrote:

Trouble with live deployment

2004-07-28 Thread Ciaran Hanley
We are having trouble deploying our first axis WS to a live server. On local machines and our local server everything works fine, but on the live server all we get is the following error when trying to access the .jws file   type Status report message Servlet AxisServlet is not available

Deployment problem. Bad jar?

2004-07-22 Thread David den Boer
In my deployed web services app, I am getting an error that I do not get using the same client and server apps in development (so I know the code works as it should). This error is happening immediately upon accessing the web service. I thought it might be a problem with the web server, so I

RE: Deployment Question

2004-07-09 Thread Sagar Pidaparthi
ssage- From: Keith Hatton [mailto:[EMAIL PROTECTED] Sent: Friday, July 09, 2004 5:00 AM To: [EMAIL PROTECTED] Subject: RE: Deployment Question Hi, Axis should only require the classes that an RMI client for your EJBs would also require, i.e. the home and remote interfaces of your EJBs and any

RE: Deployment Question

2004-07-09 Thread Keith Hatton
on servers (what server are you using?) Hope this helps, Keith -Original Message- From: Sagar Pidaparthi [mailto:[EMAIL PROTECTED] Sent: 08 July 2004 16:28 To: [EMAIL PROTECTED] Subject: RE: Deployment Question Hi, I am not sure if the answer below solves the problem. Correct me if I am

RE: Deployment Question

2004-07-08 Thread Sagar Pidaparthi
PROTECTED] Sent: Wednesday, July 07, 2004 6:57 PM To: [EMAIL PROTECTED] Subject: RE: Deployment Question You can include the axis jar files in your application and add the sections from the axis web.xml file to enable the bindings for the AxisServlet. Then axis will have access to the classes

RE: Deployment Question

2004-07-07 Thread Steve Mactaggart
TECTED] > Sent: Thursday, 8 July 2004 5:25 AM > To: [EMAIL PROTECTED] > Subject: Deployment Question > > Hi- > > It seems the standard way to install a web service with axis > is to install > my .jars into axis/WEB-INF/lib, and then deploy via the axis > admin se

Deployment Question

2004-07-07 Thread Keith Tingle
Hi- It seems the standard way to install a web service with axis is to install my .jars into axis/WEB-INF/lib, and then deploy via the axis admin servlet and a custom wsdd file, with ant tasks. But.. I have an application where the web service interface is only a small part of the total functiona

Re: Deployment Descriptor - deploy.wsdd vs. web.xml

2004-07-05 Thread matthew.hawthorne
Jason Etherton wrote: When I added an Axis Ant task (war) to my build file it told me I needed the "webxml" atttribute. Upon looking this up I found that it is the URL of the deployment descriptor, so I added the URL for the WSDL2Java-generated 'deploy.wsdd'. I know this

Re: Deployment Descriptor - deploy.wsdd vs. web.xml

2004-07-05 Thread NYY96
It is my understanding that all deploy.wsdd does is add a service section to the web.xml for Axis. It is my undersatnding that the AdminClient simply performs a pseudo "copy and paste" for the developer to allow him to quickly deploy and undeploy the service. You can manually do it by working in

Deployment Descriptor - deploy.wsdd vs. web.xml

2004-07-05 Thread Jason Etherton
Please, When I added an Axis Ant task (war) to my build file it told me I needed the "webxml" atttribute. Upon looking this up I found that it is the URL of the deployment descriptor, so I added the URL for the WSDL2Java-generated 'deploy.wsdd'. I know this is wrong, but

Deployment in more than one location?

2004-06-29 Thread Benson Margulies
The generated service locator hardcodes a URL. Is there a 'best practice' for parameterizing this out to account for deployment in other locations?

RE: Document style deployment descriptor

2004-06-17 Thread Anne Thomas Manes
No -- you need to use the java:RPC provider. Here's an example: http://www.osmoticweb.com/axis-wsdd/service.htm -Original Message- From: David Song [mailto:[EMAIL PROTECTED] Sent: Thursday, June 17, 2004 2:32 AM To: [EMAIL PROTECTED] Subject: Document style deployment descriptor

Document style deployment descriptor

2004-06-16 Thread David Song
Can anyone provide me with a sample "deploy.wsdd" which shows document style? Is it as simple as just saying like this: will this work? Thanks! David

How to add types to Axis 1.2 deployment descriptor?

2004-06-16 Thread Banck, Arent-Jan
Title: Message How do I add classes to the deploment / type section of the generated WSDL? With Java2WSDL I can specify --extraClasses to add a class name, but I can't find how to add classes using the WSDD description. The classes are in the wsdd as beanmappings, but Axis 1.2 seems to remov

wsdl configuration / deployment with Document Orientation

2004-06-15 Thread Gujjar, Arun Kumar (Cognizant)
Title: wsdl configuration / deployment with Document Orientation Hi, Can some one help me on configuring and deploying wsdl with document Orientation ? I am able run Web Service with RPC Orientation, but I am looking forward for document oriented Web Service programming. Actually, I

Axis deployment problem

2004-06-14 Thread NITESH GUPTA
Hi, I wrote a wsdl HelloServer.wsdl using Cape Clear SOA Editor and then deployed the service using the deploy.wsdd generated by WSDL2Java tool. This service was available at http://localhost:8080/axis/services/HelloServerPort Now I have another wsdl file ShoutSpaceWebApp.wsdl, which I worte i

Welcome to Axis C++ Deployment Descripter Not Found

2004-06-12 Thread Rodrigo F Baroni
Hello, I get finished to install axisc++, but the following message is given when I try to test the service opening http://localhost/axis : Welcome to Axis C++ Deployment Descripter Not Found Does anybody have some suggests? My configuration : Debian Sarge, apache

RE: Trouble with Message-style deployment on Axis 1.2beta

2004-06-10 Thread Mark D. Hansen
No, I was using javax.xml.soap.SOAPBodyElement. Thanks for pointing out an obvious mistake! > -Original Message- > From: Davanum Srinivas [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 10, 2004 2:17 PM > To: [EMAIL PROTECTED] > Subject: Re: Trouble with Message-style dep

Re: Trouble with Message-style deployment on Axis 1.2beta

2004-06-10 Thread Davanum Srinivas
org.apache.axis.message.SOAPBodyElement. Right? On Thu, 10 Jun 2004 14:04:39 -0400, Mark D. Hansen <[EMAIL PROTECTED]> wrote: > > > I can't seem to get Message-style services with this signature > > public SOAPBodyElement [] method (SOAPBodyElement [] bodies); > > to deploy on Axis 1.2beta. T

Trouble with Message-style deployment on Axis 1.2beta

2004-06-10 Thread Mark D. Hansen
I can't seem to get Message-style services with this signature public SOAPBodyElement [] method (SOAPBodyElement [] bodies); to deploy on Axis 1.2beta. The deploy.WSDD gets processed OK, but when = I try to use the service, I get the exception: "does not match any of the valid signatures for m

Re: problem in Custom Deployment process

2004-05-27 Thread Pranav Kapil
: Friday, May 28, 2004 11:20 AM Subject: RE: problem in Custom Deployment process Hi Pranav   Thanks a lot.   I did not catch it correctly. Please could u explain a bit more it is grate?   Really what I want know we can write ant tasks inside that WSDD

RE: problem in Custom Deployment process

2004-05-27 Thread Asanka Priyanjitih
ilto:[EMAIL PROTECTED] Sent: Friday, May 28, 2004 11:31 AM To: [EMAIL PROTECTED] Subject: Re: problem in Custom Deployment process   Yuo can write an ant script to install the webservice(by executing  C:\Axis Ex>java -cp .;%AXISCLASSPATH% org.apache.axis.client.AdminClient deploy.wsdd a

Re: problem in Custom Deployment process

2004-05-27 Thread Pranav Kapil
To: [EMAIL PROTECTED] Sent: Friday, May 28, 2004 10:49 AM Subject: RE: problem in Custom Deployment process Hi Pranav   Thanks it is working now. I also like to know, can use ant task to automate this file copying process?, if it is possible then how can we re write t

RE: problem in Custom Deployment process

2004-05-27 Thread Asanka Priyanjitih
apil [mailto:[EMAIL PROTECTED] Sent: Friday, May 28, 2004 10:55 AM To: [EMAIL PROTECTED] Subject: Re: problem in Custom Deployment process   There are so many things wrong in this process... 1. the class name is Calc but you have given the class name as "Cal" in the deploy.wsd

Re: problem in Custom Deployment process

2004-05-27 Thread Pranav Kapil
--- Original Message - From: Asanka Priyanjitih To: [EMAIL PROTECTED] Sent: Friday, May 28, 2004 10:07 AM Subject: problem in Custom Deployment process Hi All   Please some one help me to do custom deployment using AdminClient   Because I try to flow the steps

problem in Custom Deployment process

2004-05-27 Thread Asanka Priyanjitih
Hi All   Please some one help me to do custom deployment using AdminClient   Because I try to flow the steps in user guide and do that but it’s not work.   This are steps witch I flow.   Step 1:   Wrote following java program   public class Calc {   public int Add(int ia

RE: JBoss Axis Web Service Deployment

2004-05-26 Thread Lerena, Alberto
Now is working for me too. I fixed my stupid problems :) -Mensaje original- De: TMT_Sato [mailto:[EMAIL PROTECTED] Enviado el: martes, 25 de mayo de 2004 17:10 Para: [EMAIL PROTECTED] Asunto: RE: JBoss Axis Web Service Deployment Hi, Pretty well working for me! Why not using

RE: JBoss Axis Web Service Deployment

2004-05-25 Thread TMT_Sato
xis Web Service Deployment > > > > Hi people, > > i have a problem by deploying a web service over a jboss server. > > I've deployed it and i can saw the wsdl, but when i try to > make a request, i'

JBoss Axis Web Service Deployment

2004-05-25 Thread Lerena, Alberto
Hi people, i have a problem by deploying a web service over a jboss server. I've deployed it and i can saw the wsdl, but when i try to make a request, i've not answer... ¿Someone has the same problem? --- Este mensaje se

RE: Status of web service deployment

2004-05-21 Thread Meloro, John
eb service deploymentHi,Is there a way I can know the status of my web service deployment? I am deploying my WebService from inside a WebApplication using the AxisServlet and AdminServlet. I have packaged all the required classes into the web application. I have put the server-conf

Status of web service deployment

2004-05-21 Thread jagannath
Resending the message as I haven't received this mail Hi, Is there a way I can know the status of my web service deployment? I am deploying my WebService from inside a WebApplication using the AxisServlet and AdminServlet. I have packaged all the required classes into the web applic

Status of web service deployment

2004-05-20 Thread jagannath
Hi, Is there a way I can know the status of my web service deployment? I am deploying my WebService from inside a WebApplication using the AxisServlet and AdminServlet. I have packaged all the required classes into the web application. I have put the server-config.wsdd under the WEB-INF

RE: WSDD class deployment and Interface/Implementation deployment

2004-04-27 Thread Galbreath, Mark A
I agree 110%. -Original Message- From: Yakulis, Ross (Ross) [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 27, 2004 11:29 AM ... the current deployment scheme should be considered a bug. You should be able to deploy a service with only a .war file. <>

Re: Wsdd based war deployment

2004-04-27 Thread Jason Calabrese
ystem and get a .war to > deploy to an app server. I assume from this that most people go with using > the .jws approach. Is there any plan for configured deployment, or is doing > everything runtime the only plan for Axis. > > Kevin > > > I believe what Mark means is 'ja

RE: WSDD class deployment and Interface/Implementation deployment

2004-04-27 Thread Yakulis, Ross (Ross)
The fact that Axis generated a new implementation (XXXimpl) is an inconvience that other tools do not have.    I doubt it will get changed unfortunately.   On another note, the current deployment scheme should be considered a bug.   You should be able to deploy a service with only a

RE: Webapp Deployment to Directory Other Than Axis

2004-04-27 Thread Jerry Jalenak
TECTED] > Sent: Tuesday, April 27, 2004 7:03 AM > To: '[EMAIL PROTECTED]' > Subject: RE: Webapp Deployment to Directory Other Than Axis > > > The State Dept blocked your attachments :-( > > -Original Message- > From: Jerry Jalenak [mailto:[EMAIL PRO

RE: Webapp Deployment to Directory Other Than Axis

2004-04-27 Thread Galbreath, Mark A
The State Dept blocked your attachments :-( -Original Message- From: Jerry Jalenak [mailto:[EMAIL PROTECTED] Sent: Monday, April 26, 2004 4:04 PM To: '[EMAIL PROTECTED]' Subject: RE: Webapp Deployment to Directory Other Than Axis Mark - Glad to hear from you again.

RE: WSDD class deployment and Interface/Implementation deployment

2004-04-27 Thread Galbreath, Mark A
Join the club :-( -Original Message- From: shaun lim [mailto:[EMAIL PROTECTED] Sent: Monday, April 26, 2004 10:09 PM To: [EMAIL PROTECTED] Subject: WSDD class deployment and Interface/Implementation deployment And apart from a somewhat suspicious macromedia tutorial on jsp web

RE: Wsdd based war deployment

2004-04-27 Thread Kevin Pearcey
Ewww... Surely there has to be a better approach than this? I need an approach where I can run our build system and get a .war to deploy to an app server. I assume from this that most people go with using the .jws approach. Is there any plan for configured deployment, or is doing everything

Re: Wsdd based war deployment

2004-04-27 Thread Tom Oinn
I have found are via the | AdminClient, nothing mentions bundling .wsdd files in a .war for deployment. | | Cheers | | Kevin | | | |>-Original Message- |>From: Galbreath, Mark A [mailto:[EMAIL PROTECTED] |>Sent: 26 April 2004 17:28 |>To: '[EMAIL PROTECTED]' |>Subject: RE:

RE: Wsdd based war deployment

2004-04-27 Thread Kevin Pearcey
r for deployment. Cheers Kevin > -Original Message- > From: Galbreath, Mark A [mailto:[EMAIL PROTECTED] > Sent: 26 April 2004 17:28 > To: '[EMAIL PROTECTED]' > Subject: RE: Wsdd based war deployment > > > Should not be a problem, just jar the app up in a w

WSDD class deployment and Interface/Implementation deployment

2004-04-26 Thread shaun lim
kages and functions. Probably due to the fact that my implementation class calls some other classes in other packages. I realise that i'm asking a lot of basic things, but i can't find many tutorials that go far beyond jws deployment. Any help? And apart from a somewhat suspicious macrome

RE: Webapp Deployment to Directory Other Than Axis

2004-04-26 Thread Galbreath, Mark A
oing work that eventually will be used in Baghdad (if I can figure out this can of worms). What a hoot, eh? Catch ya l8r...it's Miller Time! Mark -Original Message- From: Jerry Jalenak [mailto:[EMAIL PROTECTED] Sent: Monday, April 26, 2004 4:04 PM To: '[EMAIL PROTECTED]' S

RE: Webapp Deployment to Directory Other Than Axis

2004-04-26 Thread Jerry Jalenak
lloWorldImpl), and a wsdl folder. 2. Detach the 'HelloWorld deploy.txt, HelloWorld Java2WSDL.txt, and HelloWorld WSDL2Java.txt attachments, and place them on your desktop. You'll use these to generate the wsdl, the java stubs, and the deployment scripts. 3. Detach and unzip the 'wsTest'

RE: Webapp Deployment to Directory Other Than Axis

2004-04-26 Thread Galbreath, Mark A
2:05 PM To: [EMAIL PROTECTED] Subject: Re: Webapp Deployment to Directory Other Than Axis Hi > 1. All the examples so far run the client class from the command line; > this is clearly inadequate for Web applications. Why can't I find any > totorials/example code that actually uses

RE: Wsdd based war deployment

2004-04-26 Thread Galbreath, Mark A
PROTECTED] Subject: Wsdd based war deployment I'm trying to find out how to deploy services using .wsdd descriptors in an application bundled up into a .war file. I can happily configure web.xml to get Axis to respond to the admin client, so I can deploy services using deploy.wsdd type files, but w

Re: Webapp Deployment to Directory Other Than Axis

2004-04-26 Thread NJ Rogers, Learning and Research Technology
Hi 1. All the examples so far run the client class from the command line; this is clearly inadequate for Web applications. Why can't I find any totorials/example code that actually uses a browser? I assume the browser URL would link to a servlet which would acts as a controller between view and

Wsdd based war deployment

2004-04-26 Thread Kevin Pearcey
I'm trying to find out how to deploy services using .wsdd descriptors in an application bundled up into a .war file. I can happily configure web.xml to get Axis to respond to the admin client, so I can deploy services using deploy.wsdd type files, but what I want to do is bundle the service definit

Webapp Deployment to Directory Other Than Axis

2004-04-26 Thread Galbreath, Mark A
This is probably a st00pid question, but bear with me...I've been writing ASP and PHP for the past 4 months, :-( and just started Axis/Tomcat/Web services development. I've gone through several online tutorials and working through the somewhat outdated "Building Web Services with Java" (Sams 200

[JBoss-Tomcat] Incompatible argument to function org/apache/axis/deployment/wsdd/WSDDDeployment

2004-04-22 Thread dessi20
kerThread.runIt(PoolTcpEndpoint.java:565)    at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:619)    at java.lang.Thread.run(Thread.java:484)10:04:59,061 ERROR [Engine] - Root Cause -java.lang.VerifyError: (class: org/apache/axis/deployment

Programmatic deployment of a web service

2004-04-19 Thread Gaganis Giorgos
Hello I want to deploy web services using the admin webservice. I cannot figure out what parameters it needs. Any help would really be appreciated. Thank you very much in advance Giorgos Gaganis

Questions about Axis deployment in WebLogic 6.1

2004-03-30 Thread Florence Amardeilh
Hi everyone,   I've got two questions. I set up a web service with Axis on Tomcat and now I need to move it to WebLogic. 1) I followed the deployment instructions on the Axis website, but when I try to validate the installation using the happyaxis.jsp I've got an error sign

  1   2   3   4   >