Hi Takashi, I'll be glad to help you get going. On a user point of view there is no real difference between using WSDL 1.1 and WSDL 2.0 when deploying a service. If you drop a wsdl (foo.wsdl which is a WSDL 2.0 representation for your service) into the META-INF directory of the service archive then axis2 will use that to build the AxisService (provided the serviceName in the WSDL matches the serviceName in the services.xml).
Axis2 tools support WSDL 2.0 too. so you can use both java2wsdl and wsdl2java by providing the -wv 2.0 option (To indicate that its processing a WSDL 2). Thanks, Keith. On Tue, Jun 17, 2008 at 7:22 PM, Takashi Saruhashi <[EMAIL PROTECTED]> wrote: > > Hello all, > > I checked public document of axis2 and found that axis2 applies to > WSDL2. > I want to use WSDL2 instead of WSDL1.1. > > Simply, I tried to replace auto generated WSDL1.1 file by axis2 to > WSDL2. > Then I got a lot of Exceptions because of that. > > Could anybody suggest me how to deal with WSDL2?? > I tried to google the documents about it but in vain.... > > > Best regards. > Takashi > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Keith Chapman Senior Software Engineer WSO2 Inc. Oxygenating the Web Service Platform. http://wso2.org/ blog: http://www.keith-chapman.org
