If you actually want to understand how the software works, you'll 
need to read the source.  This, of course, is not unique to Apache 
SOAP.  For example, I read JDK source at least weekly to understand 
what is really happening in some method.  Having the source available 
to read, rather than having to rely on possibly inaccurate 
documentation, is one of the things that originally attracted me to 
open source.

If you are making significant progress understanding Apache SOAP by 
reading the Java Doc, I am impressed.  The use of JavaDoc is sporadic 
at best, and some places where it exists, it is just plain wrong.  I 
have added and/or fixed some doc, but have not taken it on as a task 
to fully document the code.

On 27 May 2003 at 15:41, [EMAIL PROTECTED] wrote:

> And how exactly is somone supposed to come up with this explanation if it isn't
> documented in the API?
> 
> although thanks for the answer scott :)
> 
> On Tue, 27 May 2003 18:27:36 -0400, Scott Nichol wrote:
> 
> > 
> > elDesc is used in creating the text for an exception, nothing more.
> > 
> > On 26 May 2003 at 0:53, [EMAIL PROTECTED] wrote:
> > 
> > > hello,
> > > 
> > > I'm attempting to learn SOAP and I am reading code for the ArraySerializer.
> > > 
> > > In the unmarshal method, a call is made to getAttributeValue(...), I am a
> > little
> > > confused of why "array item" is used as the third parameter (elDesc)...
> > > shouldn't it read "item"?
> > > 
> > > also in the getNewArray() method of the Serializer, the same thing happens. 
> > > This time though "array" is used.  Shouldn't this be "Array"?
> > > 
> > > Can anyone give me an explanation of what the (elDesc) parameter is used for?
> > > 
> > > thanks
> > > 
> > > Zameer
> > > 
> > 
> > 
> > Scott Nichol
> > 
> > Do not reply directly to this e-mail address,
> > as it is filtered to only receive e-mail from
> > specific mailing lists.
> 


Scott Nichol

Do not reply directly to this e-mail address,
as it is filtered to only receive e-mail from
specific mailing lists.


Reply via email to