This section provides a tutorial example on how to download the WSDL document from the Web service provider. You can change port.address[@location] to a localhost URL to local testing.
In order to help me troubleshooting my SOAP::Lite WSDL program,
I downloaded the GetSpeech WSDL document to my local system.
1. Go to http://www.xmlme.com/WSShakespeare.asmx?WSDL with a Web browser.
Wait for the WSDL document to show up.
2. Right mouse click on the document and select "View page source" from the context pop up menu.
3. Click "File" > "Save page as" and save the file as \herong\GetSpeech.wsdl.
4. Open \herong\GetSpeech.wsdl in a text editor and change port.address[@location]
to localhost URLs. This will allow me to test my SOAP::Lite program locally.