Hello, I had the same problem long time ago when I started programming web services. Please refer to my explanation to solve this problem at: http://mail-archives.apache.org/mod_mbox/ws-wss4j-dev/200609.mbox/[EMAIL PROTECTED]
Hope this will help you. Happy axis! Jose Ferreiro On 8/29/07, wss4j wei <[EMAIL PROTECTED]> wrote: > > Hi All, > > > Weblogic : An unsupported signature or encryption algorithm was used > (unsupported key transport encryption algorithm: No such algorithm: > http://www.w3.org/2001/04/xmlenc#rsa-1_5 > <http://www.w3.org/2001/04/xmlenc#rsa-1_5+> > > I have written a new handler which extends from WSHandler and implements > Handler. Not sure it has anything to do with this. I suppose it is not. > > Not sure is it related to xml security[xmlsec-1.4.0.jar] loading in the > weblogic's webapp lib level. > If I copy the jar to the application's lib level, It works fine [able to > find key transport encryption algorithm such as #rsa-1_5]. > If I copy the jar to the webapplication's lib level, it errors with An > unsupported signature or encryption algorithm was used (unsupported key > transport encryption algorithm: No such algorithm: > http://www.w3.org/2001/04/xmlenc#rsa-1_5 > > > > Anyone has this issue ? or any idea why I am getting this. >
