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 .
, even if this object is null ?
Please answer ,
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 .
="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 .
(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
ialize the class with BeanSerializer ?
A solution could be renaming the methods from "getProperty" to " or
"gtProperty" or "myGetProperty" .
Thanks for your answers ,
dovle
m writting already deprecated software ( using apache
soap) . :o)
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.
>
>
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
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="
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
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
has more than one signature ) ?
Thanks ,
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 .
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 .
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";
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";
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
n the KSerializable methods .
Thanks
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
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.
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
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
schema 2000 and still the same .
>
> Or else, what is wrong inhere ? I have no idea.
>
> Please , need quick help, deadline comming :o(
> 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
'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
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
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
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
>
> -
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
t is xerces ... so ... this is namespace aware).
Need quick help.
Thanks
dovle
does not start.
Please need quick help !!!
Thanks
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
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
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
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
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
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
38 matches
Mail list logo