hi, i have an error in using axis-1.4 java2wsdl with inner class

2008-04-03 Thread haiwu li
hi, is there some problems in axis-1.4 java2wsdl for inner class. does anyone meet the same problem with me. - 雅虎邮箱,您的终生邮箱!

Re: Axis 1.4 Java2WSDL

2007-03-28 Thread Xinjun Chen
Hi Manoj, Thanks for your reply. As I mentioned, I did compiled class with -g option (debug mode, reserving local variable names, line numbers, and class info). What I want to know is how Axis extract those method argument names. I want to use the similar way to extract the method argument names

Re: Axis 1.4 Java2WSDL

2007-03-28 Thread Manoj Khangaonkar
Xinjun, Axis can get Parameter names of methods from a compiled class only if the class is compiled in debug mode. If class is not compiled in debug mode, the parameter names are not in the .class file and there is no way to get them. Mj On 3/27/07, Xinjun Chen <[EMAIL PROTECTED]> wrote: H

Axis 1.4 Java2WSDL

2007-03-27 Thread Xinjun Chen
Hi Axis users and developers, I cannot understand one thing about Axis 1.4's Java2WSDL. When I use Java2WSDL, my class file is a concrete class compiled with -g option. Then in the generated WSDL, I now do not see those meaningless in0, in1, and etc. Thanks Axis developers! But I don't understan

Re: Axis 1.4 Java2WSDL default typemapping

2006-10-11 Thread Martin Gainty
copying of it or its contents - Original Message - From: "Anne Thomas Manes" <[EMAIL PROTECTED]> To: Sent: Wednesday, October 11, 2006 10:56 AM Subject: Re: Axis 1.4 Java2WSDL default typemapping > Axis 1.1 java2wsdl generates RPC/encoded unless you specify > (st

Re: Axis 1.4 Java2WSDL default typemapping

2006-10-11 Thread Anne Thomas Manes
Axis 1.1 java2wsdl generates RPC/encoded unless you specify (style="wrapped" or style="document") and use="literal". Anne On 10/11/06, Banck, Arent-Jan <[EMAIL PROTECTED]> wrote: Hi, The reference.html Java2WSDL Reference says: -T, --typeMappingVersion indicate 1.1 or 1.

Axis 1.4 Java2WSDL default typemapping

2006-10-11 Thread Banck, Arent-Jan
Hi, The reference.html Java2WSDL Reference says: -T, --typeMappingVersion indicate 1.1 or 1.2. The default is 1.1 (SOAP 1.1 JAX-RPC compliant 1.2 indicates SOAP 1.1 encoded.) But when I try to use Java2WSDL it seems the default is 1.2. Is this an error in