Displaying 1 result from an estimated 1 matches for "eedad".
Did you mean:
edad
2004 Sep 17
1
Using R to send to SOAP server?
...39;d appreciate being told so.
Thanks for any suggestions.
-Don
Here are the essential parts of the perl script.
use SOAP::Lite;
## assumes one 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 darw...