GetActivityStatuses with no ActivityIdentifiers

Hi! I was just wondering -- what is the aim of sending GetActivityStatuses with no ActivityIdentifiers? <xsd:complexType name="GetActivityStatusesType"> <xsd:sequence> <xsd:element name="ActivityIdentifier" type="wsa:EndpointReferenceType" maxOccurs="unbounded" minOccurs="0"/> <xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/> </xsd:sequence> <xsd:anyAttribute namespace="##other" processContents="lax"/> </xsd:complexType> -- Piotr Domagalski

On Thu, Aug 7, 2008 at 10:19 PM, Piotr Domagalski <piotr.domagalski@man.poznan.pl> wrote:
Hi!
I was just wondering -- what is the aim of sending GetActivityStatuses with no ActivityIdentifiers?
Hmm. The same question applies for all the methods accepting ActivityIdentifier(s) as input. -- Piotr Domagalski

The text for the GetActivityStatuses, TerminateActivities and GetActivityDocument all talk about taking a vector or one or more EPRs. I've updated the XML for these operations to require a minimum of 1 elements in the request and the corresponding response. I believe all implementations effectively require input here to perform any requested operation... so I don't see this as likely to break anything. The HPC Basic Profile for instances mandates that all compliant implementations accept a vector length of at least 1 - they need not accept a vector length longer than 1. New version - https://forge.gridforum.org/sf/docman/do/downloadDocument/projects.ogsa-bes-... Steven
-----Original Message----- From: ogsa-bes-wg-bounces@ogf.org [mailto:ogsa-bes-wg-bounces@ogf.org] On Behalf Of Piotr Domagalski Sent: Thursday, August 07, 2008 1:19 PM To: ogsa-bes-wg@ogf.org Subject: [OGSA-BES-WG] GetActivityStatuses with no ActivityIdentifiers
Hi!
I was just wondering -- what is the aim of sending GetActivityStatuses with no ActivityIdentifiers?
<xsd:complexType name="GetActivityStatusesType"> <xsd:sequence> <xsd:element name="ActivityIdentifier" type="wsa:EndpointReferenceType" maxOccurs="unbounded" minOccurs="0"/> <xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/> </xsd:sequence> <xsd:anyAttribute namespace="##other" processContents="lax"/> </xsd:complexType>
-- Piotr Domagalski -- ogsa-bes-wg mailing list ogsa-bes-wg@ogf.org http://www.ogf.org/mailman/listinfo/ogsa-bes-wg
participants (2)
-
Piotr Domagalski
-
Steven Newhouse