Hello everyone,
I've finally had the opportunity to delve into the realm of web services and have begun with Apache Axis 1.1 and
Tomcat 5.5.9. I get to my happiness page just fine, and have worked through all the required jars...and all the optional jars except for one...the one for the XML Security. However, I'm having trouble getting this one to work, and I'll most likely need the feature in the near future as well.
Here's my warning:
Warning: could not find a dependency of class org.apache.xml.security.Init from file xmlsec.jar
XML Security is not supported
See
http://xml.apache.org/security/ The root cause was: org/apache/xpath/compiler/FuncLoader
This can happen e.g. if org.apache.xml.security.Init is in the 'common' classpath, but a dependency like activation.jar is only in the webapp classpath.
I guess the first question to ask is...can Axis 1.1 and Tomcat 5.5 work together...and if so, any ideas about that error?
Many thanks,
bryan