Hi,
I created a custom webapp that call InfoSteward web service (i followed this http://help.sap.com/businessobject/product_guides/sboIS41/en/sbo411_is_integrate_en.pdf)
This guide suggests to disable policy.enabled flag (into policy.properties file):
"The policy.properties is a bootstrap file that is first loaded by Information Steward's Web Service security.
For development purposes, this policy can be disabled by setting the policy.enabled flag to false"
In fact, everything works fine.
The problem is when set policy.enabled=true : the web services are no longer reachable...
How can I call the info steward's webservice with policy.enabled=true?