users@jax-rpc.java.net

problems compiling the client code

From: Isabelle Gheysens <i.gheysens_at_ENERGYICT.COM>
Date: Thu, 02 May 2002 13:20:04 +0200

Hello,

I modified the hello example a little bit, only the package structure...
I managed to do compile-server, xrpcc-server, xrpcc-client without
problems... but when I want to compile the clientcode I get the following
errors...

Can someone help me with this?

Thanx in advance!

Isabelle

compile-client:
     [javac] Compiling 1 source file to C:\development soap\classes\client
     [javac] C:\development
soap\src\com\energyict\eiserver\gui\HelloClient.java:
7: cannot access com.sun.xml.rpc.client.ServiceImpl
     [javac] file com\sun\xml\rpc\client\ServiceImpl.class not found
     [javac] (HelloIF_Stub)(new
HelloWorld_Impl().getHelloIF());
     [javac] ^
     [javac] C:\development
soap\src\com\energyict\eiserver\gui\HelloClient.java:
9: package javax.xml.rpc does not exist
     [javac] javax.xml.rpc.Stub.ENDPOINT_ADDRESS_PROPERTY,
     [javac] ^
     [javac] C:\development
soap\src\com\energyict\eiserver\gui\HelloClient.java:
8: cannot access com.sun.xml.rpc.client.StubBase
     [javac] file com\sun\xml\rpc\client\StubBase.class not found
     [javac] stub._setProperty(
     [javac] ^
     [javac] 3 errors