Get past Axis logging problem

2004-07-10 Thread Baiss Eric Magnusson
Can anyone think of a way to get past the logging problems I am having with Axis? I get a NoClassDefError on the following line private static Log log = LogFactory.getLog( BasicHandler.class.getName() ); of BasicHandler.java I have determined that Axis will not read on my server no matter wh

Re: JibxSoap

2004-07-10 Thread Dennis Sosnoski
Vic Cekvenich wrote: So I found your proejct while reading the performance link you posted. VERY Impresive. I currently use Caucho's Burlap buecuase I do not have to map bindings. So I have a WISH: Is there a way that JibxSoap could support geenric maping of List method(Map parms); //? And List

JibxSoap

2004-07-10 Thread Vic Cekvenich
.. I *did* plug my JibxSoap project while I had her ear. :-) - Dennis So I found your proejct while reading the performance link you posted. VERY Impresive. I currently use Caucho's Burlap buecuase I do not have to map bindings. So I have a WISH: Is there a way that JibxSoap could support gee

Re: Why AXIS instead of Sun's Web Services SDK?

2004-07-10 Thread Dennis Sosnoski
Galbreath, Mark A wrote: PS - saw a couple of your books in the bookstore, Anne...why weren't you there for "Meet the Author?" :-) Anne's a very busy lady, Mark - I found out she was there and got her to meet with me for a quick intro, but it was tough scheduling between all the journalists h

Need help getting started with a dynamic server

2004-07-10 Thread Hagen Overdick
Hello, I am new to axis, the faq and some searching on the mailing list archive did not help. Please direct me into the right direction :-) What I am trying to do is a dynamic server, i.e. give me a wsdl at runtime and I can process the request, something like the server-side to DII. Is that po

Re: newbie: wsdd problem

2004-07-10 Thread Laxma Reddy Dendi
here is the tomcat log: org.apache.axis.deployment.wsdd.WSDDException: Invalid WSDD element 'service' (wanted 'deployment') org.apache.axis.deployment.wsdd.WSDDException: Invalid WSDD element 'service' (wanted 'deployment') at org.apache.axis.deployment.wsdd.WSDDElement.validateCandidateEl

RE: How do you get around "referenced but not defined" in wsdl2java tool

2004-07-10 Thread Christophe Roudet
Try to add BaseGroupModel, the missing type in your java2wsdl task. Christophe Christophe Roudet >>> [EMAIL PROTECTED] 07/09/04 18:56 PM >>> Thanks for your response. I still have a problem. Here is my ant script for java2wsdl http://localhost/

newbie: wsdd problem

2004-07-10 Thread Laxma Reddy Dendi
Hi All, I am having problems in deploying a web-service using wsdd. I have compiled the following code and put the class file in tomcathome/webapps/axis and using the following wsdd file: --- public class SparePartPrice{ public SparePartPrice(){