Re: ANNOUNCE: Axis 1.2 RC2 released

2004-11-24 Thread Henry Lu
Where can we find the hightly build version for the axis/1_2RC2? It seams to me there was bug at the first rolling out. -Henry [EMAIL PROTECTED] 11/17/2004 11:36:35 AM Hi all: The RC2 release of Axis 1.2 (probably the last before 1.2 (finally) goes final) is now available at:

Re: ANNOUNCE: Axis 1.2 RC2 released

2004-11-19 Thread Henry Lu
What I found out is that the size of new axis.jar (1.2RC2) (1368kb) is much smaler than (1.2RC1) (1449kb). Is there any mistakes? Please confirm! -Henry ** Electronic Mail is not secure, may not be read every day, and should not be used

RE : ANNOUNCE: Axis 1.2 RC2 released

2004-11-18 Thread Olivier Lamy
Title: Message great job When available on http://www.ibiblio.org/maven/axis/jars/? axis-1.2-RC2.jar and the others as for the 1.2-RC1 -Message d'origine-De: Glen Daniels [mailto:[EMAIL PROTECTED] Envoyé: mercredi 17 novembre 2004 17:37À: [EMAIL PROTECTED]; [EMAIL

Re: ANNOUNCE: Axis 1.2 RC2 released

2004-11-17 Thread Henry Lu
I tried this new version with the following example: public interface Echo extends java.rmi.Remote { public java.lang.String echoString(java.lang.String in0) throws java.rmi.RemoteException; public java.lang.String echoString_double(java.lang.String in0, java.lang.String in1) throws