651 Chapter 4 Exercise: SOAP

  1. go to http://soapclient.com see the links at the lower right for soap message builder and soap client.
  2. use soap message builder for the following Web service. Note the "Server Address" means the WSDL url which can be gotten by adding ?WSDL in the end.
  3. create a text file and put the text of each labelled field of the message builder inputs and also the soap response.
  4. now repeat the service execution using the soap client for both services with different parameters. note that you have to reference the service description. this is a preview of what we do next week.
  5. specify XML output and view source to see the output. copy that XML code to your text file for both.