Action – GetMappedPath - erdomke/Innovator.Client GitHub Wiki

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>
⚠️ **GitHub.com Fallback** ⚠️