You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Boris Garbuzov <bo...@marketingtips.com> on 2002/06/26 20:28:44 UTC

novice

Can somebody suggest me on a novice question of running the example
C:\programs\xml-axis-beta2\samples\stock\testit? Here is what it prints. It
looks like Tomcat tries to recompile some classes and does not like jdk1.4.
What should I do?


---------------------------------------



AxisFault
 faultCode: http://xml.apache.org/axis/:Server.compileError
 faultString: Error while compiling:
C:\programs\Tomcat4.0\webapps\axis\WEB-INF
jwsClasses\StockQuoteService.java
 faultActor: null
 faultDetail:
        Errors: Error compiling
C:\programs\Tomcat4.0\webapps\axis\WEB-INFjwsClasses\StockQuoteService.java:
Line 0, column 0: could not parse error message:  error: Invalid class file
form at in C:\programs\j2sdk1.4.0_01\jre\lib\rt.jar(java/net/URL.class).
The major.minor version '48.0' is too recent for this tool to understand.
C:\programs\Tomcat4.0\webapps\axis\WEB-INFjwsClasses\StockQuoteService.java:
58:
Class java.net.URL not found in import.
import java.net.URL;
       ^
Line 0, column 0:
error: Invalid class file format in
C:\programs\j2sdk1.4.0_01\jre\lib\rt.jar(java/lang/Object.class).  The
major.minor version '48.0' is too recent for this tool to understand.
error: Class java.lang.Object not found in class
org.apache.axis.utils.XMLUtils.
4 errors


Re: axis client question

Posted by "Alexander L." <fd...@applied.demonics.org>.
> Is there an easy way to dump out the request xml to see what is actually
> being sent?

Yes.  There exist several proxies which can display all the traffic.  You can get one online for free, just look up tcp tunnel.


axis client question

Posted by Steve Dyrdahl <sd...@hire.com>.
I am trying to access a very simple .net webservice from an axis
client.  I am able to do this quite easily except when I try to pass
parameters in.  They always seem to get ignored on the .net side. 
Searching around I saw some reference to a problem with namespace
aliases, but no real solution.

Is there an easy way to dump out the request xml to see what is actually
being sent?

Has anyone had any success sending parameters from axis to .net that
they could share?

Thanks.

Steve Dyrdahl