230 likes | 325 Views
Lesson 3 Setting Up the Web Services Adapter. Overview. When you complete this lesson you should be able to: Add a new instance of the Web Services Adapter (WSA) Deploy a Web Service to the WSA Set the properties for the service Enable the service. Where we are in the process.
E N D
Overview When you complete this lesson you should be able to: • Add a new instance of the Web Services Adapter (WSA) • Deploy a Web Service to the WSA • Set the properties for the service • Enable the service
Where we are in the process Phase 1: Set Up Servers Build 4GL application Compile r-code Set up JSE Set up WSA Phase 2: Create Web Service Definitions Color Key: Users Tasks Code Define Client Interface Build Project file Generate Definitions Covered Not Covered Phase 3: Deploy, Test and Debug Deploy Definitions Client Coding Connect and Test Debug
Four phases for the procedure • Adding a WSA instance • Deploying a Web Service • Setting properties for the Service • Enabling the Service
Architecture for JSE/WSA deployment Web server JSE (Tomcat) tomcat-users.xml web.xml WSA
Architecture for WSA deployment Web server JSE (Tomcat) tomcat-users.xml web.xml WSA ubroker.properties OrderInfo default.props DeployedServices.ds
Architecture for JSE/WSA deployment Web server JSE (Tomcat) tomcat-users.xml web.xml WSA ubroker.properties OrderInfo default.props DeployedServices.ds Deployed OrderInfo Web Service OrderInfo.props OrderInfo.wsad OrderInfo.wsdl
Demonstration 3-2: Deploying and Enabling the OrderInfo service