[MOBY-guts] biomoby commit

Mark Wilkinson mwilkinson at pub.open-bio.org
Wed Feb 25 23:10:11 UTC 2004


mwilkinson
Wed Feb 25 18:10:11 EST 2004
Update of /home/repository/moby/moby-live/Perl/scripts
In directory pub.open-bio.org:/tmp/cvs-serv16769

Modified Files:
	debugYourService 
Log Message:
reformatting the output of debugYourService, and fixing the example to be clear that we should not be passing identifiers that are prefixed with the namespace

moby-live/Perl/scripts debugYourService,1.1,1.2
===================================================================
RCS file: /home/repository/moby/moby-live/Perl/scripts/debugYourService,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- /home/repository/moby/moby-live/Perl/scripts/debugYourService	2003/11/12 16:12:47	1.1
+++ /home/repository/moby/moby-live/Perl/scripts/debugYourService	2004/02/25 23:10:11	1.2
@@ -24,7 +24,7 @@
 
 contents of goObject file:
 
- <moby:Object moby:namespace="GO" moby:id="GO:0008303" />
+ <moby:Object moby:namespace="GO" moby:id="0008303" />
 
 =cut
 
@@ -46,5 +46,5 @@
 
 $S = MOBY::Client::Service->new(service => $wsdl); 
 $result = $S->execute(XMLinputlist => [["", $object]]);
-print $result;
+print "\n\n\n\n$result\n\n";
 




More information about the MOBY-guts mailing list