Hello
I have Freebsd5.1p16, installed axis from ports,
i have jdk1.4.2, i followed:
http://ws.apache.org/axis/java/user-guide.html

% java samples.userguide.example1.TestClient
java.net.ConnectException 

So i assume that soapinterop.org is down ? It's not my client's
problem ?
After that i tried to publish Calculator.java thru JWS.
When i try http://10.0.3.244:8080/axis/MyService.jws
is seems to notice that it's webservice, but when i
tried client:
java samples.userguide.example2.CalcClient -p8080 add 2 5
i receive many errors, in Tomcat logs the problem seems to be:

----- Root Cause -----
java.lang.UnsupportedClassVersionError: com/sun/tools/javac/Main
(Unsupported major.minor version 48.0) 

What does that error mean ?
After that i tried to publish example3 thru WSDD, i
deployed example, then checked:
% java org.apache.axis.client.AdminClient list
and i received it in XML, but: when i tried:
http://10.0.3.244:8080/axis/services/MyService?wsdl

i received:
Fault - java.lang.NoClassDefFoundError: java/lang/reflect/Proxy;
nested exception is: 
        java.lang.NoClassDefFoundError: java/lang/reflect/Proxy
AxisFault
 faultCode:
{http://schemas.xmlsoap.org/soap/envelope/}Server.generalException
 faultSubcode: 
 faultString: java.lang.NoClassDefFoundError:
java/lang/reflect/Proxy; nested exception is: 
        java.lang.NoClassDefFoundError: java/lang/reflect/Proxy
 faultActor: 
 faultNode: 
 faultDetail: 

but i have path to java.lang.reflect.Proxy class.
I even put src.jar from jdk14 in
$TOMCAT_HOME/webapps/axis/WEB-INF/lib and reloaded tomcat,
but the problem remains.
When i tried to get from client to that example3.MyService
similar errors appear.

Could anybody help me with theese problems ?

Thanx
Michal




----------------------------------------------------
Festival Roskilde - wygraj bilet!
http://klik.wp.pl/?adr=http%3A%2F%2Fmuzyka.wp.pl%2Fimprezy.html%3Fidn%3D914&sid=175


Reply via email to