Index: trunk/Nebulous-Server/lib/Nebulous/Server/SOAP.pm
===================================================================
--- trunk/Nebulous-Server/lib/Nebulous/Server/SOAP.pm	(revision 2917)
+++ trunk/Nebulous-Server/lib/Nebulous/Server/SOAP.pm	(revision 4440)
@@ -1,7 +1,7 @@
 # Copyright (c) 2004  Joshua Hoblitt
 #
-# $Id: SOAP.pm,v 1.1 2005-01-06 03:56:43 jhoblitt Exp $
+# $Id: SOAP.pm,v 1.2 2005-06-30 02:35:06 jhoblitt Exp $
 
-package PS::IPP::IData::Server::SOAP;
+package Nebulous::Server::SOAP;
 
 use strict;
@@ -10,5 +10,5 @@
 our $VERSION = '0.01';
 
-use PS::IPP::IData::Server;
+use Nebulous::Server;
 use SOAP::Lite;
 import SOAP::Data 'name'; 
@@ -22,5 +22,5 @@
     return undef if $method eq 'DESTROY';
 
-    return name( result => PS::IPP::IData::Server->$method( @_ ) );
+    return name( result => Nebulous::Server->$method( @_ ) );
 }
 
