Displaying 1 result from an estimated 1 matches for "notifyincidents".
2004 Sep 17
1
Using R to send to SOAP server?
...arg
$msg = $ARGV[0];
if ($msg) {
print "[gm-nsps.pl] sending to NSPS\n";
$soap = SOAP::Lite
-> uri('http://chous-devpc.eedad.llnl.gov:9000/axis/services')
->
proxy('http://chous-devpc.eedad.llnl.gov:9000/axis/services/NspsIncidentService')
-> notifyIncidents( "$msg" );
}
Version information:
> version
_
platform powerpc-apple-darwin6.8.5
arch powerpc
os darwin6.8.5
system powerpc, darwin6.8.5
status
major 1
minor 9.1
year 2004
month 06
day 21
language R
--
--------------------------------------...