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.1 in 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.

Reply via email to