Return-Path: Delivered-To: apmail-axis-java-user-archive@www.apache.org Received: (qmail 10474 invoked from network); 22 Feb 2011 18:40:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Feb 2011 18:40:42 -0000 Received: (qmail 83281 invoked by uid 500); 22 Feb 2011 18:40:41 -0000 Delivered-To: apmail-axis-java-user-archive@axis.apache.org Received: (qmail 82935 invoked by uid 500); 22 Feb 2011 18:40:38 -0000 Mailing-List: contact java-user-help@axis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-user@axis.apache.org Delivered-To: mailing list java-user@axis.apache.org Received: (qmail 82919 invoked by uid 99); 22 Feb 2011 18:40:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Feb 2011 18:40:37 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of wadienil@gmail.com designates 209.85.218.45 as permitted sender) Received: from [209.85.218.45] (HELO mail-yi0-f45.google.com) (209.85.218.45) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Feb 2011 18:40:31 +0000 Received: by yic13 with SMTP id 13so1511407yic.32 for ; Tue, 22 Feb 2011 10:40:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=lovCKp9pdstVoqeu7BA5LptrbTFu7ReW3LVBL2fNvNw=; b=S7sSS35vbbUjHqDy27LYYnYQbt+5A7CkP7ujL8+dgt4Qukkf89aiOg34iAaVJg2lzh weCfrfzWcbEXJjv6FZ3JN77AR1bKnvDQkMGm6f/rGOOSfn/TWsQ1tR7C70GSqI7Zvg/f OHyAEwTWjnPHRYfkUtEmBk9U54ZDeMTl7p0hc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=WTvIfkGCe2w8dicNHGJr2+0JEO7kJLspx037mEmvukxSKErCVKeoTzW6fR7v8BjfHp yNl+usCnejwMMuGBDda9rp3pMQ7n2pTmA36v5HyhT5CI8XSvEjDmLEhH0bGU5x/n12AO 2TO8TLlV+ZpZtH4kQ8WnM6XZH9mj/d1Ymn1Ns= MIME-Version: 1.0 Received: by 10.150.39.32 with SMTP id m32mr3808165ybm.126.1298399995382; Tue, 22 Feb 2011 10:39:55 -0800 (PST) Received: by 10.151.79.8 with HTTP; Tue, 22 Feb 2011 10:39:55 -0800 (PST) Date: Tue, 22 Feb 2011 18:39:55 +0000 Message-ID: Subject: SOAP header missing error - Please help! From: wadi wadi To: java-user@axis.apache.org Content-Type: multipart/alternative; boundary=000e0cd6af30804c92049ce34e6a --000e0cd6af30804c92049ce34e6a Content-Type: text/plain; charset=ISO-8859-1 Hi, I am trying to run the example of signing and encryption described here https://www.ibm.com/developerworks/java/library/j-jws5/. I am getting the following error when running the client, any help please! Many thanks, Client log: ======= run: java Connecting to http://localhost:8080/axis2/services/library-signencr java 16:32:59,188 ERROR AxisEngine:211 - SOAP header missing java org.apache.axis2.AxisFault: SOAP header missing java at org.apache.rampart.handler.RampartReceiver.setFaultCodeAndThrowAxisFault(RampartReceiver.java:180) java at org.apache.rampart.handler.RampartReceiver.invoke(RampartReceiver.java:99) Tomcat log ======== ERROR org/opensaml/xml/validation/ValidatingXMLObject java.lang.NoClassDefFoundError: org/opensaml/xml/validation/ValidatingXMLObject --000e0cd6af30804c92049ce34e6a Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi,

I am trying to run the example of signing and encryp= tion described here=A0https://www.ibm.com/developerworks/java/library/j-jws5/.=
I am getting the following error when running the client, any help ple= ase!

Many thanks,


Client log:
=3D=3D=3D=3D=3D=3D=3D
=
run:
java= =A0Connecting to http://localhost:8080/axis2/services/libra= ry-signencr
java= =A016:32:59,188 ERROR AxisEngine:211 - SOAP header= missing
java= =A0org.apache.axis2.AxisFault: SOAP header missing=
java= =A0at org.apache.rampart.handler.RampartReceiver.s= etFaultCodeAndThrowAxisFault(RampartReceiver.java:180)
java= =A0at org.apache.rampart.handler.RampartReceiver.i= nvoke(RampartReceiver.java:99)

Tomcat log
=3D=3D=3D=3D=3D=3D=3D=3D<= br>ERRORorg/opensaml/xml/validation/ValidatingXMLObj= ect
java.lang.NoClassDefFoundError: org/opensaml/xml/v= alidation/ValidatingXMLObject
--000e0cd6af30804c92049ce34e6a--