Create a
service in WebSphere® Message
Broker by defining
the interface.
Before you start:
Read the concept information
about Services.
To create a service by defining a
new interface, complete the following steps:
- Open the New Service wizard by using
one of the following methods:
- Click .
- In the Broker
Development view, click .
- Right-click the white space of the Broker
Development view then click .
- If no files are open in the editor view, the Quick Starts
wizards are shown; click Start by creating
a service.
- Enter a name for the service, and optionally
a description.
- Select the method that you want
to use to create the service interface, and click Finish.
A service is created and
is shown in the service editor. You can expand the service in the Broker
Development view to view the service and its associated
resources.
- Define the operations of the service interface by using
the Interface tab of the service editor. Use the controls to add a request-response operation or a one-way
(request) operation. You can define the inputs and outputs of each
operation, and specify the name and type of each.
Next steps:
Specify your
service interface by defining the service operations. For more information,
see Defining a service interface.