Use the WSDL file for the delivery reception service (DeliveryService.wsdl) to define the delivery reception service adapter. The following table shows the values that you need to set when defining the delivery reception service adapter.
Table 5-6 Values that need to be set when defining the delivery reception service adapter
Item | Value to be set | Description |
---|---|---|
Service component type | Web Service | Specify the type of service adapter that is set according to the type of service component to be called. Because the service component type of this sample program is a Web Service, also specify Web Service as the service adapter type. |
Service name | DeliveryReception | Specify the name of the service adapter. |
WSDL file | DeliveryService.wsdl | The WSDL file defines the method of writing what functions the Web Service has and what requests you need to send to use those functions, etc. Use the WSDL file for the delivery reception service (DeliveryService.wsdl) to define the delivery reception service adapter. |
Port specification | Delivery | Specify the port of the delivery reception service adapter. |
Service ID | DelAdp | Specify the ID of the delivery reception service adapter. |
Client definition file | c4webcl.properties (This file contains the following entry: c4web.logger.log_file_prefix=DeliveryService) | The client definition file controls the client-side behavior. The user creates this file with the name c4webcl.properties. This sample program provides a client definition file that sets DeliveryService as the prefix of the trace file and application log. |
The following is the procedure for adding and defining the delivery reception service adapter.