[MOBY-guts] biomoby commit

Eddie Kawas kawas at dev.open-bio.org
Thu Mar 13 15:03:58 UTC 2008


kawas
Thu Mar 13 11:03:58 EDT 2008
Update of /home/repository/moby/moby-live/Perl/MOBY-Server/share/cgi
In directory dev.open-bio.org:/tmp/cvs-serv28634/Perl/MOBY-Server/share/cgi

Modified Files:
	authority.pl 
Log Message:
removed the soap ports. unfortunately, since we have to serve attachments when using soap and soap lite doesnt have attachment support (currently) these ports are now disabled.
moby-live/Perl/MOBY-Server/share/cgi authority.pl,1.2,1.3
===================================================================
RCS file: /home/repository/moby/moby-live/Perl/MOBY-Server/share/cgi/authority.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- /home/repository/moby/moby-live/Perl/MOBY-Server/share/cgi/authority.pl	2008/03/11 14:44:18	1.2
+++ /home/repository/moby/moby-live/Perl/MOBY-Server/share/cgi/authority.pl	2008/03/13 15:03:58	1.3
@@ -91,12 +91,12 @@
 
 my $port;
 
-$port = LS::Authority::WSDL::Simple::MetadataPort->newMetadata(
-	portName=> 'BioMOBYSoapPort',
-	endpoint=> "$location/authority/metadata",
-	protocol=> $LS::Authority::WSDL::Constants::Protocols::SOAP,
-  );
-$authority->addPort(serviceName=> 'BioMOBYSoapMeta', port=> $port);
+#$port = LS::Authority::WSDL::Simple::MetadataPort->newMetadata(
+#	portName=> 'BioMOBYSoapPort',
+#	endpoint=> "$location/authority/metadata",
+#	protocol=> $LS::Authority::WSDL::Constants::Protocols::SOAP,
+#  );
+#$authority->addPort(serviceName=> 'BioMOBYSoapMeta', port=> $port);
 
 $port = LS::Authority::WSDL::Simple::MetadataPort->newMetadata(
 	portName=> 'BioMOBYHttpPort',
@@ -112,13 +112,13 @@
         protocol=> $LS::Authority::WSDL::Constants::Protocols::HTTP,
   );
 
-$authority->addPort(serviceName=> 'BioMOBYHttpData', port=> $port);
-$port = LS::Authority::WSDL::Simple::DataPort->newData(
-        portName=> 'BioMOBYSoapPort',
-        endpoint=> "$location/authority/data",
-        protocol=> $LS::Authority::WSDL::Constants::Protocols::SOAP,
-  );
-$authority->addPort(serviceName=> 'BioMOBYSoapData', port=> $port);
+#$authority->addPort(serviceName=> 'BioMOBYSoapData', port=> $port);
+#$port = LS::Authority::WSDL::Simple::DataPort->newData(
+#        portName=> 'BioMOBYSoapPort',
+#        endpoint=> "$location/authority/data",
+#        protocol=> $LS::Authority::WSDL::Constants::Protocols::SOAP,
+#  );
+#$authority->addPort(serviceName=> 'BioMOBYSoapData', port=> $port);
 
 
 # Add the metadata service with namespaces




More information about the MOBY-guts mailing list