Re: [Axis2] - Use oauth 2.0 when making a Soap Request

2023-08-08 Thread robertlazarski
Axis 2 1.7.9 and Rampart 1.7.1 are very old and a difficult combo. Rampart is going through a very major refactoring right now, including upgrading OpenSAML and WSS4J to the latest. See RAMPART-449. See the github Rampart repo to follow along. Right now the focus is fixing the unit tests. Any typ

[Axis2] - Use oauth 2.0 when making a Soap Request

2023-08-08 Thread Brian Bertram
We are currently leveraging axis2 release 1.7.9 and rampart 1.7.1 to help with making soap calls. We have working code that uses basic authentication (username/password). We are trying to update our program to use oAuth 2.0 instead of username:password. We have it setup in the endpoint and