ndfdXML.pm File Reference

Go to the source code of this file.

Functions

use Carp ()
use vars qw (@ISA $AUTOLOAD @EXPORT_OK%EXPORT_TAGS)
for my $method (@EXPORT_OK)

Variables

package ndfdXML
my methods
use Exporter
 ISA = qw(Exporter SOAP::Lite)
 EXPORT_OK = (keys %methods)
 EXPORT_TAGS = ('all' => [@EXPORT_OK])
no strict refs


Function Documentation

use Carp (  ) 

use vars qw ( @ISA $AUTOLOAD @EXPORT_OK EXPORT_TAGS  ) 

for my $method ( EXPORT_OK  ) 

Definition at line 44 of file ndfdXML.pm.


Variable Documentation

package ndfdXML

Definition at line 1 of file ndfdXML.pm.

my methods

Initial value:

 (
  NDFDgenByDay => {
    endpoint => 'http://www.weather.gov/forecasts/xml/SOAP_server/ndfdXMLserver.php',
    soapaction => 'http://www.weather.gov/forecasts/xml/DWMLgen/wsdl/ndfdXML.wsdl#NDFDgenByDay',
    uri => 'http://www.weather.gov/forecasts/xml/DWMLgen/wsdl/ndfdXML.wsdl',
    parameters => [
      SOAP::Data->new(name => 'latitude', type => 'xsd:decimal', attr => {}),
      SOAP::Data->new(name => 'longitude', type => 'xsd:decimal', attr => {}),
      SOAP::Data->new(name => 'startDate', type => 'xsd:date', attr => {}),
      SOAP::Data->new(name => 'numDays', type => 'xsd:integer', attr => {}),
      SOAP::Data->new(name => 'format', type => 'typens:formatType', attr => {}),
    ],
  },
  NDFDgen => {
    endpoint => 'http://www.weather.gov/forecasts/xml/SOAP_server/ndfdXMLserver.php',
    soapaction => 'http://www.weather.gov/forecasts/xml/DWMLgen/wsdl/ndfdXML.wsdl#NDFDgen',
    uri => 'http://www.weather.gov/forecasts/xml/DWMLgen/wsdl/ndfdXML.wsdl',
    parameters => [
      SOAP::Data->new(name => 'latitude', type => 'xsd:decimal', attr => {}),
      SOAP::Data->new(name => 'longitude', type => 'xsd:decimal', attr => {}),
      SOAP::Data->new(name => 'product', type => 'typens:productType', attr => {}),
      SOAP::Data->new(name => 'startTime', type => 'xsd:dateTime', attr => {}),
      SOAP::Data->new(name => 'endTime', type => 'xsd:dateTime', attr => {}),
      SOAP::Data->new(name => 'weatherParameters', type => 'typens:weatherParametersType', attr => {}),
    ],
  },
)

Definition at line 6 of file ndfdXML.pm.

use Exporter

Definition at line 35 of file ndfdXML.pm.

ISA = qw(Exporter SOAP::Lite)

Definition at line 39 of file ndfdXML.pm.

EXPORT_OK = (keys %methods)

Definition at line 40 of file ndfdXML.pm.

EXPORT_TAGS = ('all' => [@EXPORT_OK])

Definition at line 41 of file ndfdXML.pm.

Definition at line 43 of file ndfdXML.pm.

Referenced by CHECK().


Generated on Sat Dec 18 05:15:54 2010 for MythTV by  doxygen 1.5.5