Invoking the Phonebook Service

    Procedure
  1. Apply the steps in Invoking the Hello World Service to phonebook.wsdl.
  2. Click the addPhone node. In the Actions pane, enter values in the following fields:

    firstName: Joe

    lastName: Doe

    phone: 111-1111.

    The Status pane displays:
    AddPhoneResponse
    entryId (string):  0
  3. Click the getPhone node.
  4. In the Invoke a WSDL Operation pane on the right, click the Add link next to the firstName field.
    A new row is added below the field.
  5. Type Joe in the empty row.
  6. Click Go.
    The Status pane displays:
    GetPhoneResponse
    out
    entryId (string):  0  
     
    firstName (string):  Joe  
     
    lastName (string):  Doe  
     
    phone (string):  111-1111