You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wss4j-dev@ws.apache.org by Kirill Zaborski <qr...@gmail.com> on 2006/02/09 22:24:38 UTC

Newbie question about WSS4J

At the moment we are replacing Java code for SOAP requests from SAP XML
Toolkit library to Axis (which is far more powerful) and for security
features we use WSS4J of course. So at the moment we have:
1. old SOAP client using SAP jars
2. new development version using  Axis + WSS4J
username/password pairs are the same in both cases and the request format
almost the same (except minor differences like HTTP 1.0 in Axis and
HTTP 1.1in SAP library and some HTTP headers but that shouldn't play
any role here)
SOAP header format is the same (except password digests and so on) and:
Axis + WSS4J version can not get authorized. I've checked the code about a
hundred times already and do not see any idea where the problem can be.
Any thoughts will be quite appreciated.