IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32930 for trunk/ippToPsps


Ignore:
Timestamp:
Dec 12, 2011, 5:09:28 PM (15 years ago)
Author:
rhenders
Message:

name -> Name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/perl/deleteFromDXLayer.pl

    r32144 r32930  
    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.