Server side: generating web service from UDTT provided WSDL
1 Create a XUI Web project and find invoker.jar in Web Apps Libraries.
2 Decompress the BTTWSServiceHandler.wsdl and put it into the project web content.
3 Right-click the project and select New > Others > web service
4 Specify the properties of the Web service then click Finish.
▪ Web service type: Top down Java bean Web Service
▪ Service definition: select BTTWSServiceHandler.wsdl
▪ web service configurations: for example,
▪ server runtime: Tomcat 7.0 server
▪ Web Service Runtime: Apache Axis
▪ Service Project: select the project you newly created
▪ change the service level to install by using the slider bar beside the figure.
▪ Client type: Proxy
▪ change the service level as you like by using the slider bar beside the figure.
5 After the web service is generated, in src there will be a package of skeleton java bean, delete the folder. There is already the skeleton's implementation.