Configuring Service InterfacesIn the service interface you can:
· Expose specific operations and parameters
· Replace names for operations and parameters with meaningful names
· Set fixed and initial values for parameters
· Configure design time variants
...
1. From the service collection node, select a service interface and open it by double-clicking it.
2. On the Operations tab in the service interface editor, configure the settings for the methods and parameters contained in the EJB.
○ Deselect the Exposed indicator if you do not want to expose the method in the Web service.
○ If necessary, change the name of the method in the New Name field. The name of the method appears in the WSDL document.
○ If necessary, change the following parameter options by selecting a parameter.
Field |
Procedure |
New Name
|
Enter a new name for the method. |
New Name |
Enter a new name for the parameter. |
New Type Name |
Choose a new data type. You can make standard conversions for primitive data types that conform to Java types. |
3. Choose the Documentation tab. Create documentation for the service interface.
4. Save your entries.