Index: /trunk/Nebulous/lib/Nebulous/Client.pm
===================================================================
--- /trunk/Nebulous/lib/Nebulous/Client.pm	(revision 40679)
+++ /trunk/Nebulous/lib/Nebulous/Client.pm	(revision 40680)
@@ -17,7 +17,8 @@
 use Nebulous::Util qw( :standard );
 use Params::Validate qw( validate validate_pos SCALAR UNDEF BOOLEAN );
-#use SOAP::Lite +trace => [qw( debug )];
 use Sys::Hostname;
 use SOAP::Lite;
+# use SOAP::Lite +trace => [ transport => sub { print $_[0]->as_string } ];
+# use SOAP::Lite +trace => [qw( debug )];
 use Time::HiRes qw( sleep );
 use URI;
@@ -88,6 +89,8 @@
 
     my $lite = SOAP::Lite->new(
-            proxy => $args{ 'proxy' },
-            uri   => $args{ 'uri' } || "urn:Nebulous/Server/SOAP",
+	proxy => $args{ 'proxy' },
+	uri   => $args{ 'uri' } || "urn:Nebulous/Server/SOAP",
+#       outputxml => 1,
+# uncomment the above to get a dump of the returned xml
     );
 
