Skip to main content

Testing the Web Service

Complete the following steps to test the Web Service:

  1. Compile MVFILE.Services.

  2. Open the Catalog Page in a browser. Determine the url for its WSDL.

  3. Following the steps described in Testing the Service from the Terminal, generate a client for the Web Service.

  4. Finally, invoke the client's Search method passing it a valid MVFILE.PERSON ID, attribute name, and subvalue number. Verify that it returns the correct values.

    
    USER>Write client.Search(2,"NAME",1)
    SMITH,JANE
    
    
FeedbackOpens in a new tab