Lesson 1: Creating a message service

In this lesson, you create a message service for the SybStore application. You configure the new service in subsequent lessons.

  1. Collect and write down the following information from your enterprise’s e-mail system administrator. You cannot complete this tutorial without this information.

  2. Select Window|Open Perspective|Service Development from the main menu bar to open that perspective.

  3. Select File|New|Service from the main menu bar.

    The Create a Service wizard appears.

  4. Select Message Service and click Next.

  5. Select MySybStore_Tutorials/Services/Message to populate the Enter or Select the Parent Folder field.

  6. Enter MySalesEmailSend in the File Name field and click Next.

  7. On the Service Summary page, select Messaging as the Service Information Category and click Next.

  8. On the Service Endpoint Creation page, select Yes, Create An Endpoint Now and click Next.

  9. Accept the default name “endpoint” for the service and click Next.

  10. On the Messaging Type page, select Email and click Next.

  11. On the Connection Properties page, select User Specified and enter the host, password, port, and user for your e-mail configuration.

  12. Click Finish. The message service is created and opens in the Message Service Editor.

Leave the message service open for the next lesson.