Re: Deploying multiple methods

2005-02-01 Thread Andy Kriger
also, if you don't put an allowMethods parameter, * is the default On Tue, 1 Feb 2005 10:26:31 -0800, Peter Molettiere <[EMAIL PROTECTED]> wrote: > > On Feb 1, 2005, at 9:28 AM, Suzy Fynes wrote: > > I want to allow multiple methods of my service be accessible through > > the web service. Do I s

Re: Deploying multiple methods

2005-02-01 Thread Eugene Shershnev
Or this: (use a space to separate) - Original Message - From: "Peter Molettiere" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 01, 2005 1:26p Subject: Re: Deploying multiple methods On Feb 1, 2005, at 9:28 AM, Suzy Fynes wrote: > I want

Re: Deploying multiple methods

2005-02-01 Thread Peter Molettiere
On Feb 1, 2005, at 9:28 AM, Suzy Fynes wrote: I want to allow multiple methods of my service be accessible through the web service. Do I set up the as normal with another parameter for each method? I’ve done the following but only the last one seems to be deployed:          Try this

RE: Deploying a simple handler

2005-01-12 Thread Jairam, Roopnaraine
James:   I am doing the same thing I think u need requestFlow inside globalConfiguration                           -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of James Brady Sent: Wednesday, December 08, 2004

RE: Deploying Web Services

2005-01-07 Thread Arijit Mukherjee
Use the Axis admin tool to deploy the service - you need a deploy.wsdd file for that - see the axis user guide.   The other option is to create a WAR file (include the required jar files, server-config.wsdd, web.xml etc) and drop it into tomcat/webapps folder.   Hope this helps.   Cheers Arij

RE: deploying web service with database class import

2004-10-01 Thread THOMAS, JAI [AG-Contractor/1000]
it must be either under WEB-INF/classes or in a jar in webapp's classpath Jai -Original Message-From: Suzy Fynes [mailto:[EMAIL PROTECTED]Sent: Friday, October 01, 2004 3:28 AMTo: [EMAIL PROTECTED]Subject: RE: deploying web service with database class import H

RE: deploying web service with database class import

2004-10-01 Thread Suzy Fynes
:16 To: '[EMAIL PROTECTED]' Subject: RE: deploying web service with database class import   Are these classes ie.DataManagerException and ie.DataManager in the webapp's class path?    -Original Message- From: Suzy Fynes [mailto:[EMAIL PROTECTED] Sent: Thursday, September 3

RE: deploying web service with database class import

2004-09-30 Thread THOMAS, JAI [AG-Contractor/1000]
Are these classes ie.DataManagerException and ie.DataManager in the webapp's class path?    -Original Message-From: Suzy Fynes [mailto:[EMAIL PROTECTED]Sent: Thursday, September 30, 2004 1:14 PMTo: [EMAIL PROTECTED]Subject: RE: deploying web service

RE: deploying web service with database class import

2004-09-30 Thread Suzy Fynes
      -Original Message- From: Tami Wright [mailto:[EMAIL PROTECTED] Sent: 30 September 2004 18:09 To: [EMAIL PROTECTED] Subject: RE: deploying web service with database class import   In your web.xml of your web-app add this:     axis

RE: deploying web service with database class import

2004-09-30 Thread Tami Wright
In your web.xml of your web-app add this:     axis  org.apache.axis.transport.http.AxisServlet      axis  /ws/*    Make sure that the axis webapp (that comes with the Axis tar/zip when you download and extract) is under your "webapps" directory of your appserver.  Also,

RE: deploying a wsdd file

2004-09-29 Thread Suzy Fynes
[mailto:[EMAIL PROTECTED] Sent: 29 September 2004 09:26 To: [EMAIL PROTECTED] Subject: RE: deploying a wsdd file   That doesn't include all jars in the lib directory (sadly), try adding each and every jar file e.g: When you run 'set', you should rather see   CLASSPATH=/us

RE: deploying a wsdd file

2004-09-29 Thread Suzy Fynes
Ah I see. Thanks I’ll give that a try!     -Original Message- From: Sunkara, Jayachandra S [mailto:[EMAIL PROTECTED] Sent: 29 September 2004 09:26 To: [EMAIL PROTECTED] Subject: RE: deploying a wsdd file   That doesn't include all jars in the lib directory (sadly), try a

RE: deploying a wsdd file

2004-09-29 Thread Sunkara, Jayachandra S
as PATH search   HTH Jayachandra -Original Message- From: Suzy Fynes [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 29, 2004 1:52 PM To: [EMAIL PROTECTED] Subject: RE: deploying a wsdd file   Hey thanks for everyone for your help but I've set the classpath and it still can&#x

RE: deploying a wsdd file

2004-09-29 Thread Suzy Fynes
, I can see the classpath as above. Thanks Suzy -Original Message- From: Greg Michalopoulos [mailto:[EMAIL PROTECTED] Sent: 28 September 2004 18:05 To: [EMAIL PROTECTED]; 'jayachandra' Subject: RE: deploying a wsdd file Just store the classpath in an environment variable and al

RE: deploying a wsdd file

2004-09-28 Thread Greg Michalopoulos
Fynes [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 28, 2004 12:39 PM To: [EMAIL PROTECTED]; 'jayachandra' Subject: RE: deploying a wsdd file I'm running it from a local server (unix), so would I have to set the classpath each time I want to run it? -Original Message- Fr

RE: deploying a wsdd file

2004-09-28 Thread Larry Meadors
ED] Sent: 28 September 2004 17:33 To: [EMAIL PROTECTED] Subject: Re: deploying a wsdd file See if you have axis.jar in your classpath when running that command. jaya - Original Message - From: Sagar Pidaparthi <[EMAIL PROTECTED]> Date: Tue, 28 Sep 2004 09:29:51 -0700 Subject: RE: dep

RE: deploying a wsdd file

2004-09-28 Thread THOMAS, JAI [AG-Contractor/1000]
Check $CLASSPATH settings. If axis.jar is not included there, that is obviously the problem! Jai -Original Message- From: Suzy Fynes [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 28, 2004 11:39 AM To: [EMAIL PROTECTED]; 'jayachandra' Subject: RE: deploying a wsdd file I

RE: deploying a wsdd file

2004-09-28 Thread Suzy Fynes
I'm running it from a local server (unix), so would I have to set the classpath each time I want to run it? -Original Message- From: jayachandra [mailto:[EMAIL PROTECTED] Sent: 28 September 2004 17:33 To: [EMAIL PROTECTED] Subject: Re: deploying a wsdd file See if you have axis.j

Re: deploying a wsdd file

2004-09-28 Thread jayachandra
See if you have axis.jar in your classpath when running that command. jaya - Original Message - From: Sagar Pidaparthi <[EMAIL PROTECTED]> Date: Tue, 28 Sep 2004 09:29:51 -0700 Subject: RE: deploying a wsdd file To: [EMAIL PROTECTED] One simple way to get around the problem

RE: deploying a wsdd file

2004-09-28 Thread Sagar Pidaparthi
One simple way to get around the problem is to copy the relevant content of your wsdd to server-config.wsdd manually.  This can get you going before you find a solution to the problem you are facing.   Sagar   -Original Message- From: Suzy Fynes [mailto:[EMAIL PROTECTED] Sent:

Re: Deploying sample applications gives error

2004-07-22 Thread Ranjan K. Baisak
I got it solved my myself. I had a mistake in config file. I was using but it should be which was invoking such error. --- "Ranjan K. Baisak" <[EMAIL PROTECTED]> wrote: > Hello List, > I am new to Axis. I am trying to deploy > webservices provided in Axis samples into tomcat. I > am >

Re: deploying a service with packages

2004-03-12 Thread Paul Phillips
Nicholas Remy wrote: Paul, It may be that your .class files aren't quite placed properly. If I'm not mistaken, they should be down a path that would be something along the lines of: axis/WEB-INF/classes/org/ppinc/deltadown Assuming the name of your service is "delta", your server-config.wsdd

Re: deploying a service with packages

2004-03-12 Thread Nicholas Remy
Paul, It may be that your .class files aren't quite placed properly.  If I'm not mistaken, they should be down a path that would be something along the lines of: axis/WEB-INF/classes/org/ppinc/deltadown Assuming the name of your service is "delta", your server-config.wsdd file will handle the t

Re: deploying a service with packages

2004-03-12 Thread Lanto Randriamiharisoa
I think that you end point URL is incorrect, it should be http://localhost:8080/axis/delta. Usually, and in code examples, URL is like http://localhost:8080/axis/services/ Another problem : you should put your .class files in the WEB-INF/classes directory of your web app (ie delta) Paul Phi

RE: Deploying service in embedded axis

2004-02-18 Thread Heitzeg, Bill
I do this under Jboss-Jetty. Just put your service element inside of you server-config.wsdd. When you redeploy the WAR, all the services in server-config.wsdd will be loaded. -Original Message- From: Roman Zulauf [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 18, 2004 4:02 A

RE: Deploying service in embedded axis

2004-02-18 Thread Melamud, Mikhail
You can add deployment descriptor directly into server-config.wsdd -Original Message- From: Roman Zulauf [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 18, 2004 4:02 AM To: [EMAIL PROTECTED] Subject: Deploying service in embedded axis Hi, I am using Axis embedded in my application

RE: Deploying service in embedded axis

2004-02-18 Thread Pathuru, Kiran
Once you deploy the service in axis using admin service in your local system, a file will be created under WEB-INF/server-config.wsdd >From then onwards, you can simply copy it to WEB-INF directory while creating WAR file or whatever you are doing. Axis will pick it up automatically and no need to

RE: Deploying Axis web services

2004-01-07 Thread Samir Shaikh
Hi Nate, In your WEB-INF folder you will see server-config.wsdd generated when you first deploy the services. You can simply copy this file to the corresponding folder on another machine, and deploy the application without using AdminClient or AdminService. HTH. Samir -- Systems Development Wor

Re: Deploying Axis web services

2003-12-19 Thread Christopher Blunck
On Fri, Dec 19, 2003 at 06:13:58AM -0800, __matthewHawthorne wrote: > Axis is a webapp which can be deployed in any J2EE container. You can > then deploy your service into Axis (using the .wsdd file) on that > container. It's surprisingly easy. Surprisingly is an understatement... Axis is *so

Re: Deploying Axis web services

2003-12-19 Thread Rommel Sharma
Did you try the example2 given at: http://ws.apache.org/axis/java/user-guide.html ? It clearly sets up a very simple webservice. - Original Message - From: "Nate Bowler" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, December 19, 2003 11:39 AM Subject: Deploying Axis web service

Re: Deploying Axis web services

2003-12-19 Thread __matthewHawthorne
Axis is a webapp which can be deployed in any J2EE container. You can then deploy your service into Axis (using the .wsdd file) on that container. It's surprisingly easy. Nate Bowler wrote: I have an application that is installed at a customer's site. While it has its own web-based GUI, it a

Re: Deploying services with axis

2003-11-25 Thread Mike Klein
e one instance of axis installation per web service. Regards Vijay -Original Message- From: Ben Souther [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 25, 2003 9:43 AM To: [EMAIL PROTECTED] Subject: Re: Deploying services with axis Install multiple instances of axis, using a differnt

RE: Deploying services with axis

2003-11-25 Thread Tewari, Vijay
Hmm, isn't that overkill. That would mean that I have one instance of axis installation per web service. Regards Vijay -Original Message- From: Ben Souther [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 25, 2003 9:43 AM To: [EMAIL PROTECTED] Subject: Re: Deploying services with

Re: Deploying services with axis

2003-11-25 Thread Ben Souther
R (HP-MountainView,ex1) [mailto:[EMAIL PROTECTED] > Sent: Tuesday, November 25, 2003 8:53 AM > To: '[EMAIL PROTECTED]'; Tewari, Vijay > Subject: RE: Deploying services with axis > > Hi Vijay, > > Assuming you have the manager application on tomcat (deployed by > d

RE: Deploying services with axis

2003-11-25 Thread Tewari, Vijay
ARLEY,THUNDER (HP-MountainView,ex1) [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 25, 2003 8:53 AM To: '[EMAIL PROTECTED]'; Tewari, Vijay Subject: RE: Deploying services with axis Hi Vijay, Assuming you have the manager application on tomcat (deployed by default), you c

RE: Deploying services with axis

2003-11-25 Thread PARLEY,THUNDER (HP-MountainView,ex1)
. --Thunder -Original Message- From: Tewari, Vijay [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 25, 2003 8:42 AM To: [EMAIL PROTECTED] Subject: RE: Deploying services with axis Thanks Eugene I am trying to find out what the best way to do this is. The brain dead way is to stop and

RE: Deploying services with axis

2003-11-25 Thread Thompson, Eugene
Sent: Tuesday, November 25, 2003 11:42 AM > To: [EMAIL PROTECTED] > Subject: RE: Deploying services with axis > > > Thanks Eugene > > I am trying to find out what the best way to do this is. The > brain dead > way is to stop and restart Tomcat, but I am looking for a

RE: Deploying services with axis

2003-11-25 Thread Tewari, Vijay
, November 25, 2003 5:46 AM To: '[EMAIL PROTECTED]' Subject: RE: Deploying services with axis Remember the Tomcat makes a copy of your servlet/JSP/web service in the "work" directory. That's what it uses. If you've undeployed and replaced the files in the webapps directory, y

RE: Deploying services with axis

2003-11-25 Thread Thompson, Eugene
Remember the Tomcat makes a copy of your servlet/JSP/web service in the "work" directory. That's what it uses. If you've undeployed and replaced the files in the webapps directory, you still need to bounce Tomcat to get it to recopy the files. I believe there is a way to do this automatically. Hop

Re: Deploying Providers - one issue

2003-11-14 Thread Mark
Hi I wrote my provider. But when I list the deployed services thru the axis admin page I get this error Exception - org.apache.axis.ConfigurationException: org.apache.axis.deployment.wsdd.WSDDException: No provider type matches QName '{http://xml.apache.org/axis/wsdd/providers/java}MyProviderClass

Re: Deploying Providers ?

2003-11-12 Thread Stefan . A . Schuster
Hi Uwe, Thanks a lot for your help, as you said, the documentation is not very useufull at this point. Interrestingly I use my own Provider for the same reason you do: To give the service itself access to security information. Looks like we should think about a more generic solutions, something li

Re: deploying web service in WAR --> restart server and service is out!!

2003-09-29 Thread Sebastian Esponda
Include the deploys in server-config.wsdd. Regards, Pedro Salazar wrote: Greetings, I'm trying to deploy a axis web service in JBOSS but I really want to use a standalone web service in a WAR file instead using the jboss-net service (that uses axis itself). In conclusion, I want to use standar

Re: deploying web service in WAR --> restart server and service isout!!

2003-09-29 Thread Jose Miguel Selman
Pedro: What I did to solve that issue was to include the deployment information in the server-config.wsdd and then pack the application into a WAR file. So my configuration file includes: Hope it helps, Cheers, Jose M Selman - Original Message - From: "Pedro

Re: deploying with a wsdd file

2003-09-17 Thread eric . pinder
I'm a little late, but I just had that same problem and I wanted to "share the code" for the mailing list archive: Note that this is code for the client, the server seems to serialize the ArrayList correctly (or at least in a manner that the ArrayDeserializer can parse). I am not sure if it will

Re: deploying with a wsdd file

2003-09-17 Thread Stephen Gordon
perhaps you might submit a documentation patch for the axis ant tasks ?? I am of the same opinion... if i have some spare time I might write up some better docs (and examples) for the tasks. stephen Haddad, William wrote: Okay, thanks. I did get the deployment to work using the axis-admin ant t

re: deploying with a wsdd file

2003-09-17 Thread Haddad, William
Okay, thanks. I did get the deployment to work using the axis-admin ant task, but it was a bit daunting for me, an Ant novice. The documentation of the various axis-admin attributes was not at all clear, so I will show the combination that finally worked, as a help to anyone else trying to get t

Re: deploying with a wsdd file

2003-09-16 Thread Stephen Gordon
Try using the axis-admin Ant task. Stephen Haddad, William wrote: Hi I have installed axis on two different systems, one a Tomcat instance on an internal network server and the other on my laptop with a BEJY server. Both run the jws files fine, and both fail to allow me to deploy the identical

Re: deploying service: "Read timed out"

2003-09-05 Thread scott
ok, I fixed this issue, turns out some spyware was running on port 8009! so Tomcat couldn't init properly. But it's all good now. Now, when I try to deploy my service, I get a class not found exception, despite specifying my compiled classes directory in my classpath when running the AdminClient,

RE: deploying service: "Read timed out"

2003-09-05 Thread Gaonkar, Anuroop (MED, WIPRO)
Just start the web server / servlet container where you have deployed the axis. Then execute the command. -Original Message- From: scott [mailto:[EMAIL PROTECTED] Sent: Friday, September 05, 2003 2:21 PM To: [EMAIL PROTECTED] Subject: deploying service: "Read timed out" D:\Program File

Re: deploying web servie containing ArrayList

2003-06-11 Thread Wanchun Wang
my experience is you can't use ArrayList, use a type specific array instead.   -WanchunGRESSIER Yoan <[EMAIL PROTECTED]> wrote: Hi I'm trying to deploy a web service like :public String addArray( ArrayList l ) {String som = "";for( int i = 0; i < l.size(); i++ ){String c = (String)l.get( i );som +=

RE: Dynamically re-deploying AXIS server (class files )

2003-03-21 Thread Lindeman, Bob
password="manager123"/> /Christer > -Original Message- > From: Hainer Neil [mailto:[EMAIL PROTECTED] > Sent: den 20 mars 2003 17:00 > To: AXIS User > Subject: Dynamically re-deploying AXIS server (class files ) > > Hi, > &

RE: Dynamically re-deploying AXIS server (class files )

2003-03-21 Thread Christer Holmér
/> /Christer > -Original Message- > From: Hainer Neil [mailto:[EMAIL PROTECTED] > Sent: den 20 mars 2003 17:00 > To: AXIS User > Subject: Dynamically re-deploying AXIS server (class files ) > > Hi, > > If an update is made to an

Re: Dynamically re-deploying AXIS server (class files )

2003-03-20 Thread Brian Ewins
under Tomcat, is there a way of re-deploying (getting Tomcat to dynamically use the new class file version) without shutting and restarting Tomcat? My classes are placed under: C:\jakarta-tomcat-4.1.18\webapps\axis\WEB-INF\classes. Thanks, Neil

Dynamically re-deploying AXIS server (class files )

2003-03-20 Thread Hainer Neil
Hi, If an update is made to an existing AXIS server (class file) under Tomcat, is there a way of re-deploying (getting Tomcat to dynamically use the new class file version) without shutting and restarting Tomcat? My classes are placed under: C:\jakarta-tomcat-4.1.18\webapps\axis\WEB-INF

Re: deploying a set of classes

2003-03-03 Thread Sesha Nandyal
ha Nandyal To: [EMAIL PROTECTED] Sent: Friday, February 28, 2003 8:21 PM Subject: Re: deploying a set of classes  Hi Vincenzo,    I am confused here - I have a class say Class1 that is located in test.myservice package. I placed it in webapps/axis/web-inf/classes/test/myservice directory. The a

Re: deploying a set of classes

2003-03-03 Thread Vincenzo Di Stefano
your client isn't able to find the server... but, first, tru to create the directories...   Bye!!! - Original Message - From: Sesha Nandyal To: [EMAIL PROTECTED] Sent: Friday, February 28, 2003 8:21 PM Subject: Re: deploying a set of classes Hi Vincenzo,    I a

Re: deploying a set of classes

2003-02-28 Thread Sesha Nandyal
Hi Vincenzo,    I am confused here - I have a class say Class1 that is located in test.myservice package. I placed it in webapps/axis/web-inf/classes/test/myservice directory. The above class (Class1) calls Class2 that is located in test1.imp package. So I dropped the Class2.class in webapps/axi

Re: deploying a set of classes

2003-02-28 Thread Vincenzo Di Stefano
Raju. - Original Message - From: Vincenzo Di Stefano To: [EMAIL PROTECTED] Sent: Friday, February 28, 2003 2:27 AM Subject: Re: deploying a set of classes Hallo Raju,   I hope I'll be able to help you... I'll ask you excuse if I'll d

Re: deploying a set of classes

2003-02-28 Thread Raju Gottumukkala
: [EMAIL PROTECTED] Sent: Friday, February 28, 2003 2:27 AM Subject: Re: deploying a set of classes Hallo Raju,   I hope I'll be able to help you... I'll ask you excuse if I'll do some writing error, but I'm not very practical in writing in english. Firs

Re: deploying a set of classes

2003-02-28 Thread Vincenzo Di Stefano
Hallo Raju,   I hope I'll be able to help you... I'll ask you excuse if I'll do some writing error, but I'm not very practical in writing in english. First of all, you should create a main class, which is the one seen from the outworld: in this class you could implement all the other functio

Re: Deploying the client for session handling using SimpleSessionHand ler

2002-12-18 Thread Klaus Thiele
Hi Sebastian, i played a little bit around with this technique but i don't know where it is good for. the only difference i see is the sessionid in the soap-header instead of "cookie: jsessionid=..." in the http-header and an SimpleSession-object instead of an AxisHttpSession-object in my service

RE: deploying

2002-11-10 Thread Tom Schuring
looks like it works by just adding the entry to the server-config.wsdd   -Original Message-From: Tom Schuring Sent: Monday, November 11, 2002 9:41 AMTo: [EMAIL PROTECTED]Subject: deploying hello,   when i deploy my webservice with   java org.apache.axis.client.

Re: Deploying an existing set of classes/XML files as a web service

2002-11-07 Thread Steve Loughran
- Original Message - From: "Michael Fecina" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 07, 2002 2:09 AM Subject: Deploying an existing set of classes/XML files as a web service PROBLEM: I deploy this thing as a web service. It deploys fine. I write a client. I

RE: Deploying an EJB as a webservice ( j2sdkee RI EJB container )

2002-11-05 Thread Francois Swiegers
bject: RE: Deploying an EJB as a webservice ( j2sdkee RI EJB container ) Francois, I think I must have missed something really important here: are you saying that I need to deploy Axis as the web component of the J2EE application in deploytool ? I only need the Axis.jar to deploy as a war ?

RE: Deploying an EJB as a webservice ( j2sdkee RI EJB container )

2002-11-05 Thread Russell Brown
[mailto:FSwiegers@;RUBICO.COM] Sent: 05 November 2002 09:23 To: '[EMAIL PROTECTED]' Subject: RE: Deploying an EJB as a webservice ( j2sdkee RI EJB container ) Hi Russel I'm also new to Axis, so I'm not sure whether this is going to help you. I've taken the "converter&

RE: Deploying an EJB as a webservice ( j2sdkee RI EJB container )

2002-11-05 Thread Francois Swiegers
russell.brown@;Freeserve.com] Sent: Tuesday, November 05, 2002 11:14 AM To: [EMAIL PROTECTED] Subject: RE: Deploying an EJB as a webservice ( j2sdkee RI EJB container ) Thanks again for your help, I have splashed out on the Axis book. In the meantime I have deployed the EJB's client as a we

RE: Deploying an EJB as a webservice ( j2sdkee RI EJB container )

2002-11-05 Thread Russell Brown
) that we will deploy all session beans directly. Thanks for the links, will be busy for a few days getting up to speed. Regards Russell -Original Message- From: Kevin O'Neill [mailto:kevin@;rocketred.com.au] Sent: 05 November 2002 01:19 To: [EMAIL PROTECTED] Subject: RE: Deploy

RE: Deploying an EJB as a webservice ( j2sdkee RI EJB container )

2002-11-04 Thread Kevin O'Neill
On Tue, 2002-11-05 at 02:45, Russell Brown wrote: > thanks for the hints. > > I changed the allowedMethods to the two I need to use ( should I add create() ? ) Nope. The current context must have permissions to call create on the entity bean though. > I removed class name and redeployed. Its the

Re: Deploying an EJB as a webservice ( j2sdkee RI EJB container )

2002-11-04 Thread objectman
va course >and years of coldFusion, leapt into J2EE and web services for a new project ) > > Thanks for your time > > Russell > > -Original Message- > From: Cédric Chabanois [mailto:CChabanois@;cognicase.fr] > Sent: 04 November 2002 14:03 > To: '[EMAIL

RE: Deploying an EJB as a webservice ( j2sdkee RI EJB container )

2002-11-04 Thread Russell Brown
services for a new project ) Thanks for your time Russell -Original Message- From: Cédric Chabanois [mailto:CChabanois@;cognicase.fr] Sent: 04 November 2002 14:03 To: '[EMAIL PROTECTED]' Subject: RE: Deploying an EJB as a webservice ( j2sdkee RI EJB container ) Some hints : - allo

RE: Deploying an EJB as a webservice ( j2sdkee RI EJB container )

2002-11-04 Thread Cédric Chabanois
Some hints : - allowedMethods should not be '*'. This is a bug I have reported (see bug 13808) - I don't think className is useful in wsdd for ejbs. I don't use it But I don't think this is the problem Cédric > Hi Again, > Also, whenever I deploy this EJB it ruins Axis. The list of > servi

RE: Deploying an EJB as a webservice ( j2sdkee RI EJB container )

2002-11-04 Thread Russell Brown
Hi Again, Also, whenever I deploy this EJB it ruins Axis. The list of services servlet no longer displays ANY deployed services. I just tried a clean install of Tomcat, the j2skee and Axis on a clean machine. Set up the classpath with only the required jars and deployed the bean successfully, I

Re: deploying a .jws file as a web service - problems

2002-10-30 Thread Michael Brennen
The list archives can help here; this discussion has come up before. -- Michael On Wed, 30 Oct 2002, Michael Fecina wrote: > Because I still cannot see the service through the web when I do: > http://mdf161.rh.psu.edu:8080/axis/Calculator.jws, is there by chance > something else I am missing??

Re: deploying a .jws file as a web service - problems

2002-10-30 Thread Michael Fecina
ou for all of your help, it REALLY helped me and I GREATLY appreciate it. Thanks, M. Fecina ([EMAIL PROTECTED]) - Original Message - From: "Michael Brennen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 30, 2002 7:03 PM Subject: Re: deploy

Re: deploying a .jws file as a web service - problems

2002-10-30 Thread Michael Brennen
This looks like a .jar is missing; is servlet.jar in your classpath? -- Michael On Wed, 30 Oct 2002, Michael Fecina wrote: > Here's what I got while testing CalcClient after I dropped > Calculator.jws into axis directory: > > [root@mdf161 xml-axis-10]# java samples.userguide.example2.CalcClient

Re: deploying a .jws file as a web service - problems

2002-10-30 Thread Michael Fecina
Impl.jar and xmlParserAPIs.jar. Thanks, M. Fecina ([EMAIL PROTECTED]) - Original Message - From: "Paolo Paganotto" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 30, 2002 4:18 AM Subject: Re: deploying a .jws file as a web service - proble

Re: deploying a .jws file as a web service - problems

2002-10-30 Thread Steve Loughran
- Original Message - From: "Mike Fecina" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 30, 2002 12:01 AM Subject: deploying a .jws file as a web service - problems > Hello, > > I am using Apache Axis 1.0 release with Tomcat 4.2.12. Everything seems > tobe working

Re: deploying a .jws file as a web service - problems

2002-10-30 Thread Paolo Paganotto
> Hello, > > I am using Apache Axis 1.0 release with Tomcat 4.2.12. Everything seems > tobe working fine except, when I try to deploy Calculator.java as > Calculator.jws in the appropriate directory, I get the following error > when trying to visit the .jws page through the web: > > AXIS error >

RE: Deploying AXIS services in iAS6.5

2002-09-19 Thread Sharmin Choksey
CTED] >From: Enrique Rodríguez <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Subject: RE: Deploying AXIS services in iAS6.5 >Date: Thu, 19 Sep 2002 10:55:51 +0200 >MIME-Version: 1.0 >X-Priority: 3 (Normal) >X-MSMail-Priority: Normal >X-MimeOLE: Produc

RE: Deploying AXIS services in iAS6.5

2002-09-19 Thread Enrique Rodríguez
Title: RE: Deploying AXIS services in iAS6.5 You hava also take a look to the xml parser. Iplanet 6.5 come with an old JAXP implementation. Delte it from the classpath and install any other parser. HTH. Enrique. -Mensaje original- De: Peters, Chris [mailto:[EMAIL PROTECTED

RE: Deploying AXIS services in iAS6.5

2002-09-19 Thread Peters, Chris
Sharmin, this might help you (although saying that I still couldnt get it to work with iAs either!!) List: axis-user Subject: Do you want to get AXIS running on iPlanet app server 6.0 using iWS From: Matt MacDonald <[EMAIL PROTECTED]> Date: 2002-08-02

Re: Deploying AXIS in iWS 4.1

2002-09-18 Thread Tam Oskar
Thats true. 4.1 doesnt support the std J2EE format for deploying servlets. So I tried to deploy the servlet in the way it supports it by specifying properties in servlets.properties and rules.properties files. Couldnt make it work though. Gautam.  Sharmin Choksey <[EMAIL PROTECTED]>wrote: I don't t

Re: Deploying AXIS in iWS 4.1

2002-09-18 Thread Sharmin Choksey
I don't think iWS4.x is J2EE compliant for you to be able to "deploy" services so to speak. Was successful with iWS6.0 though, since that supports J2EE deployment spec. -Sharmin. >Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm >list-help: >list-unsubscribe:

RE: Deploying Services

2002-04-16 Thread Volkmann, Mark
Title: RE: Deploying Services > -Original Message- > From: Vidula Pant [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, April 16, 2002 1:33 PM > To: [EMAIL PROTECTED] > Subject: Deploying Services > > > I have succesfully set up Tomcat and Axis, and all the &

Re: Deploying a Serializer, but not a Deserializer??

2002-02-16 Thread R J Scheuerle Jr
This sounds like a bug. Have you tried the latest Axis code ? If there is a bug, I can look into it on Monday. If you don't want to install a deserializer, you *should* be able to: 1) not specify deserializer in the TypeMapping, or 2) specify deserializer with an empty string, or 3) sp