In this step, you will build the SOAP Server solution and then review the files that LANSA Integrator has generated.
The files that have been generated are:
A jar file, iiiEmployeeServer.soap.jar
This file contains the compiled classes, ready for you to deploy to the server.
A project (prj) file, iiiEmployeeServer.soap.prj.
If you need to use the SOAP Wizard again to revise what you have done, you will open it using this file (.prj).
The Web Service Definition Language file (wsdl), IiiEmployeeService.wsdl
This file describes this web service in a common XML format which enables any application to use this web service. You will need the file name and path of this file in Step 7. Deploy the SOAP Server Solution.
A properties file, SOAPServerService.properties
You will deploy this file to the web server in order to fully enable this web service.
Other files consisting of some sample generated RDML and RDMLX code for an application that implements this web service and trace and log files.