Home Section Home Section Map Printable Version
1: Introduction to the Examples 2: Tutorial 1 - My First Web Service 2.1: Design 2.2: Deploy 2.3: Test 3: Tutorial 2 - My First Business Rules 4: Tutorial 3 - Using My First External Web Service 5: Summary 6: Troubleshooting
2.2: Deploy
Previous Next
Deployment begins from the Project screen by clicking on the Deploy This Project button on the left-hand menu. This takes us through to the Project Deployment screen: We must use this screen twice: once to deploy the project for the first time, and once to deploy our runtime pattern as a Web Service. Deploying the project is as simple as clicking on the Project Deployment button, which will result in a Project Successfully Deployed message when deployment is complete. Clicking Back on this screen will return us to the previous screen. This time, click on Runtime Pattern Deployment to go through to the next screen. On this screen, select the Order_Service radio button, and then click on the Advanced Deployment button to go through to this screen: Select Exposed_Business_Service by selecting the radio button at the top of the screen, and then select the radio button marked Web Service Generation. Click on the Deploy Node button to deploy Order_Service as a Web Service. Congratulations! Our first web service is now deployed, and we can test it by following the instructions in the next section.
Previous Next