Re: org.apache.axis2.deployment.DeploymentException: com.ctc.wstx.exc.WstxParsingException: Undeclared namespace prefix wsp

2007-12-15 Thread Eran Chinthaka
Hi Peter, Seems like there is an element, in one of the xml files inside your service archive, having the prefix wsp. But that prefix wsp is not associated with any of the namespaces defined in that xml. Check all the xmls found inside your service archive. And declare that namespace. I

Re: org.apache.axis2.deployment.DeploymentException: com.ctc.wstx.exc.WstxParsingException: Undeclared namespace prefix wsp

2007-12-15 Thread Martin Gainty
I have this declaration in my wsp:Policy element of my services.xml.. xmlns:wsp=http://schemas.xmlsoap.org/ws/2004/09/policy; HTH/ M-- - Original Message - From: Eran Chinthaka [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Friday, December 14, 2007 1:25 PM Subject: Re:

Service generates AxisFault but without reason why and skeleton isn't even called

2007-12-15 Thread Brian Nielsen
Hey Axis-user I'm having a problem with accessing a service that I've developed, that I've been banging my head on for some days and I would appreciate if someone could point me at what I can do to get further. I doing 'contract-first' with a relative large XML Schema structure, generating

java.lang.IncompatibleClassChangeError by Axis 1.2 Example6

2007-12-15 Thread Thomas Chang
Hi all, I tryed the example6 in Axis 1.2 and got exception as follow. Someone knows what is wrong? org.apache.axis.transport.http.AxisServlet logException INFO: Exception: java.lang.IncompatibleClassChangeError at

RE: java.lang.IncompatibleClassChangeError by Axis 1.2 Example6

2007-12-15 Thread Thomas Chang
Exactly to say, as I run the Main.java I got the exception. I debug the programm and the exception comes from the code from WidgetPriceSoapBindingStub.java: ... try { java.lang.Object _resp = _call.invoke(new java.lang.Object[] {in0, in1}); ... ... } ...

Re: java.lang.IncompatibleClassChangeError by Axis 1.2 Example6

2007-12-15 Thread mgainty
Thomas- which version wsdl4j is on your CLASSPATH? M- - Original Message - Wrom: ZOWCONEUQZAAFXI To: axis-user@ws.apache.org Sent: Saturday, December 15, 2007 5:14 PM Subject: RE: java.lang.IncompatibleClassChangeError by Axis 1.2 Example6 Exactly to say, as I run the

Re: [Axis 2] Installation Problem

2007-12-15 Thread Charitha Kankanamge
Dear Markus, Since you have installed Axis2 as a standalone server, you will not get those validate, administration features. Those features are availble only if you install axis2.war in a servlet container. Please re-visit the 'Installing Axis2 in a Servlet Container' section of the

how axis upgrades affect generated XML / WSDL

2007-12-15 Thread Chris Hyzer
Hey, We are looking at using Axis, and I did a proof of concept, which uses the defaults from the quick start and Javabeans. The details are here: https://wiki.internet2.edu/confluence/display/GrouperWG/WS+-+Proof+of+Concept+2007-10-2007 There is a concern of Axis generated XML vs more of a

Re: java.lang.IncompatibleClassChangeError by Axis 1.2 Example6

2007-12-15 Thread Thomas Chang
I use wsdl4j-1.5.1.jar. This is in the lib of Axis 1.2. --- Thomas- which version wsdl4j is on your CLASSPATH? M- - Original Message - From: Thomas Chang To: axis-user@ws.apache.org Sent: Saturday, December 15, 2007