|
FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
Restricting anyType
Contains elements as defined in the following table.
| Component | Type | Occurs | Description |
|---|---|---|---|
|
1..1 | ||
| AgreementTransactionResult | AgreementTransactionResult | 1..1 | See AgreementTransactionResult. |
The following XML fragment illustrates a successful createAgreementResponse message:
<createAgreementResponse>
<AgreementTransactionResult>
<TransactionResult>
<TransactionID>2291380167</TransactionID>
<TransactionStatus>SUCCESS</TransactionStatus>
<ProcessedTime>2016-02-22T16:40:35.643Z</ProcessedTime>
</TransactionResult>
<Agreement>
<Description>AS-TESTAGREEMENT-01</Description>
<Content>TEST CONTENT</Content>
</Agreement>
</AgreementTransactionResult>
</createAgreementResponse>