[MOBY-guts] biomoby commit
Eddie Kawas
kawas at dev.open-bio.org
Thu Apr 9 13:01:15 UTC 2009
kawas
Thu Apr 9 09:01:15 EDT 2009
Update of /home/repository/moby/moby-live/Perl/MOSES-MOBY/bin/scripts
In directory dev.open-bio.org:/tmp/cvs-serv12414/MOSES-MOBY/bin/scripts
Modified Files:
moses-testing-service.pl
Log Message:
noticed that one of the 'Actions' was incorrectly labeled, so I fixed it. This should have no effect to MOSES services because we dont really validate this message (psst ... dont tell anyone)
moby-live/Perl/MOSES-MOBY/bin/scripts moses-testing-service.pl,1.9,1.10
===================================================================
RCS file: /home/repository/moby/moby-live/Perl/MOSES-MOBY/bin/scripts/moses-testing-service.pl,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- /home/repository/moby/moby-live/Perl/MOSES-MOBY/bin/scripts/moses-testing-service.pl 2009/04/02 16:10:14 1.9
+++ /home/repository/moby/moby-live/Perl/MOSES-MOBY/bin/scripts/moses-testing-service.pl 2009/04/09 13:01:15 1.10
@@ -581,7 +581,7 @@
my ( $url, $id ) = @_;
return <<"END OF XML";
<moby-wsrf>
-<wsa:Action xmlns:wsa="http://www.w3.org/2005/08/addressing">http://docs.oasis-open.org/wsrf/rpw-2/GetResourceProperty/GetResourcePropertiesRequest</wsa:Action>
+<wsa:Action xmlns:wsa="http://www.w3.org/2005/08/addressing">http://docs.oasis-open.org/wsrf/rpw-2/GetMultipleResourceProperties/GetMultipleResourcePropertiesRequest</wsa:Action>
<wsa:To xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:wsa="http://www.w3.org/2005/08/addressing" wsu:Id="To">$url</wsa:To>
<mobyws:ServiceInvocationId xmlns:mobyws="http://biomoby.org/" xmlns:wsa="http://www.w3.org/2005/08/addressing" wsa:IsReferenceParameter="true">$id</mobyws:ServiceInvocationId>
</moby-wsrf>
More information about the MOBY-guts
mailing list