You need to create a service entry that tells JSMDirect which LANSA function or other program is used to process web service requests for the web service you have defined.
In the Direct Service Editor, complete the details for your service entry that will connect your web service. For this exercise, enter:
Service | IIIEMPLOYEESERVER |
Host | *DEFAULT |
Process | IIIPRO08 |
Function | IIIFN09 |
Partition | DEM |
Language | ENG |
Program | Leave blank. Required if an RPG program is used for the business function. |
RDMLX | Checked (Yes) |
WSDL | Leave blank in this case (no external users) |
Close the Direct Services tab by right clicking and selecting Close from the context menu
| You have completed the building of your LANSA Integrator SOAP server solution. What you have built and LANSA Integrator has generated, is the code necessary to handle all the protocol and format details to receive and respond to web service requests, to unwrap and extract the parameters and to build the SOAP response. You will now build the business logic to support it. |