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 |
| use Carp | ( | ) |
| for my $method | ( | @ | EXPORT_OK | ) |
Definition at line 44 of file ndfdXML.pm.
| package ndfdXML |
Definition at line 1 of file ndfdXML.pm.
| my methods |
(
NDFDgenByDay => {
endpoint => 'http:
soapaction => 'http:
uri => 'http:
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:
soapaction => 'http:
uri => 'http:
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.
Definition at line 39 of file ndfdXML.pm.
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 filter_func().
1.6.3