Runtime components : Channels components : UDTT Web Service : Server side: generating web service from UDTT provided WSDL
  
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
This graphic is described in the surrounding text.
4 Specify the properties of the Web service then click Finish.
This graphic is described in the surrounding text.
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.
This graphic is described in the surrounding text.
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.
Result
The server side is ready to use.
Go up to
UDTT Web Service