27
Points
Questions
1
Answers
5
-
In case someone will hit the same issue: https://docs.oracle.com/cd/E60149_28/otn/pdf/integration/agaap.pdf
See page 33:
HashMap params = new HashMap();
params.put(AgileSessionFactory.URL, URL);
params.put(AgileSessionFactory.USERNAME, USERNAME);
params.put(AgileSessionFactory.PASSWORD, PASSWORD);
AgileSessionFactory factory = AgileSessionFactory.refreshInstanceEx(params);
IAgileSession lsession = factory.createSession(params);
- 2940 views
- 6 answers
- 0 votes
-
More info on the issue: https://docs.oracle.com/cd/E60149_28/otn/pdf/integration/agaap.pdf (page 33)
- 4941 views
- 3 answers
- 0 votes
-
- 2940 views
- 6 answers
- 0 votes
-
Hello, rchinnia. Tried using parameters from this oracle issue
-Djava.protocol.handler.pkgs=com.sun.net.ssl.internal.www.protocol
-Dssl.SocketFactory.provider=com.sun.net.ssl.internal.SSLSocketFactoryImpl
-DUseSunHttpHandler=true -Dweblogic.wsee.client.ssl.usejdk=trueResult is the same.
Agile version 9.3.3
- 2940 views
- 6 answers
- 0 votes
-
- 2940 views
- 6 answers
- 0 votes