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 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:


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 understand how Axis extracts the parameter names of a method
from a class file.
I have this question because I want to extract parameter names of a method
from a class file using my own program. I googled and two options are using
either JDI or BCEL. I searched Axis source but do not see these two APIs. I
want to learn from Axis Java2WSDL to get parameter names of a class file.

Could any Axis developer or expert user explain the concept how Axis get
the parameter names of a method from a class file?
Currently I want to choose BCEL to achieve the purpose, but I still want
to understand how Axis does it.


Regards,
Xinjun



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 understand how Axis extracts the parameter names of a method
from a class file.
I have this question because I want to extract parameter names of a method
from a class file using my own program. I googled and two options are using
either JDI or BCEL. I searched Axis source but do not see these two APIs. I
want to learn from Axis Java2WSDL to get parameter names of a class file.

Could any Axis developer or expert user explain the concept how Axis get the
parameter names of a method from a class file?
Currently I want to choose BCEL to achieve the purpose, but I still want to
understand how Axis does it.


Regards,
Xinjun


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 the documentation?

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Axis 1.4 Java2WSDL default typemapping

2006-10-11 Thread Martin Gainty
If you want to use attachment support you will have to use SAAJ or JAX-RPC 1.2 
with attachments
http://www-128.ibm.com/developerworks/xml/library/x-tippass.html
from what Ive seen thus far attachment support is not available in RPC 1.1

Anyone else?
Martin--

This e-mail communication and any attachments may contain confidential and 
privileged information for the use of the 
designated recipients named above. If you are not the intended recipient, you 
are hereby notified that you have received
this communication in error and that any review, disclosure, dissemination, 
distribution or copying of it or its 
contents
- Original Message - 
From: Anne Thomas Manes [EMAIL PROTECTED]
To: axis-user@ws.apache.org
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
 (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.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 the documentation?

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]