Re: Axis2 1.8.2 with Rampart 1.7.1

2022-10-11 Thread robertlazarski
On Mon, Oct 10, 2022 at 10:22 AM Prasanth wrote: > 2022-10-10 15:18:49,171 [main] DEBUG httpclient.wire.content - << > "403 Forbidden[\r][\n]" > > Thanks, > Prasanth > > The error "http 403" means "forbidden" and is a red flag. There is something, somewhere, that is denying access to that URL.

Re: Axis2 1.8.2 with Rampart 1.7.1

2022-10-11 Thread Prasanth
I have talked to the service provider they don't seem to have access to the actual request to tell me what is wrong. They keep telling me to make sure I have username token, nonce and time stamp in the request. Looking at the log shouldn't I see the security details in the below SOAP request? Al

Re: Axis2 1.8.2 with Rampart 1.7.1

2022-10-11 Thread robertlazarski
I am working on a new Rampart release now, the goal is by the end of the year. For now, increase your rampart logging by: log4j.category.org.apache.rampart=TRACE I also suggest putting all your Axis2 logging at the TRACE level. Let us know if that clarifies the HTTP 403 error. You seem not to

Re: Axis2 1.8.2 with Rampart 1.7.1

2022-10-11 Thread Prasanth
Eclipse doesn't download the mar file when using the maven plugin so I had manually download it and save it. It was still using 1.7.1 (while I downgraded the rampart version to 1.6.4 in the pom). After manually downloading the mar file and including it in the build path the security elements are n