Credentials on WebLogic - EcoSys - Customization & Programming - Hexagon PPM

EcoSys Web Service API Usage Documentation

Language
English
Product
EcoSys
Search by Category
Customization & Programming
EcoSys Version
9.0

WebLogic's default configuration intercepts HTTP AUTH credentials, and so it will not work for the web service API.

The following options are available to use the API with WebLogic:

  • Use URL credentials syntax with parameters(see previous section), thus bypassing the HTTP AUTH mechanism.

  • Configure WebLogic to allow HTTP AUTH for the API by adding the following line to config.xml, just before the closing </security-configuration> tag:

<enforce-valid-basic-auth-credentials>false</enforce-valid-basic-auth-credentials>