Lesson 3: Testing the service

This lesson teaches you how to test the business process service you deployed in the previous lesson.

  1. In the Enterprise Explorer, expand Service Containers, right-click MyServiceContainer and select Connect to establish a connection to the Unwired Orchestrator in WorkSpace.

    When the connection is established, you see a Packages folder beneath the MyServiceContainer connection profile.

  2. In the Enterprise Explorer, expand Service Containers/MyServiceContainer/Packages/MySalesBPService/Services.

  3. Right-click MySalesBPService and select Test Service from the context menu.

  4. Select Dialog Service Test Wizard in the Service Testing Wizard window and click Next.

  5. In the Options window, accept the defaults and click Next.

  6. In the Select a Method to Test window, select SalesDetailResponse manageInventory and click Next.

  7. In the Parameters for Method window, click Edit in the Input Parameters section.

  8. In the Specify Values of the Complex Type dialog box, enter these values:

    Click OK.

  9. Click Invoke in the Parameters for Method window. You see this message in the Output Parameters pane:

    <SalesDetailResponse>
    <processingResult>SUCCESS</processingResult>
    <failureReason>Successful execution</failureReason>
    </SalesDetailResponse>
    
  10. Click Finish.

Upon successful completion, an e-mail message is sent to the user specified in the e-mail message parameters.