How do I find out if a soap.jar is 2.1 or 2.2 ?
In general, is the version a part of the jar spec ?
I tried grep 2.1 soap.jar and grep 2.2 soap.jar,
and both of them succeed.
Nokia Game is on again.
Go to http://uk.yahoo.com/nokiaga
--- Phillip Urrea <[EMAIL PROTECTED]> wrote: > >
Has anyone found a way to slim down the size of the
> client?
have a look at apache-axis.
Nokia Game is on again.
Go to http://uk.yahoo.com/nokiagame/ and join the new
all media adven
Hi
In tc4, whats the difference between "shared"
and "common" class loader ? From the docs, I
understand
that from the webapp's point of view they are same.
ie., they both give classes to all the webapps.
Am I correct ?
I want my webapp's classes to be visible and shared
by a soap service. When
)
>
> 3. Call methods on the factory to get instances
>
> I have not tested this I may have missed something,
> and don't recommend this complex approach.
>
> I think the answer in your case is to
> have fewer (one) web applications.
>
> Brendan
>
>
>
In the context of apache-soap,
do I need to bother about soapAction ?
what is it used for ?
thanks
Do You Yahoo!?
Get your free @yahoo.co.uk address at http://mail.yahoo.co.uk
or your free @yahoo.ie address at http://mail.yahoo.ie
ould give each WebApplication a
> complete set of its own
> classes so that you can upgrade each independantly.
>
> Brendan
>
>
> -Original Message-
> From: E B
> To: [EMAIL PROTECTED]
> Sent: 10/15/01 9:04 PM
> Subject: webapps' classpath
>
>
I am using apache soap 2.2 with tomcat 3.2.1.
There seem to be 2 classpaths, one tomcat's
and the other webappp's WEB-INF/classes.
For a SOAP service class, which of these two
is visible first ?
which of the two is recommended and why ?
I have two web-app's: A1 and A2. (A2 is soap).
I want to ref