> Hi!
>
> I'm using Axis rc2 and JDK 1.3.0 to generate the Client Stub. Compile it
> works fine but when I want to execute a method an error occurs:
>
> Code:
> Service1 serv = new Service1Locator();
> Service1Soap prot = serv.getService1Soap();
> System.out.println(prot.echoString("test"));
>
> The constructor raises this exception:
> java.lang.NoClassDefFoundError: org/w3c/dom/Node
> at org.apache.axis.client.Service.getAxisClient(Service.java:142)
> at org.apache.axis.client.Service.<init>(Service.java:151)
> at jexp.webservice.Service1Locator.<init>(Service1Locator.java:10)
>
> The class is a member of JDK 1.4.
> Isn't it possible to use the stubs with older JDKs?
>
>
> thanks for any hint.
> MK
>