-
Notifications
You must be signed in to change notification settings - Fork 16
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
<!-- SOAP_ACTION = ApplyItem -->
<Item action="GetMappedPath" path="Solutions\PLM\images\Icons\16x16\16x16_Part.gif" />
<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>