aras_aml_request
Executes raw Aras AML for advanced queries and server methods beyond OData's scope, with automatic SOAP wrapping and read-only enforcement.
Instructions
Via di fuga: esegue AML (Aras Markup Language) grezzo contro InnovatorServer.aspx. Da usare solo per cio' che OData non copre — logiche di query non esprimibili con $filter, metodi server, azioni speciali. Passa il frammento <Item .../>, l'envelope SOAP e' automatico. Le action che scrivono sono bloccate in sola lettura.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| itemXml | Yes | es. <Item type="Part" action="get" select="item_number,name" maxRecords="10"/> |