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

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
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
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-10 Thread Prasanth
I have tried to use Axis2 1.7.9 with Rampart 1.6.4 but still the same result the credentials are not present in the request. 2022-10-10 15:18:49,121 [main] DEBUG org.apache.axis2.transport.http.SOAPMessageFormatterĀ  - end writeTo() 2022-10-10 15:18:49,121 [main] DEBUG httpclient.wire.contentĀ  -

Re: Axis2 1.8.2 with Rampart 1.7.1

2022-10-10 Thread robertlazarski
First of all, see RAMPART-449 for a discussion on the next release. To see the messages, the way I would do it is the SOAP Monitor as explained in the docs. On Thu, Oct 6, 2022 at 4:50 AM Prasanth wrote: > Hi, > > I am building a client for a web service using Axis2 1.8.1 and Rampart > 1.7.1 wi