Hi, I am trying to use Apache WS-Commons Policy 1.0 Implementation for Policy negotiation. My source compiles but at runtime a dependent library class is not found: org/apache/*ws/commons/*om/OMContainer
The OMContainer seems to be in axiom-apiXX.jar now. Unfortunately, the package was renamed since then: org/apache/*axiom/*om/OMContainer.class Does anybody know the list of jar file I need to run WS-Policy and where to get the jar files from? (Note that, I don't want to use Neethi as I would like to intersect policies which is not yet implemented in version 2.0.1) Thanks Tom
