3.1.4.37.2.1 GetAssociationsForMethod
The GetAssociationsForMethod element specifies the input data for the GetAssociationsForMethod WSDL operation.
-
<xs:element name="GetAssociationsForMethod" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:complexType> <xs:sequence> <xs:element minOccurs="0" name="methodId" type="xs:unsignedInt"/> <xs:element xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/" minOccurs="0" name="partitionId" type="ser:guid"/> </xs:sequence> </xs:complexType> </xs:element>
methodId: The MetadataObjectId of the Method. The value of this element MUST be in [1, 0x7fffffff] range.
partitionId: The empty GUID.