Re: Reg : WSDL 2.0 Support in Axis2

2007-07-25 Thread Ashok Kumar Rajendran
Yeah Lahiru I was using the same WTP plugin to validate the current wsdl which is based on WSDL 1.1 standard. I need to port this web service to support wsdl 2.0 so i need a validator which supports WSDL 2.0 . Thanks for your efforts Lahiru., Cheers, Ashok On 7/25/07, Lahiru Sandakith [EMAIL

Re: Reg : WSDL 2.0 Support in Axis2

2007-07-24 Thread Lahiru Sandakith
Hi Ashok, For the WSDL validation Eclipse WTP has the ability to validate the WSDL 1.1Please have a look at this http://wiki.eclipse.org/index.php/WSDL_Validator and Woden is the option for 2.0 based validation. Thanks Lahiru On 7/23/07, Ashok Kumar Rajendran [EMAIL PROTECTED] wrote:

Reg : WSDL 2.0 Support in Axis2

2007-07-23 Thread Ashok Kumar Rajendran
Hai all , I am a newbie to Axis2 . In my current project , our specification is to use SOAP 1.2 and WSDL 2.0 . While searching through the documentation at the axis2 site i came to know AXIS2 supports SOAP 1.2 . But i could'nt able to find the WSDL version support by AXIS2. While digging

Re: Reg : WSDL 2.0 Support in Axis2

2007-07-23 Thread keith chapman
Hi Ashok, Yes Axis2 does support WSDL 2.0 to its fullest extent. Please use the latest release (Preferably 1.3-RC2). WSDL 2.0 support is not integrated into the eclipse plugin, but you can use the wsdl2java tool to accomplish this task. U should use the -wv 2 option together with the other

Re: Reg : WSDL 2.0 Support in Axis2

2007-07-23 Thread Ashok Kumar Rajendran
Thanks a lot Keith . I will start working with the latest build . A few more Questions Can you suggest me with a WSDL 2.0 validator tool ? Is it possible to convert the existing Web service which is wrote based on WSDL 1.1 specification in to WSDL 2.0 If so any tool available ? Thanks ,

Re: Reg : WSDL 2.0 Support in Axis2

2007-07-23 Thread Chathura Herath
Woden has wsdl2 validation, i believe its turned off by default and there is a API to turn it on, at least thats how it was when i last saw it. I don't think we ve exposed those validations in Axis2 tools. Chathura On 7/23/07, Ashok Kumar Rajendran [EMAIL PROTECTED] wrote: Thanks a lot Keith

Re: Reg : WSDL 2.0 Support in Axis2

2007-07-23 Thread keith chapman
Hi Ashok, I think Woden does WSDL 2.0 validation. I will look into the switch that Chathura mentioned. You will find a converter tool at http://tools.wso2.org:19762/wservices/WSDLConverter/ its a lossy transformation. It might be better to write your own WSDL 2.0 if you are starting from

Re: Reg : WSDL 2.0 Support in Axis2

2007-07-23 Thread Chathura Herath
FYI http://incubator.apache.org/woden/userguide.html#Getting+Started On 7/23/07, keith chapman [EMAIL PROTECTED] wrote: Hi Ashok, I think Woden does WSDL 2.0 validation. I will look into the switch that Chathura mentioned. You will find a converter tool at