IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 5, 2005, 6:00:23 PM (22 years ago)
Author:
jhoblitt
Message:

use PS::IPP::IData::Server::SOAP as a proxy between Apache.pm and Server.pm

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous-Server/lib/Nebulous/Server/Apache.pm

    r2900 r2918  
    1010our $VERSION = 0.01;
    1111
    12 use PS::IPP::IData::Server;
     12use PS::IPP::IData::Server::SOAP;
    1313use SOAP::Transport::HTTP;
    1414
    1515my $server = SOAP::Transport::HTTP::Apache
    16     ->dispatch_to( 'PS::IPP::IData::Server' )
     16    ->dispatch_to( 'PS::IPP::IData::Server::SOAP' )
    1717    ->options({ compress_threshold => 10 * 1024 });
    1818
Note: See TracChangeset for help on using the changeset viewer.