IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 30, 2012, 2:49:37 PM (14 years ago)
Author:
eugene
Message:

merge changes from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20111122/ippToPsps/perl/deleteFromDXLayer.pl

    r32144 r33638  
    1919
    2020my $dxWebServiceUrl = "http://lsb01.psps.ifa.hawaii.edu/cgi-bin/dxlayer/dxwebservice.cgi";
     21#my $dxWebServiceUrl = "http://166.122.172.121/cgi-bin/dxlayer/dxwebservice.cgi";
    2122my $ua = LWP::UserAgent->new;
    2223$ua->timeout(15);
     
    2829
    2930my $paramNode = $doc->createElement('Param');
    30 $paramNode->setAttribute('name', "BatchID"); # default FirstRow is 1
     31$paramNode->setAttribute('Name', "BatchID"); # default FirstRow is 1
    3132my $text=XML::LibXML::Text->new($batchName);
    3233$paramNode->appendChild($text); #append
     
    3536my $xmlParams = $doc->toString;
    3637
     38print  $xmlParams;
    3739
    3840my $response = $ua->post($dxWebServiceUrl,
Note: See TracChangeset for help on using the changeset viewer.