This is an archive related to a previous version of Esri Maps for SAP BusinessObjects. If you need the current version go to http://doc.arcgis.com/en/maps-for-sap-bobj/.
Under some circumstances, Esri Maps for SAP BusinessObjects uses an internal proxy mechanism to broker communication with the ArcGIS platform (in addition to any web services referenced by retrieved ArcGIS items). When required, Esri Maps for SAP BusinessObjects sends HTTP requests to the proxy, and the proxy forwards the requests to the ArcGIS platform.
You can customize the internal proxy settings to allow only requests to specific servers by modifying the proxy configuration file included with Esri Maps for SAP BusinessObjects, using a standard text editor.
The proxy configuration file (proxy.config) is located at: em4bobj\dashb\proxy.config.
To define the URLs that Esri Maps for SAP BusinessObjects is allowed to access, set the serverUrls element’s mustMatch attribute to true, and specify each individual URL in a separate serverUrl child element. Create a separate serverUrl element for every server that Esri Maps must access to retrieve map services.
For example:
<ProxyConfig>
<serverUrls mustMatch="true">
<serverUrl url="http://www.arcgis.com"/>
<serverUrl url=�?http://geoenrich.arcgis.com�?/>
<serverUrl url=�?http://geocode.arcgis.com�?/>
<serverUrl url=�?http://gis.mycompany.com/arcgis/rest/services�?/>
</serverUrls>