Create top down Axis2 Web service using MultiPort.wsdl. Move slider to DEVELOP. In the skeleton page, use the service name drop-down combo to select the service name. Use the port name drop-down combo to select the port name. Click Finish to generate the Web service. Verify that only the Java beans corresponding to the selected service, port, binding, port type and operation are generated.
Create top down Axis2 Web service using AreaService.wsdl. Move slider to TEST.
In the skeleton page, change the custom package name from "org.tempuri.areaservice" to "custom.pkg". Click Finish.
Verify that the skeleton files are generated under the "custom.pkg" package, not the "org.tempuri.areaservice".
Use the Web Services Explorer to Test the Web Service.
Create top down Axis2 Web service using AreaService.wsdl. Move slider to DEVELOP.
In the skeleton page, select the "Generate an interface for the skeleton" option. Click Finish.
Verify that an interface file "AreaServiceSkeletonInterface is generated under the source folder.
Create top down Axis2 Web service using AreaServiceExtraTypes.wsdl. Move slider to TEST.
In the skeleton page, select the "Generate all types for all elements referred by schemas" option. Click Finish.
Verify that the NewXSDComplexType.java file is generated under the source folder.
Use the Web Services Explorer to Test the Web Service.
Create top down Axis2 Web service using Converter.wsdl. Move slider to TEST.
In the skeleton page, select the Namespace "http://wtp/xsd", change the package name from "wtp.xsd" to "wtp1.xsd1". Click Finish.
Verify that the skeleton files for the complex types are generated under the "wtp1.xsd1" package, not the "wtp.xsd".
Use the Web Services Explorer to Test the Web Service.