Axis/.Net interop

2005-02-15 Thread Brian Gladish
In searching the archives I found the following e-mail, but there does not seem to be a resolution.   http://marc.theaimsgroup.com/?l=axis-user&m=106917131020548&w=2   I am running into exactly the same situation.  After deployment Axis presents a WSDL which has xsd:byte[][] for a Java

Problem with byte[][]

2005-01-28 Thread Brian Gladish
I have a Java method declared to take byte[][] and return byte[][].  Axis generates the following type:   - < -   RE: NoClassDefFoundError when using logging/Sorry
logging Do you have commons-logging.jar AND commons-discovery.jar in your webapps/axis/WEB-INF/lib. Having them in Tomcat/common/lib also should be fine. Jayachandra On Mon, 17 Jan 2005 09:19:08 -0800, Brian Gladish <[EMAIL PROTECTED]> wrote: > > > When I try to retriev

Problems with logging

Some of the other posts about classpath have been of interest in the problem I posted earlier (NoClassDefFoundError).  Prompted by those posts I added axis.jar and commons-discovery.jar to the Tomcat 4.1\common\lib directory.   Now the exception I get is as follows:   org.apache.commons

NoClassDefFoundError when using logging

When I try to retrieve a logger from org.apache.axis.components.logger.LogFactory in a static initializer I get the following exception:   java.lang.NoClassDefFoundError: org/apache/axis/components/logger/LogFactory     at com.rdta.tlapi.webservice.TigerLogic.(TigerLogic.java:297)