RE: SOAP header missing error - Please help!

2011-02-23 Thread Martin Gainty
Christopher and Amila I could not find org/opensaml/xml/validation/ValidatingXMLObject anywhere on the Apache mirrors but georgetown university has a svn mirror we can pull source from using your svn client svn co https://svn.middleware.georgetown.edu/java-xmltooling cd trunk vi pom.xml chan

SOAP message MUST NOT contain a Document Type Declaration(DTD)

2011-02-23 Thread wadi wadi
Hi, When running the example described here [1] , I am getting the following errors below. also the tcpmon returns a html document as a reponse: The webservice exists at the endpoint, I checked the link to the webservice. Any idea please? Client log: - un: [java] Connecting to h

Re: SOAP header missing error - Please help!

2011-02-23 Thread wadi wadi
Thanks Chris and Thilina. Wadi On Wed, Feb 23, 2011 at 5:27 PM, Thilina Mahesh Buddhika < [email protected]> wrote: > Yes, Chris is correct. > > Please add xml-tooling-1.2.0.jar to your client's classpath. This jar is > available under the Rampart 1.5.1 binary distribution. > > Thanks, > Thili

Re: SOAP header missing error - Please help!

2011-02-23 Thread Thilina Mahesh Buddhika
Yes, Chris is correct. Please add xml-tooling-1.2.0.jar to your client's classpath. This jar is available under the Rampart 1.5.1 binary distribution. Thanks, Thilina On Wed, Feb 23, 2011 at 9:41 PM, Meeusen, Christopher W. < [email protected]> wrote: > I’ve never used Rampart or ope

RE: SOAP header missing error - Please help!

2011-02-23 Thread Meeusen, Christopher W.
I've never used Rampart or opensaml, but the NoClassDefFound usually means you're missing an artifact. I would find out which jar contains this class: org/opensaml/xml/validation/ValidatingXMLObject and add it to your /lib dir. Chris From: java-user-return-84171-Meeusen.Christopher

Re: Issue with using the Axis2 JAX-WS Client using Rampart

2011-02-23 Thread janardan
It seems the attachment debuglog is not attached properly. I'm attaching it again From: janardan To: [email protected] Sent: Wed, February 23, 2011 9:42:14 PM Subject: Issue with using the Axis2 JAX-WS Client using Rampart Issue with using the Axis2

Issue with using the Axis2 JAX-WS Client using Rampart

2011-02-23 Thread janardan
Issue with using the Axis2 JAX-WS Client using Rampart I'm developing my Axis2 JAX-WS Client to consume the web service. I'm using Axis2 1.5.4 and Rampart 1.5.1 When I ran the client with Axis2 1.4.1 and Rampart 1.4, it worked. But when I try to use Axis2 1.5.x versions, I'm getting the null pointe

Axis2: The input stream for an incoming message is null

2011-02-23 Thread sh_santosh
Dear All, I'm using version Axis2.0 to generate a java client (using wsdl2java tool) and the provider has exposed axis1.4. I am facing an error when i used this services but it is working fine when i used Axis 1.4. Document / Literal web service Axis 2.0 - consume Axis 1.4 - expos

Re: SOAP header missing error - Please help!

2011-02-23 Thread wadi wadi
Hi Amila, Thanks for your reply. I am using the following versions: - Axis2 1.5.4 - rampart 1.5.1 - Tomcat 6 - in C:\Tomcat 6.0\webapps\axis2\WEB-INF\lib I have the following rampart jar files: rampart-core-1.5.1.jar, rampart-policy-1.5.1.jar, rampart-trust-1.5.1.jar - Also in %TOMCAT_HOME%/co