Re: Axis 1.2 RC2 released

2004-11-29 Thread Henry Lu
must always call the web service with a single Document as its parameter. Jeff - Original Message - From: Henry Lu [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, November 24, 2004 9:59 AM Subject: Re: Axis 1.2 RC2 released Okay, I got some explanation

Re: Axis 1.2 RC2 released

2004-11-29 Thread Jeff Greif
] To: [EMAIL PROTECTED] Sent: Monday, November 29, 2004 5:08 AM Subject: Re: Axis 1.2 RC2 released Could you send me a smaple wsdl and deploy files for this example? -Henry

Re: Axis 1.2 RC2 released

2004-11-28 Thread Jeff Greif
: Henry Lu [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, November 24, 2004 9:59 AM Subject: Re: Axis 1.2 RC2 released Okay, I got some explanation finally. But I still want to use DoC/Lit. Could you send me a working version of WSDL for DOC/LIT? Do you think

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:

Axis 1.2 RC2 released

2004-11-24 Thread Henry Lu
Is there any one can help me out to testing DOC/LITTLE for the following interface? public interface echo { public String echo_double(String s1, String s2); } Please use DOC/LITTLE I always got the result like the following: call(My name is , Henry); returns: My name is null -Henry

RE: Axis 1.2 RC2 released

2004-11-24 Thread Banck, Arent-Jan
PROTECTED] Subject: Axis 1.2 RC2 released Is there any one can help me out to testing DOC/LITTLE for the following interface? public interface echo { public String echo_double(String s1, String s2); } Please use DOC/LITTLE I always got the result like the following: call(My name is , Henry

RE: Axis 1.2 RC2 released

2004-11-24 Thread Montabert, Olivier
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Axis 1.2 RC2 released Is there any one can help me out to testing DOC/LITTLE for the following interface? public interface echo { public String echo_double(String s1, String s2); } Please use DOC/LITTLE I always got

Re: Axis 1.2 RC2 released

2004-11-24 Thread WAJSBERG Julien RD-BIZZ
Montabert, Olivier a écrit : Hi, The problem is that you have a WSDL with multiple parts in doc/lit mode, which is not WS-I compliant. Either change your operation, or use rpc/literal instead. or rather wrapped/literal. -- Julien

Re: Axis 1.2 RC2 released

2004-11-24 Thread Henry Lu
Okay, I got some explanation finally. But I still want to use DoC/Lit. Could you send me a working version of WSDL for DOC/LIT? Do you think this is a bug in the axis? Are they going to fix when the axis 1.2 is released? I used a c# version of WSDL file, it works for MS IE server but failed on

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
PROTECTED]Objet: ANNOUNCE: Axis 1.2 RC2 released Hi all: The RC2 release of Axis 1.2 (probably the last before 1.2 (finally) goes final) is now available at: http://www.apache.org/dist/ws/axis/1_2RC2/ This version includes: * Performance enhancements over RC1 * Better doc

ANNOUNCE: Axis 1.2 RC2 released

2004-11-17 Thread Glen Daniels
Hi all: The RC2 release of Axis 1.2 (probably the last before 1.2 (finally) goes final) is now available at: http://www.apache.org/dist/ws/axis/1_2RC2/ This version includes: * Performance enhancements over RC1 * Better doc/lit type mapping support * JAX-RPC compatibility switch for WSDL2Java

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