Editing Java Service Operation Parameter Lists

The service operation parameters specify the parameter and return types of the corresponding Java method.

You can edit service operations on the Service Interface page of the Service editor. The editor makes corresponding changes to the Java method prototype when you change a service operation name or parameters. You can also edit the method prototypes directly in the Java source code.

  1. On the Service Interface page, expand the Operation Parameters section.

    This section displays a summary table of the existing parameters and return value with the columns described in the following table.

    Table 1. Operation parameters summary columns
    Column Description
    Name Displays the parameter name and an icon to show the parameter type:
    • The icon indicates an input parameter.
    • The icon indicates an output parameter.
    • The icon indicates a fault. Faults in the WSDL interface are based on the Java exceptions declared in the Java method's throws clause.

    A Java service operation can have only one output parameter in the operation signature. This parameter specifies the return type of the corresponding Java method.

    Datatype A complexType reference from an XSD file that maps to a Java class (the XSD files are automatically generated ).
    Description An optional description of the parameter or return value.
  2. Click Add to add a parameter or return type.
  3. To remove a parameter or return value, highlight the corresponding column and click Delete.
Related tasks
Browsing for Java Parameter or Return Value Types
Editing Java Service Operation Parameter Properties
Related reference
Java Service Datatypes
Supported Java Exceptions

Send your feedback on this help topic to Sybase Technical Publications: pubs@sybase.com

Your comments will be sent to the technical publications staff at Sybase, Inc. For product-related issues or technical support, contact Sybase Technical Support at 1-800-8SYBASE.