It has servicegroup entries:
<xsd:element name="RegistryPortTypeGTWSDLResourceProperties">
<xsd:complexType>
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0"
ref="wssg:MembershipContentRule"/>
<xsd:element maxOccurs="unbounded" minOccurs="0"
ref="wssg:Entry"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
You can find the schema for most services under their "Public
Interface" sections in the online documentation, or you can browse
through the wsdl under $GLOBUS_LOCATION/share/schema. The
ContainerRegistryService is part of Java WS Core, and you can find the
service group entry schema under http://www.globus.org/toolkit/docs/4.0/common/javawscore/Java_WS_Core_Public_Interfaces.html
Charles
On May 5, 2008, at 9:01 AM, Sergei Smolov wrote:
Hello, list!
What properties does ContainerRegistryService have? By the way,
where can I find full or some information about each service
properties?