Re: Registering a JAX-RPC Handler?

2005-02-01 Thread Shantanu Sen
You can add JAX-RPC handlers by configuring the WSDD  using the handlerInfo and handlerInfoChain elements. Here is a link to some docs   http://www.osmoticweb.com/axis-wsdd/handlerInfo.htm   Programmatically, you can add handlerInfo and handlerInfo chain to a WSDDService. Here is a sample code snip

SV: How to deploy related classes?

2005-02-01 Thread Stig Rasmussen
Nope, I tried restarting both Tomcat and MySQL and it did the same thing :-( -Oprindelig meddelelse- Fra: Roy Benjamin [mailto:[EMAIL PROTECTED] Sendt: 2. februar 2005 00:59 Til: [EMAIL PROTECTED] Emne: Re: How to deploy related classes? Hi, My guess is that when you restart the applica

Re: How to deploy related classes?

2005-02-01 Thread Roy Benjamin
Hi, My guess is that when you restart the application server the problem goes away? If so then the problem is as you stated. "un-deployed" classes in the class path are not found, because its not searched on-demand? Anyway, just an idea... --- Stig Rasmussen <[EMAIL PROTECTED]> wrote: > Hi th

How to deploy related classes?

2005-02-01 Thread Stig Rasmussen
Hi there!   I have deployed a webservice which uses a related class for connecting to my database, executing SQL and verifying the jdbc driver (DBManager.java). When i try to verify my jdbc Driver using Class.forName("org.gjt.mm.mysql.Driver") on my host it all works fine and I can retrieve

Re: "JRE 1.5 "enum" is a Reserved Word" Does Axis Comply with this rule?

2005-02-01 Thread Davanum Srinivas
please log a bug and tell us how to recreate the problem. thanks, dims On Wed, 02 Feb 2005 09:29:09 +1100, John Delaney <[EMAIL PROTECTED]> wrote: > I have just started to build a 1.5 version of axis owing to a problem > with jws files. Axis throws up some 80 odd warnings and 16 or so errors. >

Re: "JRE 1.5 "enum" is a Reserved Word" Does Axis Comply with this rule?

2005-02-01 Thread John Delaney
I have just started to build a 1.5 version of axis owing to a problem with jws files. Axis throws up some 80 odd warnings and 16 or so errors. Mostly, possibly solely, these are due to enum now being a reserved word. JWD >>> [EMAIL PROTECTED] 02/02/05 05:41 AM >>> JRE 1.5 "enum" is a keyword Word

How to serialize elements of Vector independently in Axis

2005-02-01 Thread Suresh Avadhanula
Hi, I am integrating axis to existing product where we can expose some webservices and send/recieve SOAP messages. We have our own configuration files instead of WSDL that would expose the services as Webservices. Hence I cannot use WSDL2Java to generate stubs for axis. We have generic methods p

RE: Castor Based objects giving Errors

2005-02-01 Thread Mike Burati
>> >> http://xml.ws.pko.dia.mil"; xmlns="http://xml.ws.pko.dia.mil"; xmlns:xsd="http://www.w3.org/2001/XMLSchema";> >> http://xml.ws.pko.dia.mil"/> >> >> > The schema should be imported with "schemaLocation" not "location". Also, I bel

Re: Next Generation Web Services presentation

2005-02-01 Thread Vic
Read it! An outstanding resource. Is there sompelace where we carn read you opinion on new W3 binary services proposal, or on JMS or on Hessian (used by Spring, JavaLobby, my SandraSF.com, etc.) And I know I asked this before but... what is the bet way to return a list of map of "basic" objects

RE: AdminClient

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

AdminClient

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

"JRE 1.5 "enum" is a Reserved Word" Does Axis Comply with this rule?

2005-02-01 Thread Jayaraman, Venkatesh
JRE 1.5 "enum" is a keyword Word  may not be used as an identifier  Does Axis Comply with this rule?   ("ServiceStatus.java": as of release 1.5, 'enum' is a keyword, and may not be used as an identifier (try -source 1.5 to use 'enum' as a keyword) at line 35, column 13)   -Venky    

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 to allow multiple methods

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: How to setup a or ?

2005-02-01 Thread Jay Glanville
Thanks Mike. I hadn't thought of that. I will investigate how well that works for me. JDG > -Original Message- > From: Brown, Mike [mailto:[EMAIL PROTECTED] > Sent: Tuesday, February 01, 2005 10:09 AM > To: '[EMAIL PROTECTED]' > Cc: Jay Glanville > Subject: RE: How to setup a or ? >

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

samples on solaris

2005-02-01 Thread Worth, Patrick (GMI)
Title: samples on solaris has anybody run any of the samples, specifically the stock example, under tomcat 5 on solaris 8 successfully out of the box? If you are not an intended recipient of this e-mail, please notify the sender, delete it and do not read, act upon, print, disclose, copy

Re: Castor Based objects giving Errors

2005-02-01 Thread TMG
Ananth, The schema should be imported with "schemaLocation" not "location". Tom Gordon Ananth T. Sarathy wrote: I tried that, but I keep getting errors. Is there something I am doing wrong with these? The WSDL2Java is giving me an error that SearchText isrefrenced not defined but it is defined in

Re: Castor Based objects giving Errors

2005-02-01 Thread Ananth T. Sarathy
I tried that, but I keep getting errors. Is there something I am doing wrong with these? The WSDL2Java is giving me an error that SearchText isrefrenced not defined but it is defined in the xsd Any help is appreciated On Tue, 01 Feb 2005 14:52:59 +0900, Bill Keese <[EMAIL PROTECTED]> wrote: >

RE: How to setup a or ?

2005-02-01 Thread Brown, Mike
You don't have to declare exceptions in your WSDD. Just make sure that your custom exception extends RemoteException (java.rmi.RemoteException) then when you throw it it gets translated into a soap fault. -Original Message- From: Jay Glanville [mailto:[EMAIL PROTECTED] Sent: Tuesday, Feb

RE: Axis Gurus - Please help .. Urgent .... Issue with Document c lass ???

2005-02-01 Thread Brown, Mike
Remember to drill down on the left side under applications. There should be an item named axis.war. Make sure that you select it(WAR classloader policy should be greyed out) and select parent_last on your classloader mode. -Original Message- From: babloosony [mailto:[EMAIL PROTECTED] Sen

Re: Using Headers Client Side

2005-02-01 Thread M Litherland
WAJSBERG Julien RD-BIZZ wrote: M Litherland a écrit : Hi all, I'm new to Axis and I am trying to create a SOAP client to communicate with a vendor. They have supplied me with the WSDL and I ran WSDL2Java against it to create my stubs. There are custom headers, so I specified the '-a' option fo

How to setup a or ?

2005-02-01 Thread Jay Glanville
Hello all. I need help setting up a custom fault. Here's the situation: I have a service defined in my server-config.wsdd that is implemented by a class. All the methods on that class are exposed through the service (ie: ). Some of the methods in that class throw a custom exception (MyExceptio

Re: Unable to create Axis webservice instance in .Net client

2005-02-01 Thread HG
Hi (B (BEhh... Maybe this answer is too simple or I am misunderstanding you. Dunno. (B (BIn C# you would have to write a using declaration in top of you code file (Bfor the namespace containing the generated proxy class. (B (BBetter of asking on the ms newsgroups for questions like these...

Re: Axis Gurus - Please help .. Urgent .... Issue with Document c lass ???

2005-02-01 Thread babloosony
Mike- I tried your appraoch in my WSAD but it does not work. Only combination that successfully run AXIS WEB MODULE is EAR CLASSLOADER MODE: PARENT_FIRST EAR WAR CLASSLOADER POLICY: APPLICATION WAR CLASSLOADER MODE: MODULE Please suggest

Unable to create Axis webservice instance in .Net client

2005-02-01 Thread Dhananjayan_K
(BHi, (BI have created a web reference("NetClient") for a webservice (Brunning in Axis thru "Add Web Reference", (Bin order to invoke the service I have to instansiate that (Blike (B NetClient.Employee emp1 = new NetClient.Em

Re: Using Headers Client Side

2005-02-01 Thread WAJSBERG Julien RD-BIZZ
M Litherland a écrit : Hi all, I'm new to Axis and I am trying to create a SOAP client to communicate with a vendor. They have supplied me with the WSDL and I ran WSDL2Java against it to create my stubs. There are custom headers, so I specified the '-a' option for WSDL2Java to produce a stub f