Hi there.
I am using MyEclipse 5.0 and XFire to implement both client and a web service and Tomcat 5.0 as App Server.
The situation is as follows:
– If I start Tomcat from MyEclipse Server Administrator, the application works fine.
– But if I start Tomcat by using start up command, the application generates the following error:
org.codehaus.xfire.fault.XFireFault: WSHandler: Encryption: error during message processingorg.apache.ws.security.WSSecurityException: 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)
Do u know what the difference might be between starting Tomcat in those 2 different ways?
Thanks a lot.
Esteban