Re: Installing Problems

2005-01-17 Thread Kevin Duffey
What this error is referring to is the ClassLoader process is not able to find a dependent class. Basically, if you know much about ClassLoader delegation, a "parent" loader can NOT look down into children loaders without some special intervention to find classes. So, if you put the axis.jar in the

Re: Help Chunking

2005-01-17 Thread Joe Plautz
Bare with me please I haven't dealt with this in a while so my specifics might not be accurate. As you maybe aware of chunking is part of the HTTP 1.1 specification. If you are specifying that you are submitting a request in in HTTP 1.1 that means you will accept chunking in return. If you sub

Re: Help Chunking

2005-01-17 Thread Lucio Piccoli
what 'chunking' are u refering to in Axis or TOMCAT? -lp >>> [EMAIL PROTECTED] 01/18/05 07:54am >>> Ana Carolina Chaves Machado writes: > Hi, > Somebody would know to inform which the version of the apache axis (Java) > > and the TOMCAT that supports chunking? > > I have read several mai

Help Chunking

2005-01-17 Thread Ana Carolina Chaves Machado
Ana Carolina Chaves Machado writes: Hi, Somebody would know to inform which the version of the apache axis (Java) and the TOMCAT that supports chunking? I have read several mails on the subject, but still not what I must make in my application client to qualify chunking. Thanks,

method parameter sorting

2005-01-17 Thread Pritesh Damani
Dear All,   I have a trivial problem. I finally wrote an ant script to automate almost all my procedure. I was copying my impl file over the new bindingImpl from WSDL2Java. But now , Axis when it generates the WSDL file, it sorts the parameters of the method and hence inturn changes the

NoClassDefFoundError when using logging

2005-01-17 Thread Brian Gladish
When I try to retrieve a logger from org.apache.axis.components.logger.LogFactory in a static initializer I get the following exception:   java.lang.NoClassDefFoundError: org/apache/axis/components/logger/LogFactory     at com.rdta.tlapi.webservice.TigerLogic.(TigerLogic.java:297)  

How to set the marshalled type for anyType?

2005-01-17 Thread Michael Ryan
Hello- I have a service that has a parameter that is defined as anyType. When this parameter is passed a java Boolean, it is serialized as a "soapenc:boolean". In order to interoperate with another SOAP impl, I would like to have this serialized as an "xsd:boolean". How do I configure Axis to d

AW: Installing Problems

2005-01-17 Thread Florian Schlosser
Thank you for your answer.   This way not possible because I have no terminal (ssh) access to the application server. I upload my .war file with Plesk (server configuration tool) and it copy the file to the right position. That’s the reason why I choose the solution to add axis to my web

RE: Installing Problems

2005-01-17 Thread Pritesh Damani
how are you trying to install. If you copy the axis folder from the original axis installation inside /webapps/ of tomcat.. copy all lib files inside axis lib or tomcat common libs.   It should work.   pritesh -- All Computers wait at the same speed !!   From: [EMAIL PROTECTED] [mailto:[EMA

Installing Problems

2005-01-17 Thread Florian Schlosser
Hi!   I have added axis to my web application. The .war file includes all files which are needed. When I run happyaxis I get this error message all other tests are ok: Error: could not find a dependency of class org.apache.axis.transport.http.AxisServlet from file axis.jar Axis will not

Re: multiple transport choices

2005-01-17 Thread Alexander Berry,Jr.
There is a development producct called Artix from IONA at www.iona.com which allows you to change the bindings in WSDL to do this. Lubomir ILanovsky wrote: hi, I have a simple test webservice. I would like to set up a client in a way that enables user to choose which transport to use. User can a

Re: AXIS and JAXB

2005-01-17 Thread Paul Callahan
i would encourage you to take a look at the following article for a comparison involving Castor and JAXB. It does end up looking like an ad for Jibx, however... http://www-106.ibm.com/developerworks/xml/library/x-databdopt2/ XMLBeans and XStream are a couple of other possibilities you might want

multiple transport choices

2005-01-17 Thread Lubomir ILanovsky
hi, I have a simple test webservice. I would like to set up a client in a way that enables user to choose which transport to use. User can achieve this by creating Call object and setting the necessary parameters manualy (call.setTransport(xxx)), but is it possible to achieve similar behaviour usin

Noob questions...

2005-01-17 Thread Kevin Duffey
Hi all, I see the FAQ and INFO emails do not return anything. I am new to Axis, long time java developer. I was hoping someone could help me primarily with a few things. First, I need to get a very quick simple client going, basically sending a simple web service with a few lines of data to the s