Skip to content

Action – GetMappedPath

Eric Domke edited this page May 6, 2019 · 1 revision

Returns the base directory on the server combined with the path specified in the path attribute

AML Query

<!-- SOAP_ACTION = ApplyItem -->
<Item action="GetMappedPath" path="Solutions\PLM\images\Icons\16x16\16x16_Part.gif" />

Example (Response)

<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
  <SOAP-ENV:Body>
    <ApplyItemResponse>
      <Result>C:\Program Files (x86)\Aras\Innovator\Innovator\Server\Solutions\PLM\images\Icons\16x16\16x16_Part.gif</Result>
    </ApplyItemResponse>
  </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Clone this wiki locally