简体   繁体   中英

Axis2 with WSDL 2.0 Tutorial

I used Axis2 to create a web service. Axis2 is creating a WSDL which is version 1.1?

How can I create a WSDL version 2.0 for my web service?

Note: I know how to create a web service with Axis2 and Eclipse. So please share a tutorial for a WSDL 2.0 web service.

Axis2 added support for WSDL 2.0 but it didn't make big news because WSDL 1.1 is still the de facto standard for describing SOAP web services .

Having said that, if I remember correctly, you need to add ?wsdl2 to the URL to get back a WSDL 2.0 description of your service. Using ?wsdl gets you back the WSDL 1.1 version.

Since they have support for WSDL 2.0 it should make sense that Wsdl2Java has also been upgraded to support generating code from WSDL 2.0.

So basically, developing the web service should be the same, it's just that now they have two ways of exposing the web service description.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM