Hi,
.
> The class is a member of JDK 1.4.
> Isn't it possible to use the stubs with older JDKs?
...
Yes, it is possible to use JDK1.3 with the generated
stubs, but you must include xmlParserAPIs.jar to your
CLASSPATH, since it is not included in JDK1.3
--fadly
>
To: <[EMAIL PROTECTED]>
Sent: Friday, October 25, 2002 8:57 AM
Subject: Wsdl2Java Client Stub -> jdk 1.3 problem
> > 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 err
> 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.echoStr