javax.xml.namespace.QName VerifyError

2010-06-09 Thread William Walsh
Hi, I'm seeing this error when I try to mix the invocation of Axis1.4 and Axis2 clients in the same EJB class method (in WebSphere): nested exception is: java.lang.VerifyError: org/apache/axis2/description/AxisOperation.setName(Ljavax/xml/namespace/QName;)V I believe it's because for Axis 1.4

[Axis2] Schema validation with ADB

2010-06-09 Thread Jack Sprat
Is there a simple way to perform schema validation when using ADB?  Examples would be quite helpful. I know this is simple with XMLBeans but have a service using ADB where I need to validate the inbound request.   Thanks. J  

WCF 3.5 Client times out - caused by server ...

2010-06-09 Thread Stadelmann Josef
Dear Apache Axis2 Community, dear axis2 experts I am struggling with a Microsoft Windows Communication Foundation (WCF) 3.5 Web Service Client; All works fine to an Axis2-1.4 /Java Web Service Engine, to my Spezpla Web Service; This

Re: Access XML Header/Body element in handlers

2010-06-09 Thread Prateek Asthana
All, In relation to the below, I understand that I will have to use the SAAJ API to parse through header/body XML elements. The starting point fo me could be: MessageContext.getEnvelope() which returns a SOAPEnvelope object. Now this object belongs to AXIOM API which imples that my parsing code wou

RE: Returning method returns xml that is not valid

2010-06-09 Thread Thorsten Scherler
On Tue, 2010-06-08 at 15:25 +0200, Christian Gosch wrote: > Are you able to contact other people who might have had success in > connecting to this service and using this method, maybe through support > personnel or a forum of the service provider? > > What about manually changing the WSDL to ma