IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 2862


Ignore:
Timestamp:
Jan 3, 2005, 1:13:15 PM (22 years ago)
Author:
jhoblitt
Message:

use urn:PS/IPP/IData/Server as server namespace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/lib/Nebulous/Client.pm

    r2787 r2862  
    11# Copyright (c) 2004  Joshua Hoblitt
    22#
    3 # $Id: Client.pm,v 1.3 2004-12-22 03:05:14 jhoblitt Exp $
     3# $Id: Client.pm,v 1.4 2005-01-03 23:13:15 jhoblitt Exp $
    44
    55package PS::IPP::IData::Client;
     
    1515use PS::IPP::IData::Util qw( :standard );
    1616use Params::Validate qw( validate validate_pos SCALAR );
    17 use SOAP::Lite; # +trace => [qw( debug )];
     17#use SOAP::Lite +trace => [qw( debug )];
     18use SOAP::Lite;
    1819use Time::HiRes qw( sleep );
    1920use URI;
     
    7374    my $lite = SOAP::Lite->new(
    7475            proxy => $args{ 'proxy' },
    75             uri   => $args{ 'uri' } || "http://pan-starrs.ifa.hawaii.edu/PS/IPP/IData/Server",
     76            uri   => $args{ 'uri' } || "urn:PS/IPP/IData/Server",
    7677    );
    7778
Note: See TracChangeset for help on using the changeset viewer.