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

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}); ... ... } ...

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 org.apache.axis.message.MessageElement.addTextNode(MessageElement

Re: How to deploy a service to own web-app where axis embaded?

2007-10-22 Thread Thomas Chang
ith the list to help someone else that may have the same problem. Much appreciated. Thomas Chang wrote: > Hi all, > > I solved my problem myself. > > > > */Thomas Chang /* schrieb: > > Hi all, > > I downloaded and installed the axis-1.4. I did the example6 > &

Exception: AxisFault by undeploy Web-Service

2007-10-22 Thread Thomas Chang
Hi all, I am successfully to deploy a web service on to my webapp. But as I try to undeploy it, it failed and throws exception as follow: D:\Projekte\myWebApp>java org.apache.axis.client.AdminClient -lhttp://localhost:8080/myWebApp/services/WidgetPrice undeploy.wsdd log4j:WARN No appenders cou

RE: How to deploy a service to own web-app where axis embaded?

2007-10-22 Thread Thomas Chang
Hi all, I solved my problem myself. Thomas Chang <[EMAIL PROTECTED]> schrieb: Hi all, I downloaded and installed the axis-1.4. I did the example6 "Java2WSDL: Building WSDL from Java" in the package and it runs quite well. But in this example the web-service is deployed on

How to deploy a service to own web-app where axis embaded?

2007-10-22 Thread Thomas Chang
Hi all, I downloaded and installed the axis-1.4. I did the example6 "Java2WSDL: Building WSDL from Java" in the package and it runs quite well. But in this example the web-service is deployed onto axis. Now I try to deploy the same web-service onto my own web-app but it failed. I've embeded t

RE: Problem with UserGuides example "AddressBook"

2007-10-12 Thread Thomas Chang
.xerces.parsers.AbstractSAXParser.parse(Unknown Source) at javax.xml.parsers.SAXParser.parse(SAXParser.java:375) at org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:227) at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696) ... 15 more Thomas Chang <

Problem with UserGuides example "AddressBook"

2007-10-12 Thread Thomas Chang
Dear all, I downloaded and installed the AXIS 1.4. I try the eamples according the UserGuide. By the scetion "Server-side bindings" I created the deploy.wsdd with "java org.apache.axis.wsdl.WSDL2Java --server-side --skeletonDeploy true AddressBook.wsdl" and the "deploy.wsdd" is created. Then I