Testing the Web Service
Complete the following steps to test the Web Service:
-
Compile MVFILE.Services.
-
Open the Catalog Page in a browser. Determine the url for its WSDL.
-
Following the steps described in Testing the Service from the Terminal, generate a client for the Web Service.
-
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