Re: Missing element inFault error:

2004-01-01 Thread Vairamuthu Thayapavan
hi sriram wht version of the axis u used? use lastest version of the axis. regards vtpavan > I get the following error when i run WSDL2Java > > java.io.IOException: ERROR: Missing element inFault > "getQueues_faul > t1" in operation "getQueues_fault1", in binding getQueues > at > org.ap

RE: null pointer problem in both 1.1 and 1.2alpha

2004-01-01 Thread Jacob Kjome
At 09:21 PM 1/1/2004 +, you wrote: Hi Jake, The exception trace below - is that from version 1.1 or 1.2Alpha? Regards, Richard Actually, I tried it in both, with the same result, although in both cases I had saaj.jar and jaxrpc.jar from 1.2alpha in CATALINA_HOME/shared/lib. Not sure if th

Automated Deployment

2004-01-01 Thread Peter Harrison
Hi, I have read the documentation, and have done a search on both Google and in the mailing list archive, and can't see a answer, so thought I would ask here: I have a client to whom I regularly deploy a web application. They are running Tomcat. Essentially the client pulls down the latest ver

RE: null pointer problem in both 1.1 and 1.2alpha

2004-01-01 Thread Richard Martin
Hi Jake, The exception trace below - is that from version 1.1 or 1.2Alpha? Regards, Richard -Original Message- From: Jacob Kjome [mailto:[EMAIL PROTECTED] Sent: 31 December 2003 19:39 To: [EMAIL PROTECTED] Subject: null pointer problem in both 1.1 and 1.2alpha I deployed a web servic

RePOST: porttypes and holders

2004-01-01 Thread Sid Subr
how does axis figure out which "types" need holders? also what's the meaning of word "porttypes", the concept is kind of confusing any documentation on what they are? __ Do you Yahoo!? Find out what made the Top Yahoo! Searches of 2003 http://search.yahoo.com/top2

RE: null pointer problem in both 1.1 and 1.2alpha

2004-01-01 Thread Jacob Kjome
At 11:22 AM 1/1/2004 -0500, you wrote: > -Original Message- > From: Jacob Kjome [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 31, 2003 3:21 PM > To: [EMAIL PROTECTED] > Subject: Re: null pointer problem in both 1.1 and 1.2alpha > > Just a follow-up to this... > > I did a test with a

RE: null pointer problem in both 1.1 and 1.2alpha

2004-01-01 Thread James Black
> -Original Message- > From: Jacob Kjome [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 31, 2003 3:21 PM > To: [EMAIL PROTECTED] > Subject: Re: null pointer problem in both 1.1 and 1.2alpha > > Just a follow-up to this... > > I did a test with a web service I've verified to work.

RE: How to make complex Types String objects appear as non nillable

2004-01-01 Thread Massimo Barabino
Hi, in my previous message I' ve been too specific, but I' m facing a more general problem. Is there a way to control max/minOuccurs and nillable attributes within complex Types using bean serialization? Or, if that is not possible, is there a way to specify restrictions based on a complex type?