Look in the README.txt in the release - there's the a list of required
libraries that are not included with WSS4J. Among those is
opensaml-1.0.1.jar which is producing your exception. But you'll need
any JARs that Axis doesn't already include.

On 8/3/05, Paul Grillo <[EMAIL PROTECTED]> wrote:
> I'm very new to this.  I have an axis web services system working and I
> am now trying to sign and encrypt messages that it uses to the
> specifications of our vendor.  So I've tried to bring up the client with
> a simple deployment descriptor loaded, and have also tried dynamically
> building it.
> 
> Can't seem to get out of the box.  I get:
> 
> java.lang.NoClassDefFoundError: org/opensaml/SAMLException
> at
> org.apache.ws.axis.security.WSDoAllReceiver.<clinit>(WSDoAllReceiver.jav
> a:65)
>         at java.lang.Class.forName0(Native Method)
>         at java.lang.Class.forName(Class.java:219)
> 
> 
> Well, I look at the source code and WSDoAllReceiver certainly imports
> and tries to create this assertion. I can't figure out where this class
> is supposed to exist.
> 
> Am I missing a library?  I've got the axis jars, xmlsec-1.2 and
> wss4j.jar
> 
> It's probably a silly question, since I see no evidence that anybody out
> there has run into this.  I must be missing or doing something obviously
> wrong.
> 
> thanks
> 
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to