简体   繁体   中英

Generating Java from WSDL with Axis2

I have a question related to generating Java classes from wsdl files using the wsdl2java tool in Axis2. I am relatively new to learning about this.

With Axis 1.4, the wsdl2java tool generates a Proxy, Service, ServiceLocator and SoapBindingStub Java classes, whereas with Axis2 1.6, the wsdl2java tool generates a number of other Java classes such as the ServiceSkeleton, ServiceSkeletonStub, CallbackHandler and MessageReceiverInOut Java classes.

Are these generated classes the same? What is the difference between the classes generated in Axis1.4 and those from Axis2 1.6? Are there any recommended links or tutorials that explore any differences in detail?

You can check these links, they are about axis migration, so there are differences explanations as well:

http://axis.apache.org/axis2/java/core/docs/migration.html http://www.ibm.com/developerworks/java/library/os-ag-axis2mig/index.html

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