RE: Axis is logging everything...

2004-11-23 Thread Wessel Alexander
Hmmm... Just guessing: Do you have a log4j.properties file somewhere in your $CLASSPATH, before the one you are trying to set/change? From: METIN ZAVRAK *EXTERN* [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 23, 2004 1:06 PMTo: [EMAIL PROTECTED]Subject: Axis is logging everything... H

RE: Newbie Axis / Dotnet ArrayofString problem

2004-11-18 Thread Wessel Alexander
Well, "better interoperability" depends on what you want to do. With Axis 1.2RC1 and .net you can exchange Arrays of Strings in doc/lit. Arrays of Beans, on the other hand, work only in RPC/encoded... Let's hope your statement will be true with the final release of Axis 1.2. ;) -- Alexander Wes

RE: does anyone have complex serialization working?

2004-11-16 Thread Wessel Alexander
John, Read the "Array of Objects in Axis and .NET interop" thread. It sums it up quite well. In my postings there, I pointed out one of the causes this doesn't work in detail. So far there's no response by the developers, unfortunately. We found however, that it works using RPC/encoded (Thanks

RE: Array of Objects in Axis and .NET interop

2004-11-12 Thread Wessel Alexander
that transports more than a few Beans, that'll bring the performance close to nil, I'd assume... So long, Flexx -Original Message----- From: Wessel Alexander Sent: Thursday, November 11, 2004 5:03 PM To: [EMAIL PROTECTED] Subject: RE: Array of Objects in Axis and .NET interop >

RE: Array of Objects in Axis and .NET interop

2004-11-11 Thread Wessel Alexander
>> I can't help to speak out some thoughts on the status of Axis << That should have read "... on the status of SOAP". Axis vs. Axis works fine, so the problems are rooted in the protocol, not in one of its implementations... So long, Flexx -Original Message-

RE: Array of Objects in Axis and .NET interop

2004-11-11 Thread Wessel Alexander
t: Thursday, November 11, 2004 11:14 AM To: [EMAIL PROTECTED] Subject: Re: Array of Objects in Axis and .NET interop Hello, adressing the topic of the empty namespace attribute > (xmlns="") that Eric mentioned in his mail, we had the same .NET/Axis interoperability problem. In our

RE: Documentation: Axis PDF Alignment Error

2004-11-11 Thread Wessel Alexander
You should maybe report this as a noncritial bug at http://ws.apache.org/axis/bugs.html. Alexander "Flexx" Wessel -Original Message- From: h2ooo x *EXTERN* [mailto:[EMAIL PROTECTED] Sent: Thursday, November 11, 2004 8:09 AM To: [EMAIL PROTECTED] Subject: Documentation: Axis PDF Alignmen

RE: Array of Objects in Axis and .NET interop

2004-11-11 Thread Wessel Alexander
Hi fellow Axisants, we're also having "Arrays of problems" here, with getting Axis (1.2RC1) Services on Tomcat and a couple of Axis and .net clients working together. The Axis clients deserialize Arrays of Beans correctly, while .net clients give us some headaches: At the moment we have identi