INFO: OES 11g - Calls in XACML call take too much time(5 min for each call)
Use the following to force to use the http 1.1.
_call.setProperty(MessageContext.HTTP_TRANSPORT_VERSION,HTTPConstants.HEADER_PROTOCOL_V11);
Ref: OES11gr2 - Calls in XACML Sample Issue take too much time (Doc ID 1554380.1)
-- Siva Pokuri.
_call.setProperty(MessageContext.HTTP_TRANSPORT_VERSION,HTTPConstants.HEADER_PROTOCOL_V11);
Ref: OES11gr2 - Calls in XACML Sample Issue take too much time (Doc ID 1554380.1)
-- Siva Pokuri.
Comments
Post a Comment