Appendix B. Microsoft .NET Web services 497
<wsdlsoap:address
location=”http://itsogood.itso.ral.ibm.com/ManufacturerB/ManufacturerB.asmx
”/>
Change this line to point to the address where the .NET Web service is
running, for example:
<wsdlsoap:address
location=”http://1.2.3.4/ManufacturerB/ManufacturerB.asmx”/>
7. Save changes to this file.
B.2.8 Deploying and testing the J2EEClient
Before we begin to deploy and test the client, we must first modify preferences in
Rational Application Developer that allow us to utilize the Web Services Explorer,
a powerful tool used by the application to test Web service calls. Perform the
following, tasks:
1. From the menu bar, select WIndow → Preferences.
2. In the Preferences window, expand the Workbench listing ...