how to package jibx classes when deploying on websphere

2005-02-07 Thread babloosony
Hi All, Are there any suggestions, ideas on packing jibx binding compiled classes and axis custom (de)serializer classes when deploying an ear with ejb jar modules, axis web modules on WebSphere Application Server 5.0 ? Any exp. with similiar packaging and deployment will be greatly appreciated

Re: Axis exception while deploying a WAR

2005-02-07 Thread Davanum Srinivas
please try latest CVS/Nightly. -- dims On Mon, 7 Feb 2005 09:55:58 -, Arijit Mukherjee <[EMAIL PROTECTED]> wrote: > Hi All > > I have a doc style WS, with some custom types, which I deploy as a WAR > file. If I turn on the DEBUG option for Axis in the log4j.properties, I > can see the follo

Axis exception while deploying a WAR

2005-02-07 Thread Arijit Mukherjee
Hi All I have a doc style WS, with some custom types, which I deploy as a WAR file. If I turn on the DEBUG option for Axis in the log4j.properties, I can see the following exception in my tomcat 5.0.28 (Axis verison 1.2-RC1): 09:51:21,949 DEBUG ProjectResourceBundle:72 - org.apache.axis.i18n.reso

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

Deploying multiple methods

2005-02-01 Thread Suzy Fynes
  Hey,   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:              Thanks Suzy

Error while deploying JWS in another webapp

2005-01-31 Thread Kumar Pandya
Hi, I am trying to deploy JWS in my existing webapp as compared to /axis webapp in tomcat. This service works when deployed in /axis, but does not work when deployed in /mywebapp. I get following error. I generated stub classes using WSDL file after deploying in /mywebapp to ensure its point to

RE: Deploying a simple handler

2005-01-12 Thread Jairam, Roopnaraine
, 2004 5:16 PM To: [EMAIL PROTECTED] Subject: Deploying a simple handler   Hi, I'm trying to put a simple handler on the request flow of a service. My handler extends org.apache.axis.handlers.BasicHandler (implementing invoke() and nothing else). The AdminClient deploys the service OK, but

RE: Deploying Web Services

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

Deploying Web Services

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

ClassNotFound deploying blundled axis example webapp to Novell Extend App Server 5.2

2004-12-09 Thread Marcos Macedo
at com.sssw.srv.http.Client.loop(Client.java:1271) at com.sssw.srv.http.Client.runConnection(Client.java:1498) at com.sssw.srv.http.Client.run(Client.java:1435) at java.lang.Thread.run(Thread.java:534) i have tried deploying it as WAR instead of a EAR and got same result. this

Deploying a simple handler

2004-12-08 Thread James Brady
Hi, I'm trying to put a simple handler on the request flow of a service. My handler extends org.apache.axis.handlers.BasicHandler (implementing invoke() and nothing else). The AdminClient deploys the service OK, but when viewing the list of deployed services, I get a ClassCastException: Exception -

Problems Deploying a Transport :-(

2004-11-26 Thread Robert Simmons Jr.
Greetings, I am creating a custom transprot that uses a socket library developed by my client but I cant get Axis to actually see the transport. For reference I will attach a zipped version of the source so you can see what is going on. Where exactly to I need to "glue" the transport into axis.

"Null serializer factory" error when deploying a service

2004-11-24 Thread Stuart Roll
Greetings - I'm fairly new to WS and Axis but this is the first real brick wall I've run into.  I was able to deploy a test WS with a single trivial method but when I tried to deploy another service that returned complex objects I received the following error: AxisFault faultCode: {http://schema

Re: Trouble deploying a web service - Exception:: org.xml.sax.SAXException

2004-11-09 Thread charles . rosa
CTED] 11/09/2004 03:50 cc: PM Subject: Trouble deploying a web service - Exception:: org.xml.sax.SAXExcep

Trouble deploying a web service - Exception:: org.xml.sax.SAXException

2004-11-09 Thread charles . rosa
To all, I have built a web service. When I attempt to deploy the web service via the command below: rainier 61% java org.apache.axis.client.AdminClient -lhttp://rainier.gmr.com:8083/axis/services/RevenueManagement portfoliooptimization_webservice/deploy.wsdd I get the following output: Processin

Re: Programatically Creating and Deploying a Web Service

2004-11-03 Thread Mark Malinoski
ase respond to Deploying a Web Service [EMAIL PROTECTED]

Programatically Creating and Deploying a Web Service

2004-11-02 Thread Mark Chaimungkalanont
Axissians, I've noticed that it will be possible to programatically stop & start a WS that has already been registered. http://nagoya.apache.org/jira/browse/AXIS-1424 I need to programatically create and register my web service and bypass WSDD files all together. For example. I want to be able

Re: axis 1.1 deploying on Orion 2.0.2

2004-10-12 Thread Rafael Gomez
Hi, after deploying axis 1.1 on Orion 2.0.2, I am trying to make an Axis handler talk to an ejb. I find neither examples nor recomendations. Again, any help will be very appreciated. Regards, -R Rafael Gomez wrote: Hi, any help on how to deploy axis 1.1 on Orion 2.0.2 would be highly

RE: custom deploying a webservice at a location other than standa rd /axis/services pattern

2004-10-05 Thread THOMAS, JAI [AG-Contractor/1000]
PROTECTED] Sent: Monday, October 04, 2004 11:58 PM To: [EMAIL PROTECTED] Subject: custom deploying a webservice at a location other than standard /axis/services pattern Hi all, can someone tell me how to deploy a web service at a location other than at "/axis/services" path say

Re: custom deploying a webservice at a location other than standard /axis/services pattern

2004-10-04 Thread Venkat Reddy
May be you should change / inside the web.xml for your axis web application? -- Venkat On Tue, 5 Oct 2004 10:27:39 +0530, jayachandra <[EMAIL PROTECTED]> wrote: > Hi all, > can someone tell me how to deploy a web service at a location other > than at "/axis/services" path say at "/axis/importantS

custom deploying a webservice at a location other than standard /axis/services pattern

2004-10-04 Thread jayachandra
Hi all, can someone tell me how to deploy a web service at a location other than at "/axis/services" path say at "/axis/importantServices/". I'm in need of that. Thanks in advance, -- Jaya

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
u know.   Tami From: Suzy Fynes [mailto:[EMAIL PROTECTED] Sent: Thursday, September 30, 2004 10:57 AMTo: [EMAIL PROTECTED]Subject: deploying web service with database class import Hi,   I want to deploy my java class as a web service. If this class imports 3 other classes from my project

deploying web service with database class import

2004-09-30 Thread Suzy Fynes
Hi,   I want to deploy my java class as a web service. If this class imports 3 other classes from my project do I need to deploy them too? Also one of these classes accesses a mysql database on the server, will this effect the deployment?   Thanks Suzy  

Re: axis 1.1 deploying on Orion 2.0.2

2004-09-29 Thread Rafael Gomez
yes indeed! Thanks! -R Rafael Gomez wrote: Hi, any help on how to deploy axis 1.1 on Orion 2.0.2 would be highly appreciated. Regards, -R Hi rafael, look at this web page, I think it will help you http://kb.atlassian.com/content/tutorials/candlelight/axis.html Karim smime.p7s Description: S/M

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: axis 1.1 deploying on Orion 2.0.2

2004-09-29 Thread karim
Rafael Gomez wrote: Hi, any help on how to deploy axis 1.1 on Orion 2.0.2 would be highly appreciated. Regards, -R Hi rafael, look at this web page, I think it will help you http://kb.atlassian.com/content/tutorials/candlelight/axis.html Karim

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

axis 1.1 deploying on Orion 2.0.2

2004-09-29 Thread Rafael Gomez
Hi, any help on how to deploy axis 1.1 on Orion 2.0.2 would be highly appreciated. Regards, -R smime.p7s Description: S/MIME Cryptographic Signature

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

Deploying to a nonstandard port

2004-09-28 Thread Hubble, Christopher
I'm running two copies of tomcat on a machine. I can deploy a service to the 8080 install, and I can connect to it. However, when I try to deploy the service to the tomcat installed on port using the admin client, I get a cannot connect error. Any suggestions? Chris

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
: Tuesday, September 28, 2004 9:29 AM To: [EMAIL PROTECTED] Subject: deploying a wsdd file   Hi,   I’m trying to run the AdminClient on my service using the following command   java org.apache.axis.client.AdminClient axis/serviceDeployer/BankModulsCheckServiceDeploy.wsdd-1 http

deploying a wsdd file

2004-09-28 Thread Suzy Fynes
Hi,   I’m trying to run the AdminClient on my service using the following command   java org.apache.axis.client.AdminClient axis/serviceDeployer/BankModulsCheckServiceDeploy.wsdd-1 http://81.192.132.189:8080/axis/services/AdminService   and I getting the following error   Exception

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

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

Re: Problem Deploying WS (server-config.wsdd)

2004-09-20 Thread Alexander Lukas
it doesn´t matter. Thanks for your help. >From: "Alexander Lukas" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: Re: Problem Deploying WS (server-config.wsdd) >Date: Mon, 20 Sep 2004 12:47:53 + > >I´ve deployed it with

Re: Problem Deploying WS (server-config.wsdd)

2004-09-20 Thread Alexander Lukas
EMAIL PROTECTED]> >To: Alexander Lukas <[EMAIL PROTECTED]> >Subject: Re: Problem Deploying WS (server-config.wsdd) >Date: Mon, 20 Sep 2004 15:03:15 +0530 > >Just once try to deploy via AdminService i.e. > >java org.apache.axis.client.AdminClient >-lhttp://local

Re: Problem Deploying WS (server-config.wsdd)

2004-09-20 Thread Alexander Lukas
L PROTECTED] >Subject: Re: Problem Deploying WS (server-config.wsdd) >Date: Mon, 20 Sep 2004 14:24:52 +0530 > >In the axis.jar that you might be having just see if you have >org.apache.axis.transport.http.AxisServlet class. You could probably >get this erroroneous behaviour, if tha

Re: Problem Deploying WS (server-config.wsdd)

2004-09-20 Thread jayachandra
Check the axis.jar of Tomcat's webapps/axis/WEB-INF/lib directory. Sorry, that I didn't mention it previously. jayachandra On Sat, 18 Sep 2004 13:16:15 +, Alexander Lukas <[EMAIL PROTECTED]> wrote: > Hi! > > I´ve problems to deploy my Web Services. I´m using AXIS 1.1, Tomcat 4.0.4 > (can´t u

Re: Problem Deploying WS (server-config.wsdd)

2004-09-20 Thread jayachandra
In the axis.jar that you might be having just see if you have org.apache.axis.transport.http.AxisServlet class. You could probably get this erroroneous behaviour, if that file is missing. Just check that. In case you don't have, resort to latest axis.jar HTH Jayachandra On Sat, 18 Sep 2004 13:16:

Problem Deploying WS (server-config.wsdd)

2004-09-18 Thread Alexander Lukas
Hi! I´ve problems to deploy my Web Services. I´m using AXIS 1.1, Tomcat 4.0.4 (can´t use another version of tomcat, because i´ve to develop WS for an existing project) and JAVA 1.4.1 (i have to use this version) under Linux. I´m able to install AXIS without any problems, the happyaxis-JSP works

Re: AW: AW: Deploying Web servics as "Session" Scope

2004-08-29 Thread Mahen Perera
parment EPDM/D > Fasanenweg 5, D 70771 Leinfelden > > Tel.:+49/711 971- 44747 > Fax.: +49/711 972-90330 > > mailto:[EMAIL PROTECTED] > http://www.t-systems.de > > -Ursprüngliche Nachricht- > Von: Mahen Perera [mailto:[EMAIL PROTECTED] > Gesendet:

AW: AW: Deploying Web servics as "Session" Scope

2004-08-29 Thread Dorner Thomas
: Montag, 30. August 2004 07:55 An: [EMAIL PROTECTED] Betreff: Re: AW: Deploying Web servics as "Session" Scope But no need to have the Web Service deployed as session scope to use the SimpleSessionHandler right? Mahen On Mon, 30 Aug 2004 07:46:12 +0200, Dorner Thomas <[EMAIL PROT

Re: AW: Deploying Web servics as "Session" Scope

2004-08-29 Thread Mahen Perera
nweg 5, D 70771 Leinfelden > > Tel.:+49/711 971- 44747 > Fax.: +49/711 972-90330 > > mailto:[EMAIL PROTECTED] > http://www.t-systems.de > > -Ursprüngliche Nachricht- > Von: Mahen Perera [mailto:[EMAIL PROTECTED] > Gesendet: Montag, 30. August

AW: Deploying Web servics as "Session" Scope

2004-08-29 Thread Dorner Thomas
:05 An: [EMAIL PROTECTED]; [EMAIL PROTECTED] Betreff: Deploying Web servics as "Session" Scope Hi ! I know that s web service can be deployed as session scope by having the following in the service tag of the Web Service in the deploy.wsdd file However, What i am not sure is how t

Deploying Web servics as "Session" Scope

2004-08-29 Thread Mahen Perera
Hi ! I know that s web service can be deployed as session scope by having the following in the service tag of the Web Service in the deploy.wsdd file However, What i am not sure is how the session information sent to the service side by the client side, in this case. For example, how long wil

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 >

Deploying sample applications gives error

2004-07-22 Thread Ranjan K. Baisak
Hello List, I am new to Axis. I am trying to deploy webservices provided in Axis samples into tomcat. I am following steps provided by user guide of Axis. When I am running %java org.apache.axis.client.AdminClient deploy.wsdd. I am getting following errors, any suggestion Processing file

AW: Step involved for deploying Axis WebService

2004-07-15 Thread Rossmy, Tilman
The procedure is described in user-guide.html of the axis distribution hth Tilman -Ursprüngliche Nachricht- Von: Ujwal Oswal [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 15. Juli 2004 15:34 An: '[EMAIL PROTECTED]' Betreff: Step involved for deploying Axis WebService Hell

Step involved for deploying Axis WebService

2004-07-15 Thread Ujwal Oswal
Hello All, Is there any document which explains about steps involved in deploying a Axis WebService . I need to deploy this webservice under WebSphere Application Server Here's my understanding. 1. Write the Interface. 2. Generate the WSDL file based on your interface. (JAVA2WSDL) 3. Gen

Problem Deploying in Axis 1.2 Beta

2004-06-30 Thread NYY96
Hello All,   I would truly appreciate some help with this. As I am new to Axis 1.2 beta I am having trouble understanding why I am generating the following errors and how to fix them. The service successfully deployed into Axis 1.1.   I have run WSDL2Java successfully and compiled & copied al

RE: Problem deploying Service

2004-06-25 Thread Henry Lu
D] Sent: Thursday, June 24, 2004 12:47 PM To: [EMAIL PROTECTED] Subject: Re: Problem deploying Service After copying the Dir structure .. have you run the AdmiClient ? If not then do that ... If still the problem persists try copying the deploy.wsdd of ur service (from to ) and paste it

RE: Problem deploying Service

2004-06-25 Thread Henry Lu
--Original Message- From: Dhanush Gopinath [mailto:[EMAIL PROTECTED] Sent: Thursday, June 24, 2004 12:47 PM To: [EMAIL PROTECTED] Subject: Re: Problem deploying Service After copying the Dir structure .. have you run the AdmiClient ? If not then do that ... If still the problem persis

Problem deploying WRAPPED style WSDL using Axis 1.2

2004-06-23 Thread David Song
Hi all,   I followed the example in Anne’s blog that talks about WRAPPED style http://www.burtongroup.com/weblogs/annethomasmanes/archives/2004/04/000187.html   I then used WSDL2Java to generate all the Java files (giving the –skeleton false flag) So this should generate the “impl” cla

Problem deploying Service

2004-06-22 Thread David Song
I used the AdminClient to deploy a custom service. It wrote to the "server-config.wsdd" correctly, but when I invoke the service it gave the following error message: org.apache.axis.ConfigurationException: Could not find class for the service named: FooService Hint: you may need to copy your clas

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

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

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

Error Hot-Deploying Axis Code to Client

2004-05-11 Thread Kennedy, Mark
Hi there, We're having trouble hot-deploying our J2EE application which uses Apache Axis code. Our setup is as follows: 1) We have a SOAP client talking to a SOAP server. The SOAP client and server use the Apache Axis libraries to generate the stubs and skeletons, which are package

Re: Error deploying web service in Axis 1.2 beta

2004-05-04 Thread jagannath
docs information about where to get these jars, but the details are here: http://cvs.apache.org/viewcvs/~checkout~/ws-wsif/java/lib/README.html Jeff - Original Message - From: jagannath To: [EMAIL PROTECTED] Sent: Tuesday, May 04, 2004 5:12 AM Subject: Error deploying web service in Axis

Re: Error deploying web service in Axis 1.2 beta

2004-05-04 Thread jagannath
- From: jagannath To: [EMAIL PROTECTED] Sent: Tuesday, May 04, 2004 5:12 AM Subject: Error deploying web service in Axis 1.2 beta Hi, I am getting the below exception when I try to deploy my web service using the AdminClient utlity. I am using Axis 1.2 Beta . I am able to successfully deploy my

Re: Error deploying web service in Axis 1.2 beta

2004-05-04 Thread Jeff Greif
PROTECTED] Sent: Tuesday, May 04, 2004 5:12 AM Subject: Error deploying web service in Axis 1.2 beta Hi, I am getting the below exception when I try to deploy my web service using the AdminClient utlity. I am using Axis 1.2 Beta . I am able to successfully deploy my service in Axis 1.1. I have also

Error deploying web service in Axis 1.2 beta

2004-05-04 Thread jagannath
Hi, I am getting the below exception when I try to deploy my web service using the AdminClient utlity. I am using Axis 1.2 Beta .  I am able to successfully deploy my service in Axis 1.1.  I have also attached the sources of my sample web service along with a README file. Please let me know

Packaging and deploying web Service in AXIS

2004-03-30 Thread akshay kumar
Hi All; I have a web Service that i want to host on AXIS.I have all the code compiled with me. The code is categorised into various different packages and folders. Can anyone tell me how can I best deploy all these classes and where exactly under AXIS root should I be placing these files? My folde

Regarding Axis and deploying services

2004-03-16 Thread Marepalli, Somesh
: Marepalli, Somesh Sent: Tuesday, March 16, 2004 9:57 AM To: [EMAIL PROTECTED] Subject: RE: Regarding Axis and deploying services   Hi:    Anyone can help me on this…    Is there any log file for Axis…   Regards -Somesh   From: Marepalli, Somesh Sent: Friday, March 12, 2004 4:24

RE: Regarding Axis and deploying services

2004-03-16 Thread Marepalli, Somesh
Hi:    Anyone can help me on this…    Is there any log file for Axis…   Regards -Somesh   From: Marepalli, Somesh Sent: Friday, March 12, 2004 4:24 PM To: [EMAIL PROTECTED] Subject: Regarding Axis and deploying services   Hi:    I am running into some problems with

Regarding Axis and deploying services

2004-03-12 Thread Marepalli, Somesh
Hi:    I am running into some problems with Axis deployment. I want to copy a .jar file for my web service into Axis lib folder while Tomcat is running (I have the reloadable flag set to true).   When I try to invoke the Axis AdminClient using my deployment descriptor, it seems to be ok.

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
PROTECTED] To [EMAIL PROTECTED] cc Subject deploying a service with packages Hello, I am trying to setup an Axis web service the "proper" way, by not using the .jws technique, but I am having a few difficulties. On the server side I have several classes that have to imp

Re: deploying a service with packages

2004-03-12 Thread Lanto Randriamiharisoa
ow I know these classes work on their own, I can connect to the database by running it as a standalone app. However, deploying and calling it from the client is puzzling me. I have my service setup at http://localhost:8080/axis/delta and I have created a package org.ppinc.deltadown. So I now h

deploying a service with packages

2004-03-12 Thread Paul Phillips
se classes work on their own, I can connect to the database by running it as a standalone app. However, deploying and calling it from the client is puzzling me. I have my service setup at http://localhost:8080/axis/delta and I have created a package org.ppinc.deltadown. So I now have a

Re: Problem in deploying Axis 1.1 to Tomcat 5

2004-02-24 Thread Kay Chee Cheung
Hi! Thanks very much. I looked at the other log, jwsdp_log and found more messages related to the error: 2004-02-25 08:58:15 createObjectName with StandardEngine[Catalina].StandardHost[localhost].StandardContext[/wsi-server] 2004-02-25 08:58:15 preRegister with Catalina:type=Logger,path=/wsi-s

Re: Problem in deploying Axis 1.1 to Tomcat 5

2004-02-23 Thread Thorsten Jungblut
Hi! > INFO: Installing web application at context path /axis from URL > file:C:\jwsdp-1.3\webapps\axis > > 23/02/2004 13:17:09 org.apache.catalina.core.StandardContext start > > SEVERE: Error listenerStart > > 23/02/2004 13:17:09 org.apache.catalina.core.StandardContext start > > SEVERE: Context s

Re: Problem in deploying Axis 1.1 to Tomcat 5

2004-02-23 Thread Kay Chee Cheung
Hi, Thanks very much for the hints. I look at the log file, launcher.server.log. I found the following entry related to the failure to deploy Axis :- 23/02/2004 13:17:09 org.apache.catalina.core.StandardHostDeployer install INFO: Installing web application at context path /servlets-examples f

RE: Problem in deploying Axis 1.1 to Tomcat 5

2004-02-23 Thread Asanka Priyanjitih
-Original Message- From: Kay Chee Cheung [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 24, 2004 10:21 AM To: [EMAIL PROTECTED] Subject: Problem in deploying Axis 1.1 to Tomcat 5 Dear Axis Users, I tried to deploy Axis 1.1 to Tomcat 5 ( provided with Web Service Developer Pack

Re: Problem in deploying Axis 1.1 to Tomcat 5

2004-02-23 Thread Thorsten Jungblut
Hi! >I tried to deploy Axis 1.1 to Tomcat 5 ( provided with Web Service > Developer Pack 1.3 ) by copying the webapps/axis directory from Axis > installation to Tomcat webapps directory. After starting Tomcat, I could > not find the start page, 127.0.0.1:8080/axis. When I try to start axis >

Problem in deploying Axis 1.1 to Tomcat 5

2004-02-23 Thread Kay Chee Cheung
Dear Axis Users, I tried to deploy Axis 1.1 to Tomcat 5 ( provided with Web Service Developer Pack 1.3 ) by copying the webapps/axis directory from Axis installation to Tomcat webapps directory. After starting Tomcat, I could not find the start page, 127.0.0.1:8080/axis. When I try to start ax

RE: Deploying service in embedded axis

2004-02-18 Thread Heitzeg, Bill
AM To: [EMAIL PROTECTED] Subject:Deploying service in embedded axis Hi, I am using Axis embedded in my application with Jetty. Is there a way I can deploy my services without having to manually deploy using the admin program? I have not found any way in any documentation. What I am

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
eed to deploy once again. regards, kiran -Original Message- From: Roman Zulauf [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 18, 2004 10:02 AM To: [EMAIL PROTECTED] Subject: Deploying service in embedded axis Hi, I am using Axis embedded in my application with Jetty. Is there a wa

Deploying service in embedded axis

2004-02-18 Thread Roman Zulauf
Hi, I am using Axis embedded in my application with Jetty. Is there a way I can deploy my services without having to manually deploy using the admin program? I have not found any way in any documentation. What I am trying to achieve is to distribute my application (with embedded Jetty and Axis) an

about deploying a web service

2004-02-17 Thread Wermus Fernando
I have my own web service right now. I ‘m testing it using the uri http://127.0.0.1 … but I need to use my own ip, an later the server ip. I don’t know how to do this. Any help would be thanked.   Thanks.

Re: Problem Deploying Web Services with WSDD

2004-01-26 Thread Ben Souther
Did you try commenting out the last service that you've written (in your deploy.wsdd file) and deploying with AdminClient again? After doing so, does your list of service display properly? On Sunday 25 January 2004 09:37 am, you wrote: > Mark, > Sorry, I don't hav

RE: Problem Deploying Web Services with WSDD

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

RE: Problem Deploying Web Services with WSDD

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

RE: Problem Deploying Web Services with WSDD

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

RE: Problem Deploying Web Services with WSDD

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

RE: Problem Deploying Web Services with WSDD

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

Problem Deploying Web Services with WSDD

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

[Fwd: Deploying provider]

2004-01-14 Thread Pravir Ramtekkar
I got it working. I was overriding initServiceDesc() also which was causing the problem. thanx, Pravir Original Message Subject: Deploying provider Date: Fri, 09 Jan 2004 10:34:11 -0800 From: Pravir Ramtekkar <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Hi , I wanted to know

  1   2   3   4   >