Working with Web Services Development

Step 1


Model

Create a new Webservice model for the selected component by using the new file wizard.

Edit the model source and specify web service method details. Click on the icon to easily provide PL/SQL method details to be exposed as a web service

For more information on syntax see: Model Syntax for Webservice


Step 2


Build and Deploy
  1. Add the model to the Application Server using RMB menu option on the model file
  2. Build and Deploy the code using the RMB menu option on the Application Server node
  3. Start the Application Server if its not running already

Step 3


Test

The web service endpoint URL for testing will be http://localhost:8080/ifssvc/<WebserviceModelNameWithoutExtention>?wsdl

The endpoint URL needs to be provided to the testing tool so that it can generate the request XML to be sent to the server.
The web service can then be tested using any third party web service testing tool such as 'SoapUI'


This page is generated from IFS Developer Studio at 2021-08-13 08:48.