Show TOC

Procedure documentationEditing Service Groups and Service References Locate this document in the navigation structure

 

When you create a Service Group and the corresponding service references, the framework allows you to edit their properties.

Prerequisites

A Service Group and service references are created in the SAP NetWeaver Developer Studio.

More information:

Creating Shared Service Groups

Creating Private Service Groups

Creating Predefined Service Groups

Procedure

Editing Service Groups
  1. In the Project Explorer of the Java EE perspective, open the DC in which the Service Group exists.

  2. To open the Service Group, choose   Connectivity   Service Groups  

  3. In the Service Group Details that open, enter the origin of the Service Group in the provided field.

    Note Note

    You can edit only the Origin property of non-classified Service Groups.

    End of the note.

    Note Note

    When you import a WSDL document, the framework verifies the host name of the service endpoint URL. If the host name is the same as the Origin property of the Service Group, the framework enables you to reuse this Service Group and create service references that point to it.

    End of the note.
Editing Service References
  1. In the Project Explorer of the Java EE perspective, open the DC in which the service references node is created.

  2. To open the Service References, choose   Connectivity   Service References  

  3. In the List of Service References, open the Service Interface. Expand the Service Group, then the Java package, and then the service interface.

  4. To open the Property view, choose   Window   Show View   Properties  

  5. Choose the Reference Details tab.

    • To change the referenced Service Group, proceed as follows:

      1. On the Service Group field, choose Browse.

        The Service Group Selection window opens.

      2. Choose a Service Group, and then choose OK.

    • To change the authentication profile, proceed as follows:

      1. On the Authentication Profile field, choose Browse.

        The Authentication Profile Selection window opens.

      2. Choose an authentication profile, and then choose OK.

        More information about

  6. Save your changes.

  7. To build the DC, right click the DC project and from the context menu, choose   Development Component   Build