// Ask National Weather Service for the ndfdXML Service
// Use the short hand, dynamically generate getService method (getndfdXML in this case)
wsdl = SoapService.wsdl("http://www.weather.gov/forecasts/xml/DWMLgen/wsdl/ndfdXML.wsdl");
var ndfdXML = wsdl.getndfdXML();
|