Advanced Customization > Info*Engine Implementation > Configuring Info*Engine Capabilities > Configuring Request Validation > Adapter Validation for Out-of-Process Adapters
  
Adapter Validation for Out-of-Process Adapters
To use request validation on out-of-process adapters, complete the following steps:
Use the xconfmanager to specify the following properties on the remote Info*Engine task processor system in codebase/WEB-INF/ieStructProperties.txt file:
xconfmanager -p -s "<adapter_name>.secret.text=<value>"
-t "codebase/WEB-INF/ieStructProperties.txt"
xconfmanager -p -s "<adapter_name>.secret.text2=<value>"
-t "codebase/WEB-INF/ieStructProperties.txt"
where <adapter_name> is the Windchill adapter instance name used for the remote adapter (as defined in the Info*Engine Property Administration utility) and <value> is the arbitrary text you are using.
When a request is made to execute an adapter webject, the adapter name specified in the INSTANCE parameter must identify service that has the .secret properties set. If that service does not have the .secret.text and .secret.text2 properties set, it does not give the request access to the adapter.
For details about using the Info*Engine Property Administration utility, see Using the Property Administration Utility. For descriptions of the .secret properties, see the help that is accessible through the Info*Engine Property Administration utility.