Problem with DeploymentDescriptor

2001-10-01 Thread dovle
m . Please help . I have tryed for several times to install apache soap and it keeps doing the same ( five of six times i have tryed to install it ) . Can anybody tell me what I might do wrong ? ( aditional info : tomcat 3.2.2 , OS : Mandrake distribution of linux v8.0 ) TIA , dovle .

Null obects question

2001-10-19 Thread dovle
, even if this object is null ? Please answer , dovle .

More bean information

2001-10-24 Thread dovle
http Error 500 : Internal server error : Error building response envelope : NullPOinterException . So please someone tell me what I am doing wrong and how should I correct this problem ? TIA , dovle .

About vector

2001-10-31 Thread dovle
="SOAP-ENC:Array" arrayType="anyType[10]" And to be able to send the vector in the same form ? And if it meets something like type="SOAP-ENC:Array" arrayType="int[10]" to treat it as an Array (I think this is the way apache soap works with arrays) PLease answer me , Thanks , dovle .

Re: About vector

2001-10-31 Thread dovle
(the arrayType is anyType, so can't be an array) . As I see things, using the apache way to send a Vector ( with their own namespace ) could be avoided by doing this kind of encoding. For me, this seems more acording to the specs. But , as I say, I am not an expert ... :o) Thanks again dovl

Is this a Bean or not ?!?

2001-10-31 Thread dovle
ialize the class with BeanSerializer ? A solution could be renaming the methods from "getProperty" to " or "gtProperty" or "myGetProperty" . Thanks for your answers , dovle

Will be another Apache soap ?

2001-11-02 Thread dovle
m writting already deprecated software ( using apache soap) . :o) dovle

Re: my own Serializer

2001-11-08 Thread dovle
Hi daniel , As I see things now , this exception might be thrown because you do not have the default constructor for the class ? The old faithfull public c() This is a poor guess ... Hope it helps somehow ... dovle > Taken from the JavaDoc for java.lang.Class. > >

Re: NullPointerException in SOAPFaultRouter.notifyListeners

2001-11-08 Thread dovle
have to change in order to make it work? Thanks , dovle > This is actually a bug in the apache code. I tracked it down for some > reason when a fault occurs, when the soap code sets a faultrouter in the > soap code the one that it is going to add to the list exists, but it > adds

Re: java.lang.NoSuchMethodError

2001-11-10 Thread dovle
loyed other apache soap services on the server? Hope this help (somehow) dovle > this is the entire fault message > > > xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"; > xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance"; > xmlns:xsd="

Re: NullPointerException in SOAPFaultRouter.notifyListeners

2001-11-12 Thread dovle
overwrite it but might be some good chances not to work in other part of ksoap. ( I am a little bit ashamed because I haven't made the changes till now ) lazy dovle :o) > dovle wrote: > >Hi , > >Thanks for the point. > >But how can you explain that I have a service

Re: Prnting SOAP envelope

2001-11-14 Thread dovle
I have never used TcpTunnelGui , but instead the UtilSnoop ( a simple java app that does almost the same thing as TcpTunnelGui ) . This GUI app can catch requests and responses and has an option to save them in files . You should try it ... If you have time , dovle > Hi, > > Is ther

How does Apache soap handles overloaded methods ?

2001-11-29 Thread dovle
has more than one signature ) ? Thanks , dovle

How to transmit a java.util.Date

2001-10-08 Thread dovle
"... bla bla bla . So please show me where is the mistake ( in fact the wrong part of the soap xml that I send ) . And please someone send something like an example of xml with date that worked . Thanks alot , dovle .

COuld not understand ...

2001-10-10 Thread dovle
Because if I recall corectly , the namespache must be "http://xml.apache.org/xml-soap"; and the type must be Vector . Sorry if this sound a little bit crazy , but I want to know if there is something wrong with what I have understood . Please answer me , dovle .

help : class name could not be resolved ???

2001-11-30 Thread dovle
eater.RoomState" could not be resolved :com.Heater.RoomState It seems clear that something went wrong on deploying. But what ? The classes exist , are compiled and placed where they should be. thanks , dovle . Deployment descriptor : http://xml.apache.org/xml-soap/deployment";

HELP, PLEASE :class name could not be resolved ???

2001-12-03 Thread dovle
Class name "com.heater.RoomState" could not be resolved :com.Heater.RoomState It seems clear that something went wrong on deploying. But what ? The classes exist , are compiled and placed where they should be. thanks , dovle . Deployment descriptor : http://xml.apache.org/xml-soap/deployment";

About array: anyType

2002-01-25 Thread dovle
of that as a Vector and not an array ? If someone has dealed with this kind of problem, please tell me how you solve it. TIA, dovle

Question: Ksoap and apache soap

2002-01-25 Thread dovle
n the KSerializable methods . Thanks dovle

Problem with circular refs

2002-01-31 Thread dovle
, order.getcar, car.getorder... and so on. And finally I get a NUllPoiinterException somewhere inside the SOAPFaultRouter. Please enlight me with this, because it seems pretty weird . Thanks dovle

Re: Server Exception: loader constraints violated

2002-02-04 Thread dovle
I am shure is not related to your exception but I was wondering why should you write the data to disk ? I think you can parse it without saving it on disk. It might improve your speed. (I am not shure...) :o) dovle > Hello all - > Wondering if anyone has come accross this problem.

Re: SOAP in handheld devices

2002-02-05 Thread dovle
Hello, Yes, I think it's a good implementation of SOAP but I can't figure it out how to make it work under CLDC. It works perfectly well on MIDP, but on raw CLDC ... I could not make it work. If someone has managed to make it work only with cldc then please tell me how. Th

HELP : xsi:null="true"

2002-03-12 Thread dovle
to use xsi:null (even if using schema 1999) ? I have tried with schema 2000 and still the same . Or else, what is wrong inhere ? I have no idea. Please , need quick help, deadline comming :o( dovle

Re: HELP : xsi:null="true"

2002-03-12 Thread dovle
schema 2000 and still the same . > > Or else, what is wrong inhere ? I have no idea. > > Please , need quick help, deadline comming :o( > dovle

Re: HELP : xsi:null="true"

2002-03-13 Thread dovle
On Wednesday 13 March 2002 12:05, you wrote: > Its xsi:nil and not xsi:null for specifying that an element value holds a > null value... dovle pretty sad to disappoint you but this is the answer that I am reveiving from my apache soap when an attribute has null value: (snapshot from Uti

Re: HELP : xsi:null="true"

2002-03-13 Thread dovle
't worked too much with apache soap) the apache soap checks the type first and after that checks if it is a null object. Might be an apache 'bug'. (haven't read all the specs about soap, but ...) I will try to check if this is the cause and if so I will inform you if so. Tha

Re: HELP : xsi:null="true"

2002-03-13 Thread dovle
the attribute at all. It was already done this, but comented ( // ) Thanks again for helping me , dovle > Simple as this: > I use ksoap as client and apache soap as server. Send from apache soap a > struct with xsi:null="true" for some attribs and the apache soap sais that

Simple question

2002-03-21 Thread dovle
Hi all, My situation Class A (bean) Class B (bean too) extends A A method( params ) { return new B() ; } The encoding is for the A class. Is this thing correct ? Why ? (supposing I have registered also the B class) thanks dovle

Re: Simple question

2002-03-21 Thread dovle
ct but only casted to an A object. So result.getClass() will be B instead of A . HOpe I made miself clear... am I ? :o))) Don't misunderstand me, it is not a real problem, I was only puzzled with this behaviour. And I was asking for some philosophical answer. > > Michel > > -

Re: Simple question

2002-03-21 Thread dovle
uld have been more realistic if implementing this check: if B registered then return a B object else the superclass registered. But I am not the one who has written the code so this might cause another problems in design. As I have already said : a philosophical problem ;o) > > Ronny &g

Deployment problem

2002-04-23 Thread dovle
t is xerces ... so ... this is namespace aware). Need quick help. Thanks dovle

Another deployment problem

2002-04-24 Thread dovle
does not start. Please need quick help !!! Thanks dovle

Re: Another deployment problem

2002-04-24 Thread dovle
heared that 1.5.4 has some bugs that makes it unstable. (compared with 1.5.2). But I am not too shure about this one because I haven't tried them. Thanks for your answers. dovle

Apache Soap 2.3

2002-06-04 Thread dovle
simple way to configure apache soap to use the 1999 Schema ? Please, don't want to change the code, maybe from somewhere in application deployment? Thanks, dovle

Custom serializer . HELP

2002-06-06 Thread dovle
ments, contextObj ) ; } // make the contextobj as it was first contextObj.setShort( false ) ; } MY QUESTION : HOW CAN I PASS THE CONTEXT OBJECT WHEN USING xjmr object. I have seen an Object context parameter but I don't understand for what it is used. Please help dovle

Re: Applet using Apache SOAP

2003-03-24 Thread dovle
try ksoap small and (last time, 6 month ago) quite reliable. http://ksoap.enhydra.org. But I can't tell you it's the best because I don't have too much experience with some other soap engines. (only a little bit of axis and apache soap) dovle - Original Message - Fro

Re: Applet using Apache SOAP

2003-03-26 Thread dovle
So it is better than kSOAP. Good to know. Is it also free? :o((( AFAIK is not... but I am not shure... Tx for the tip dovle - Original Message - From: "Anne Thomas Manes" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 24, 2003 7:38 PM Subject: R

Re: Why tomcat for Java- SOAP application

2003-03-26 Thread dovle
well, I don't know if you can do that. There might be a project but... Just question, why don't you use the AXIS (from apache). More powerfull, flexible... has even an integrated server (Although they say they made it only for testing...) dovle - Original Message - From: "Si