Re: How to instruct or configure Axis2 to generate WSDL in WSDL 2.0 version?

2011-01-13 Thread Ping Liu
Hi Jai, Many thanks to your help!! It works in both cases. Ping On Thu, Jan 13, 2011 at 10:56 AM, Pugalia, Jai P (JP) wrote: > Ping, > > > > You should be able to access WSDL 2.0 for Axis2 by using URL for the form > *?wsdl2 > > > > JP > > > > *From

How to instruct or configure Axis2 to generate WSDL in WSDL 2.0 version?

2011-01-13 Thread Ping Liu
[Please note this question is not about how to manually generate a WSDL from command line using java2wsdl. In that case, adding arguments -wv 2.0 will do the work.] This question is about how to let Axis2 to generate WSDL 2.0 instead of WSDL 1.1 when a *?wsdl call is issued from web page. I used