|
FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A getProductRelationshipsRequest message contains an element of getProductRelationshipsRequestType.
Type getProductRelationshipsRequestType
Contains elements as defined in the following table.
| Component | Type | Occurs | Description |
|---|---|---|---|
|
1..1 | ||
| productIdentifier | productIdentifierType | 1..1 | Required. See productIdentifierType. |
| Name | Type |
|---|---|
| getProductRelationships | Method |
The following XML fragment illustrates a getProductRelationshipsRequest message:
<getProductRelationshipsRequest>
<productIdentifier>
<primaryKeys>
<name>Product_basic</name>
<version>1.0</version>
</primaryKeys>
</productIdentifier>
</getProductRelationshipsRequest>